﻿@charset "utf-8";

/* --- GENERAL --- */
html { margin: 0; }

body {
	font-size: 80%;
	font-family: Georgia, Arial, Helvetica, Verdana, 'trebuchet ms', sans-serif;
	margin: 0;
	color: #004376;
/*    background-color: #cddff2;*/
    height: auto !important; /*For CSS2 browsers*/
    height: 100%; /*For IE6 and before*/
    min-height: 100%; /*For CSS2 browsers*/
	background: #cddff2 url('../img/common/bg-visual.jpg') center bottom no-repeat; 
}

img {
	border: 0;
	display: inline;
}

sub, form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

p { margin: 0 0 20px 0; }

a { color: #3b99d2; text-decoration: none; }
a:hover { color: #000; }
a.anchor { background-color: transparent ! important;}

h1, h2, h3 {
	font-style: italic;
    letter-spacing: 1px;
    margin-left: 0;
    color: #fffce2;
	font-weight: normal;
}

h1 {
	padding: 10px 0 20px 0;
	margin: 0;
	font-size: 190%;
}

    h1 em { 
        font-weight: normal;
        padding-left: 100px; 
    }

    h1 span { 
        color: #004376;
        font-weight: normal;
        font-size: 0.7em;
        padding-left: 5px; 
    }

h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 140%;
}

    h2 em {
        font-style: normal;
        font-size: 0.8em;
        color: #004376; 
    }

    h2 span { 
        color: #004376;
        font-weight: normal;
        font-size: 0.7em;
        padding-left: 5px; 
    }

h3 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	color: #004376;
	font-style: normal;
	font-weight: bold;
}

h4 { 
    font-size: 90%;
}

table tr td { vertical-align: top; }

/* --- CONTAINER --- */
#container {
	background: url('../img/common/bg.jpg') top left repeat-x; 
	width: 100%;
	margin: 0;
	text-align: center;
}

/* --- HEADER --- */
#header {
	background: url('../img/common/bg-menu.jpg') bottom left no-repeat; 
    width: 1000px;
	height: 142px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	
}

    #logo { 
    	background: url('../img/common/bg-spot.jpg') bottom left no-repeat; 
        float: right;
        width: 280px;
        height: 108px;
        text-align: center;
        padding: 13px 0 0 0;
    }
    
/* --- MENU --- */
/* Styles for the entire LavaLamp menu */
#header ul.lavaLamp {
	text-transform: lowercase; 
	font-size: 1.0em;
	/*text-align: left;*/
	height: 36px;
	margin: 0;
    position: relative;
    height: 29px; 
/*     width: 560px; */
    width: 640px;
    background: url("../image/bg.gif") no-repeat top;
	padding: 85px 25px 0 25px;
    overflow: hidden;
}

    /* Force the list to flow horizontally */
    #container #header ul.lavaLamp li {
        width: 88px;
        float: left;
        margin-right: 3px;
        list-style: none;
        text-align: right !important;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../img/common/bg-menu.png") no-repeat right -30px;
            width: 9px; 
            height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../img/common/bg-menu.png") no-repeat top left;
                height: 30px;
                margin-right: 0px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            background: none;
            position: relative; 
            overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            color: #004376;
            outline: none;
            text-align: center;
            height: 30px; 
            top: 7px;
            z-index: 10; 
            letter-spacing: 0;
            /*float: right; */
            display: block;
            margin: auto 10px;
            padding: 0;
        }
        .lavaLamp li.last { margin-right: 0; }
        .lavaLamp li.current_page_item {
            background: url("../img/common/bg-menu.png") no-repeat right 0px;
        }
    	
/* --- CONTENT --- */
#content {
	display: block;
    width: 900px;
	min-height: 450px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	z-index: 2;
}

    #content a { background-color: #ccdff5; padding: 0 2px; }
        
    #content a.moreback {
	    color: #3b99d2;
	    display: block;
	    line-height: 100%;
	    margin: 0;
	    text-decoration:none;
    }

    #content a:hover.moreback { color: #000; }

    #content ul { 
        margin: 0 0 20px 20px; 
        padding: 0 0 0 0;
    }
    
    #content ul li { 
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style-type: square; 
    }

#text { 
    float: left;
    width: 620px;
}

    #content div#text.wide { 
        float: left;
        width: 900px;
    }
    
    #content div#text img {
        border: solid 5px #fffce2;
        margin: 0 10px 10px 10px;
    }        

#sidebar {
    float: left; 
    width: 215px; 
    padding: 0px;
    margin: 0px 0 0 30px;
}

    div#sidebar.home { 
        background: url('../img/content/egmont-alpacas-new-zealand.gif') 0 0 no-repeat;
        margin-top: -90px; 
    }

        div#sidebar.home img.visuals {
            /*background: url('../img/content/home-visuals.png') bottom left no-repeat;
            width: 250px;
            height: 300px;*/
            margin: -5px 0 5px -20px;
            position: absolute;
        }

        div#sidebar.home h2 { 
            color: #004376;
            margin-top: 320px;
        }
    
    #sidebar ul {
	    padding: 0;
	    margin: 0 0 10px 10px;
    }

    #sidebar ul li { 
        background: url('../img/common/bg-item.png') bottom left no-repeat;
        margin: 2px 0;
        list-style-type: none;
        width: 150px;
        padding: 5px 0 7px 20px;
    }
    
    #sidebar ul li a {
        background: none;
	    text-decoration: none;
	    color: #4985b2;
	    font-style: italic;
    }
    
    #sidebar ul li a:hover, #sidebar ul li a.selected { color: #004376; }
    
div.clearforfooter {
    display: none;
    clear: both;
    height: 80px;
}

