html,body {
	margin:0;
	padding:0;
	height:100%;
	background:#5772a4;	
	font-family:arial,sans-serif;
	font-size: 11px;
	color:#000;
}

#container {
	position:relative; 
	margin-left: auto;
	margin-right: auto;	width:801px;
	background:#fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;	
	height:auto !important; 
	height:100%; 
	min-height:100%;
	text-align: center;
}

#header {
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	width:801px;
	height:121px;
}

#nav {
	height:21px;
	width:801px;
	border-top: 8px solid #000;
	background-color: #0d2f6e;
	margin-bottom: 30px;
}

#nav ul {
	padding:3px 0 0 0;
	margin: 0;
	width:801px
}
#nav li {
	list-style: none;
	display: inline;	
	width:133px;
	float: left;
}
#nav li a {
	padding:3px;
	color:#fff;
	text-decoration: none;
}
#nav li a:hover {
	background-color: #0093d3;
}

#secondary {
	width: 744px;
	background-image: url(../images/secondary_top.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}

#curr_section {
	padding:28px 0 0 50px;
	float:left;
	color:#990000;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#other_section {
	padding:28px 50px 0 0;
	float:right;
	color:#595441;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#other_section a {
	color:#595441;
	text-transform:uppercase;
	text-decoration:underline;
}

#other_section2 {
	padding:28px 0 0 0;
	color:#595441;
	text-transform:uppercase;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#other_section2 a {
	color:#595441;
	text-transform:uppercase;
	text-decoration:underline;
}

#bread {
	width:586px;
	height:45px;
	clear:both;
	padding: 85px 0 0 215px;
	text-align:left;
	color:#b9b09d;
}

.red {
	color:#990000;
	font-weight:bold;
}


#products {
	width:149px;
	height:141px;
	background-image: url(../images/secondary_bg.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 23px 10px 5px 0;
	color:#990000;
	margin: 20px 10px 0 10px;
	text-align:center;
}

#products img {
	border:0;
	padding-top:4px;
}

.divlink {
	text-decoration:none;
	cursor:hand;
}

#footer {
	margin-top:50px;
	width:786px;
	height: 54px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin-bottom:0;
	padding-bottom:0;
	clear: both;
	text-align:right;
	padding: 7px 15px 0 0;
	line-height: 16px;
	color:#544a4c;
	font-size: 10px;
}

#footer a {
	color:#544a4c;
}

#catnav {
	float:left;
	width:165px;
	padding:70px 0 10px 35px;
	line-height:34px;
	text-align:left;
	background-image:url(../images/third_nav_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom:30px;
}

#catnav a {
	color:#990000;
	text-decoration:none;
}

#catnav a:hover {
	text-decoration:underline;
}

.catnav_on {
	font-weight:bold;
	color:#8c897c;
}

#pic_mid {
	float:left;
	width:211px;
	background-image:url(../images/third_prod_bg.gif);
	background-repeat:no-repeat;
	margin:0 20px 0 20px;
}

#pic_mid #prod {
	border:0;
	padding:23px 15px 25px 0;
}

#details {
	float:left;
	width:290px;
	text-align:left;
}

#details h1 {
	color:#595441;
	font-size:13px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.price {
	color:#990000;
	font-size:14px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #595441;
	width:130px;
	height:30px;
	text-align:center;
	background-image:url(../images/totalprice.gif);
	background-repeat:no-repeat;
	padding-top:18px;
}

.description {
	color:#595441;
	line-height:15px;
}

label {
	color:#595441;
	font-size:11px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right:10px;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595441;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595441;
	width:260px;
	height:200px;
}

file {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595441;
	width:170px;
}

#details hr {
	border:0;
}


