@charset "utf-8";
body {
	background:#9eb5d8;
	background-image:url(images/background.jpg);
	background-position:bottom;
	background-attachment:fixed;
	background-repeat:repeat-x;
	height:113px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
* { behavior: url(iepngfix.htc) }

#container {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	height: 358px;
}
#nav {
	width: 780px;
	background-color: #A4A6A5;
	height: 50px;
	margin-left: 35px;
	font-size: 18px;
	padding: 0px;
}
#nav img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-left: 5px;
	padding-top: 15px;
	padding-right: 5px;
}
#nav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


#nav li {
	float: left;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	color:#6c6c6c;
	padding:15px;
	display: block;
}
#nav a:hover {
	color:#ffffff;
	background-color:#7e7e7e;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
a:link, a:visited {
color:#4c7654;
font-weight:bold;
font-size:14px;
text-decoration:none;
}

a:hover {
color:#29432e;
}
#content {
	background-image: url(images/cont_mid.jpg);
	background-repeat: repeat-y;
}
#content_top {
	background-image: url(images/top_cont.jpg);
	height: 18px;
}
#left_col {
	width: 225px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9EB5D8;
}
#right_col {
	margin-left: 260px;
}

#text {
	padding-right: 25px;
	padding-left: 25px;
}
.product {
	border: 1px dotted #000000;
}
.blue {
	background-color: #BFCEE6;
}
.photos {
	border: 1px dashed #000000;
	padding: 3px;
	margin-right: 10px;
}




#content_btm {
	background-image: url(images/cont_btm.png);
	background-repeat: no-repeat;
	height: 28px;
	clear: both;
}
#footer {
	width: 780px;
	background-color: #999999;
	height: 40px;
	margin-left: 35px;
	text-align: center;
	padding-top: 10px;
	color: #FFFFFF;
	font-weight: bold;
	clear: both;
}