/* --- FOOTER --- */	
#footer_container {
    clear: both;
	/*background: url('../img/common/bg-visual.jpg') center bottom no-repeat; */
    display: block;
    width: 100%;
    height: 200px;
    padding: 0;
    text-align: center;
    z-index: 1;
    bottom: 0;
}

    #footer { 
    	font: 14px Times New Roman, Arial, Helvetica, Verdana, 'trebuchet ms', sans-serif;
    	letter-spacing: 1px;
        padding: 5px 0;
        text-align: center;
        background-color: #005291; 
        color: #fffce2;
    }

    #footer img { vertical-align: middle; }
    
    #footer a {
	    color: #fffce2;
	    text-decoration: none;
	    text-transform: lowercase;
    }

    #footer address {
        font-style: normal;
    }

    #footer address a {
    }
    
    #siteby { display: none; width: 150px; float: right; margin: 10px; }
    
        #siteby a em {
	        margin-left: -4000px; 
        }

/* --- TABEL --- */
dl.table-display
{
width: 41.1em;
margin: 2em 0;
padding: 0;
font-family: georgia, times, serif;
}

    .table-display dt
    {
    width: 15em;
    float: left;
    margin: 0 0 0 0;
    padding: .5em .5em .5em 0;
    font-weight: bold;
    }

    /* commented backslash hack for mac-ie5 \*/
    dt { clear: both; }
    /* end hack */

    .table-display dd
    {
    float: left;
    width: 24em;
    margin: 0 0 0 0;
    padding: .5em .5em .5em 0;
    }

/* --- GENERAL --- */
.right { text-align: right; }

.center { text-align: center; }

.clear { clear: both; height: 1%; }

.line { border-bottom: solid 1px #f0f0f0; height: 1%; }

/* --- STUDS --- */
div.stud { 
/*    float: left;*/
    margin-bottom: 20px;
    padding: 0px;
}

div.studs { 
    float: left;
    margin: 0 20px;
    padding: 0;
    width: 250px;
    height: 280px;
}

    #content div.studs a {  
        background: none;
    } 

    #content #text div.studs img {  
        margin: 0 0 10px 0; 
        border: none;
    } 
    
    div.studs .polaroid {
        width: 170px;
        padding: 13px 10px;
        background-color: #fffce2;
        text-align: center;
    }

    div.studs .polaroid:hover {
        background-color: #e9f2fa;
    }

    div.stud h3 { margin: 20px 0 0 0; } 
    div.stud h3.first { margin: 0; } 
    div.stud p { margin: 0; } 

    div.stud img {  
        border: solid 5px #fffce2;
        float: right;
        margin: 0 0 20px 20px; 
    } 
    
    div.stud dl.table-display {
        margin-top: 0px;
        width: 250px;
        float: left;
    }

        div.stud dl.table-display dt { width: 80px; }
        div.stud dl.table-display dd { width: 140px; }

div.female { 
    width: 640px;
    margin-bottom: 30px;
	}
	
    div.female .description {
        float: left;
        width: 400px;
		padding-bottom: 30px;
    }

    div.female .polaroid {
        float: left;
        width: 200px;
    }
    
    div.female ul { margin-bottom: 0; }
    div.female p { margin: 0; padding: 0; }

div.package {
    clear: both;
    margin-bottom: 10px;
}

    div.package .description {
        margin-bottom: 10px;
    }

    div.package .polaroid {
        float: left;
        width: 250px;
        margin: 0 0 0 40px;
    }

    div.package h3 {
        margin: 5px 0;
    }
    div.package p { margin: 10px 0; }
        
/* --- PAGING --- */    
#paging {
    text-align: center; }
    
    #text #paging a {
        background-color: #e5edf7; 
        margin: 0 5px;
        padding: 0 5px;
    }

    #paging em {
        font-weight: bold;
        font-style: normal; }

/* --- FORM --- */
form { 
    width: 450px; 
}

form div { 
    margin: 5px 0 0 0; 
}

form input, form textarea {
	font-family: Arial, Helvetica, Verdana, 'trebuchet ms', sans-serif;
	border: 1px solid #e8e8e8;
}

form input[type=text], form textarea, form select {
	width: 400px;
	background: #fff;
}

form textarea {
  	height: 100px;
}

form select { 
	font-family: Trebuchet MS, Arial, Helvetica, Verdana; 
	font-size: 0.8em;
    width: 407px; 
	padding: 0px 3px;
	height: 22px;
}

form .button { 
    background-color: #f0f0f0; 
    border: solid 1px #e8e8e8; 
    clear: both;
}

form img.captcha {
	background-image: url('../img/common/human_check.gif');
	background-repeat: no-repeat;
	width: 80px;
	height: 28px;
}

form input.captcha {
    display: inline;
    width: 40px;
	margin: 0 0 4px 5px;
    padding: 4px 5px 6px 5px;
}

form label.required { font-weight: bold; }
form label.error { color: #da0000; }

form div.small {
	float: left; 
	width: 204px !important; 
}

form input.small {
	width: 195px; 
}

form input.date {
	width: 105px; 
}

form div.smaller {
	float: left; 
	width: 104px; 
}

form input.smaller {
	width: 95px; 
}

form div.smallest {
	float: left;
	width: 45px; 
}

form div.wider {
	float: left; 
	width: 304px; 
}

form input.wider {
	width: 295px; 
}
    
/* --- VALIDATION ---*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #3b99d2 !important;
}

input.validation-passed, textarea.validation-passed {
}

.validation-advice {
	background-image: url('../img/icons/error.png');
	background-repeat: no-repeat;
	font-size: 9pt;
	padding-left: 20px;
	color: #3b99d2;
	margin-bottom: 10px;
}

.custom-advice {
	color: #3b99d2;
}    