@charset "utf-8";
/* CSS Document */
body,html {
margin:0;
padding:0;
height:100%; 
border:none;
} 

body{
	background-image:url(images/header.gif);
	background-repeat:repeat-x;
}
#container{
	width:100%;
	height:100%;
	float:left;

	}



#wrapper{
	position:relative;
	margin: 0 auto;
	width:990px;
}

#left-panel{
	width:675px;
	float:left;
	margin-top:80px;
}	
#dclogo-container{
	width:315px;
	height:515px;
	float:right;
	behavior: url(iepngfix.htc);
	}	
	
#footer{
	width:100%;
	background-image:url(images/footer.gif);
	background-repeat:repeat-x;
	height:46px;
	}

#header-choco{
	width:315px;
	height:77px;
	float:left;
}

#navigation-container{
	width:625px;
	height:40px;
	float:left;
}
#text-area{
	width:675px;
	height:100%;
	float:left;
}

#products-nav{
	width:205px;
	height:200px;
	float:left;
	margin:50px 0px 0px 20px;
}

.product-menu{
	width:205px;
	height:50px;
	float:left;
	margin:0px;
}

#menu-box{
	width:450px;
	float:left;
	margin-top:25px;
}
p{margin:0;}
p.mainpage{
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 19px;
	font-size:14px;
	padding:3px 10px 0px 25px;
	margin:0;
}

img.textthumbs{
	border-style:solid;
	border-width:1px;
	border-color:#7A3825;
	padding:5px;
}
img.textthumbs a:hover{text-decoration:none}
/*img.textthumbs-r{float:right;margin:0px 20px 0px 20px;}*/
img, div { behavior: url(iepngfix.htc) }

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:0px;
	padding:0px;
	color:#6B2503;
	font-weight:100;
}

li{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin:0px;
	padding:3px;
}

.picthumbs, .boxthumbs{
	width:150px;
	height:135px;
	float:left;
	}

.picthumbs{margin:0px 7px;}
.boxthumbs{margin:0px 35px;}

.picthumbs, .boxthumbs p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding:7px;
	margin:0px;
	font-weight:bold;
}

a { 
	color:#6B2503;
	text-decoration:none;
	}
a:hover{text-decoration:underline; color:#6B2503;}

#contentMain{
	width:441px;
	position:absolute;
	top:122px;
	left:27px;
	height: 265px;
}

#contentMain form
{margin-top: 1em;}

#contentMain fieldset
{
	padding: 0 1em 1em 1em;
	background-image: url(../images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}
#contentMain legend
{
	margin-left: 0;
	padding-left: 30px;
	padding-bottom: 1em;
	background-image: url(../images/icon_comment_leave.gif);
	background-repeat: no-repeat;
	background-position: 0 1.2em;
	color: #000000;
	font-size: 125%;
	font-weight: bold;
}
#contentMain form p
{
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0.75em;
}
#contentMain label
{
	display: block;
	float: left;
	clear: both;
	width: 21em;
	margin-top: 1em;
	padding-left: 8em;
}

#contentMain .labelText
{
	position: relative;
	left: -8em;
	float: left;
	width: 7em;
	margin-right: -7em;
	font-weight: bold;
	
}

#contentMain input.text
{
	position: relative;
	top: -0.2em;
	width: 200px;
	height:20px;
}

#contentMain textarea
{
	position: relative;
	top: -0.2em;
	width: 200px;
	height: 60px;
}

#contentMain .checkboxLabel
{
	margin-bottom: 1em;
	position: relative;
	padding-left: 10em;
}

#contentMain .checkboxLabel .labelText
{
	position: static;
	left: 0;
	float: none;
	width: auto;
	margin-right: 0;
	font-weight: normal;
}

#contentMain .checkboxLabel input.checkbox
{
	position: absolute;
	left: 8em;
}

* html #contentMain .checkboxLabel input.checkbox
{
	margin-top: -0.2em;
}

#contentMain input.submit
{
	display: block;
	clear: both;
	width: 208px;
	height: 30px;
	margin-left: 125px;
}

h2{font-family:georgia, Geneva, sans-serif; padding:0px; margin:0px; font-weight:100;}

/* Message Boxes */
.info, .success, .warning, .error, .validation {
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info {
color: #00529B;
background-color: #BDE5F8;
background-image: url('images/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('images/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('images/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('images/error.png');
}
#gallery .picthumbs, #gallery.picthumbs{
	width:125px;
	height:125px;
	float:left;
	}

#gallery .picthumbs{margin:0px 5px;}
#gallery .boxthumbs{margin:0px 35px;}
td{
	padding: 0px 5px;
}
