@charset "UTF-8";

/* Default styles */
@import "reset.css";

body {
	background:#fff;
}

a { color: #2882c1; }

/* Containers */

.content { width:880px; margin:0 auto; padding:0;}
#top {
	border-bottom:1px solid #333128;
	background-image: url(Images/bg-top-tile.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#main-content {
	padding:40px 0 25px;
}
#footer {
	padding: 25px 0 14px 0;
	margin-top:25px;
	background-color: #efefef;
}

/* Header */

#header {
	width: 100%;
	height: 129px;
	clear: both;
	position: relative;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

#header h1 { display: none; }

#header img.logo { float:left; }

/* Page Nav */

#nav { position:relative; z-index:99; }
#nav, #nav ul {
	margin: 0;
	list-style: none;
	line-height: 1;
	float:left;
	padding: 0;
}
#nav { margin-top:32px; }
#nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	letter-spacing:1px;
	text-transform:uppercase;
	font-weight:bold;
	display: block;
	line-height: 28px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#nav a { color: #c0baa5; }
#nav a:hover, #nav li.current_page_item a{
	color:#fff;
	background-color: #E9AC29;
	text-decoration: none;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
#nav li a {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #181818;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #181818;

}
#nav li { float: left; }
#nav ul .home a {
	background-color: #a62317;
	color: #0D0D0D;
}
#nav ul .home a:hover {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #181818;
	border-left-color: #181818;
	text-decoration: underline;
}
#nav ul .profile a {
	color: #000;
	background-color: #e9ac29;
}
#nav ul .profile a:hover {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #181818;
	border-left-color: #181818;
	text-decoration: underline;
}
#nav ul .products a {
	color: #000;
	background-color: #fdfab3;
}
#nav ul .products a:hover {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #181818;
	border-left-color: #181818;
	text-decoration: underline;
}
#nav ul .order a {
	color: #000;
	background-color: #6b8141;
}
#nav ul .order a:hover {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #181818;
	border-left-color: #181818;
	text-decoration: underline;
}
#nav ul .calendar a {
	color: #000;
	background-color: #23b35f;
}
#nav ul .calendar a:hover {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #181818;
	border-left-color: #181818;
	text-decoration: underline;
}
#nav ul .news a {
	color: #000;
	background-color: #0df3f1;
}
#nav ul .news a:hover {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #181818;
	border-left-color: #181818;
	text-decoration: underline;
}
#nav ul .contact a {
	color: #000;
	background-color: #2e5ff2;
}
#nav ul .contact a:hover {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #181818;
	border-left-color: #181818;
	text-decoration: underline;
}

/* Featured */

#featured {
	background-color: #FCCE1D;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
#featured #page-title { position:relative; }
#featured #page-title h2 {
	font-size: 36px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#featured #products {
	background-color: #fdfab3;
	color: #222;
}
#featured #profile {
	background-color: #e9ac29;
	color: #222;
}
#featured #order {
	background-color: #6b8141;
	color: #222;
}
#featured #calendar {
	background-color: #23b35f;
	color: #222;
}
#featured #news {
	background-color: #0df3f1;
	color: #222;
}
#featured #contact {
	background-color: #2e5ff2;
	color: #222;
}
#featured h2 {
	color:#222;
	font-size:36px;
	padding:0 0 10px;
	line-height:40px;
	font-weight:normal;
	letter-spacing:normal;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15)
}
#featured h4 { font-size:18px; color:#333; font-family:Arial, Helvetica, sans-serif; line-height:22px; letter-spacing:1px; }
#featured p { font-size:14px; color:#222; line-height:20px; }

/* Homepage */
.home h3 { padding: 0; }
.home .feature { margin-left:65px; }
.home img.home-icon { float:left; padding:0; }

/* Main Content (style) */
#main {
	width:880px;
}
#main.full { width:880px; }
#main p, #main ul, #main ol { font-size:14px; }
#main a { text-decoration: underline; }
#main a:hover {	text-decoration: none; }
#main h2, #main h3 { font-weight: normal; }
#main h2 { font-size: 24px;	padding-top:0; }
#main h3 {font-size: 18px; }
#main h4 { font-size: 12px; }
#main ol, #main ul { line-height: 18px; }
#main ul { padding-left: 50px; }
#main ul li { list-style: circle; padding: 3px 0; }
#main ol { padding-left: 57px; }
#main ol li { list-style: decimal; padding: 3px 0; }
#main blockquote {border-left:2px solid #ffffff;color:#222;font-style:italic;margin:5px auto 15px;padding:0px 10px;width:85%;}


/* Search */

#search {
	width: 470px;
	float: right;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	

/* Footer */

#footer img {vertical-align: middle;}
#footer .col-right span {display: none;}
#footer .col-left { width:540px; padding:0 20px 0 0; background:url(images/footer-bevel.gif) repeat-y top right; }
#footer .col-right { width:300px;  }

/* Tables */

.product_table {
	width: 100%;
	border: 1px solid #000;
	border-collapse:collapse;
}

.product_table caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.product_table td {
	border: 1px solid #375FEF;
	text-align: left;
	padding: 4px;
	font-size: 12px;
}

.product_table th {
	border: 1px solid #375FEF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 4px;
}

.product_table tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}
.product_table tr:hover {
	color: #000;
	background-color: #fdfab3;
}
#Order .order_form {
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#Order .order_form tr .label {
	width: 190px;
	padding-bottom: 7px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: right;
}

/* Misc */

span.middle { float: left; padding: 13px 13px 13px 9px; }
#main-content .content #main #Order .order_form tr .label {
	width: 190px;
	padding-bottom: 4px;
}

div.hr { background:url(images/hr.png) repeat-x top left; height:1px; margin:15px 0; }
#footer div.hr { background:url(images/hr-footer.png) repeat-x top left; height:1px; margin:15px 0; }
#main-content .content #main img {
	padding-left: 20px;
}

