/*
 * reset 
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
	

/*
 *  Animalproject
 */

body{
    background-image: url('../layout/tile_sputter.gif');
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #F3F3F3;
	font-size: 0.9em;
	color: #333333;
}

#container{
    margin: 0 auto;
    margin-top: 30px;
    width: 990px;
}

#container >.top{
    margin: 0px auto;
    margin-top: 30px;
    width: 990px;
    background-image: url('../layout/top.jpg');
    background-repeat: no-repeat;
    background-position: top;
    height: 17px;
}

#container >.bottom{
    margin: 0px auto;
    width: 990px;
    background-image: url('../layout/bottom.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    height: 17px;
}

#container >.borders{
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	background-color: #FFFFFF;
}
 
#header{
    position: relative;
    height: 200px;
    text-align: center;
}

#header .logo{
    background-image: url('../layout/logo.jpg');
    background-repeat: no-repeat;
    width: 393px;
    height: 43px;
	position: absolute;
	top: 0px;
	left: 299px;
}

#header .banner{
	background-image: url('../layout/header_images.jpg');
	background-repeat: no-repeat;
	width: 960px;
	height: 145px;
	position: absolute;
	top: 50px;
	left: 17px;
}

#menu{
	margin-top: -4px;
	height: 30px;
	background-image: url('../layout/menu_shadow.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu .menu-items{
	width: 925px;
	margin: 0px 0 0 32px;
	text-align: center;
	
}

#menu .menu-items a{
	color: #666666;
	text-decoration: none;
	margin: 0 20px 0 20px;
	letter-spacing: 2px;
}

#menu a:hover{
	color: #000000;
}

#main{
	padding: 30px 0 100px 0;
}

.contents{
	padding: 0 32px;
	background-image: url('../layout/bg_left.png');
    background-repeat: repeat-y;
    background-position: 750px 0;
}

.contents-single{
	background-image: none;
}

#footer{
	text-align: right;
	margin: 3px 0 200px 0;
	font-size: 0.88em;
	color: #999999;
}

#footer a{
	font-size: 0.88em;
	color: #999999;
	text-decoration: none;
}

#footer a:hover{
	color: #333333;
}

/**
 * @home
 */

.home{
	font-size: 18px;
	line-height: 125%;
	text-align: justify;
	padding-right: 30px;
	padding-top: 30px;
	color: #888888;
	margin-bottom: 30px;
}

.home h1{
    font-size: 40px;
    font-variant: small-caps;
    color: #666666;
	margin-bottom: 10px;
}

.home a{
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
}

.home a:hover{
	color: #000;
	text-decoration: underline;
}

.home p{
	line-height: 160%;
}

.info-panel{
	overflow: auto;
}

.info-panel .info{
	width: 330px;
	margin: 10px 10px 0 0;
	float: left;
}

.info-panel .info-right{
	float: right;
}

.info-panel .info h2{
	background-color: #D0E5F2;
	padding: 5px 10px;
	-moz-border-radius: 5px;
}

.info-panel .info ul{
	margin: 0 0 0 10px;
}

.info-panel .info ul li{
	padding: 2px 0;
}

.info-panel .info a{
	color: #888888;
	text-decoration: none;
}

.info-panel .info a:hover{
	color: #000000;
	text-decoration: underline;
}

.info-panel .info .gallery{
    margin: 5px 0 0 5px;	
}

.info-panel .info .gallery img{
    width: 50px;
	height: 50px;
}

/*
 * @general
 */

h1{
    font-size: 1.5em;
    font-weight: bold;
    color: #333333;
    margin: 0 0 5px 0;
}

h2{
    font-size: 1.3em;
    color: #333333;
	font-weight: bold;
    margin: 10px 0 3px 0;
}

h3{
    font-size: 1.2em;
    color: #999999;
    margin: 0 0 3px 0;
}

p{
    margin: 15px 0;
}

li{
    list-style: disc;
    margin-left: 15px;
}

.two-column-left{
	width: 700px;
	float: left;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	line-height: 150%;
	padding: 0 20px 20px 0;
}

.two-column-right{
	width: 185px;
	float: left;
	color: #888888;
	padding: 0 0 20px 15px;
}

a  {
	color: #669966;
}
a:hover{ color: #cc6633;}

a.brown     {color: #cc6633;}
a.green     {color: #669966;}
a.yellow    {color: #ff9966;}

.emphasis   {
	font-weight: bold;
	padding-bottom: 10px;
	color: #669966;
}

.clear {
	clear: both;
}

.search{
	text-align: left;
}


.two-column-right .divider{
	border-top: 1px dashed #e3e3e3;
	margin: 20px 0 20px 0;
}

.two-column-right .tradeTracker{
	text-align: center;
}

.search form{
	margin-top: 10px;
}

.search input[type=text]{
	border: 1px solid #e3e3e3;
}

/* form */

.contact-form dl{
    width: 41.1em;
    margin: 2em 0;
    padding: 0;
    font-family: georgia, times, serif;
}

.contact-form dt{
    width: 15em;
    float: left;
    margin: 0 0 0 0;
    padding: .5em;
    border-top: 1px solid #999;
    font-weight: bold;
}

/* commented backslash hack for mac-ie5 \*/
.contact-form dt { clear: both; }
/* end hack */

.contact-form dd{
    float: left;
    width: 24em;
    margin: 0 0 0 0;
    padding: .5em;
    border-top: 1px solid #999;
}

.contact-form input{
    width: 200px;
    height: 18px;
    border: 1px solid #CCCCCC;
	padding: 6px 0 0 5px;
	font-size: 0.9em;
}

.contact-form input#verstuur{
	padding: 0px;
	height: 25px;
}

.contact-form textarea{
	width: 340px;
	height: 50px;
	border: 1px solid #CCCCCC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 5px;
}

.contact-form ul.errors li{
	color: red;
	margin: 4px 0 0 0;
	list-style: none;
	padding: 0px;
}

em{
	font-style: italic;
}

strong {
	font-weight: bold;
}


.eublepharis-page{
    margin: 4px 10px 2px 0;
    min-height: 10px;
    height: auto !important;
    height: 13px;
    padding: 2px 0 2px  10px;
    width: 325px;
    float: left;
    background-color: #D0E5F2;
    -moz-border-radius: 3px;
}

.eublepharis-page a{
    color: #333333;
    text-decoration: none;
    font-size: 13px;
}

.eublepharis-page a:hover{
    color: #000000;
    font-weight: bold;
}

.eublepharis-active{
    background-color: #e3e3e3;
}

.eublepharis-active a{
    font-weight: bold;
}

.eublepharis-divider{
    margin: 0 0 20px 0;
}

.eublepharis-options{
    margin-top: -25px;
}





