/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/


html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote{margin:0;padding:0;}table{}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

input, a, a img { outline: none; border: none; }
button { cursor: pointer; }

html { overflow-y: scroll; }

body { font: 14px/21px arial, helvetica, sans-serif; }

/* --------------- END RESET ------------ */

body {
	font: 14px/21px arial, helvetica, sans-serif;
	color: #001a49;
	background: url(template/html-y.jpg) top center repeat-y;	
}

#html-container {
	background: url(template/container-bg.jpg)	top center no-repeat;
}

#container {
	background: url(template/body-bg-bot.jpg) bottom center no-repeat;
}

#wrapper {
	width: 944px;
	min-height: 500px;
	overflow: hidden;
	margin:0px auto;
}

#header {
	height: 238px;
	position: relative;
}

#main {
	background: url(template/sidebar-y.jpg) 212px 0 repeat-y;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

#footer { margin: 20px 0 20px; color: #616d8e; font-size: 11px; line-height: 15px; text-align: center; }
#footer strong { color: #616d8e; font-weight: normal; }
#footer a		{ color: #616d8e; }

#logo {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	position: absolute;
	left: 40px;
	top: 10px;
	width:600px;
	height: 120px;
}

#home, #searchbtn, #contact {
	position: absolute;
	height: 12px;
	width: 12px;
	overflow: hidden;
	text-indent: -5000px;
	top: 127px;
	display: block;
}

#book-call {
	position: absolute; display: block; text-indent: -5000px; overflow: hidden;
	background: url(template/book-call.jpg) no-repeat;
	width: 208px;
	height: 79px;
	right: 37px;
	top: 28px;
}

#home {	left: 801px; }
#searchbtn { left: 751px; }
#contact { left: 851px; }


/* --- SEARCH BOX ---- */
#search-box {
	position: absolute;	
	z-index: 10;
	right: 198px;
	top: 117px;
	display: none;
}

#search-box input.search-field {
	height: 16px;
	width: 137px;
	color: #333;
	font-size: 11px;
	background: url(template/search-bg.gif) no-repeat;
	border: none;
	padding: 2px 20px 0 9px;
}

#search-box input#search-btn {
	border: none;
	background: url(template/search-btn.jpg) no-repeat;
	width: 66px;
	height: 18px;
	cursor: pointer;
	padding-top: 18px;
	overflow: hidden;
}

#search-box input#search-btn:hover {
	background-position: 0 -36px;
}
/* ---- END SEARCH BOX ---- */


#sidebar {
	float: left;
	width: 212px;
	margin: 0 0 0 0px;
	padding:0;
}

#min-height {
	float: right;
	height: 420px;
	width: 1px;
}	

#content {
	float: right;	
	width: 618px;
	padding: 0px 75px 0px 0;
}

#content-left {
	float: left;
	width: 636px;
	padding: 0px 0 0px 36px;
}

#sidebar-right {
	float: right;
	width: 217px;
	padding-right: 36px;
}

#sidebar-right p {
	margin: 1px 0 5px 12px;
	line-height: normal;
}

#sidebar-right hr {
	height: 1px;
	width: 100%;
	border: none;
	background-color: #A2AABE;
	color: #A2AABE;
	margin: 10px auto 13px auto;	
}

/* ================================= */
/* =============  NAVIGATION ======= */
/* ================================= */
#nav { /* all lists */
	list-style: none;
	line-height: 1;
	left: 37px;
	top: 165px;
	position: absolute;
	background: red;
	width: 870px;
	height: 42px;
	background: url(template/nav-sprite.jpg) no-repeat;
}

#nav.products { background-position: 0 -42px }
#nav.services { background-position: 0 -84px }
#nav.specials { background-position: 0 -126px }
#nav.history { background-position: 0 -168px }
#nav.locations { background-position: 0 -210px }

#nav li { /* all list items */
	float: left;
	height: 42px;
	text-indent: -5000px;
	display: block;
	position: relative;
	margin:0;
	padding:0;
}

#nav a {
	display: block;
	width: 174px;
	height: 42px;
	background: url(template/text-sprite.gif) no-repeat;
}

#nav li.products a { background-position: 0 0;}
#nav li.services a { background-position: -174px 0;}
#nav li.specials a { background-position: -348px 0;}
#nav li.history a { background-position: -522px 0;}
#nav li.locations a { background-position: -696px 0;}

#nav li.products a:hover { background-position: 0 -42px;}
#nav li.services a:hover { background-position: -174px -42px;}
#nav li.specials a:hover { background-position: -348px -42px;}
#nav li.history a:hover { background-position: -522px -42px;}
#nav li.locations a:hover { background-position: -696px -42px;}

#nav li a.active { background: none; }

/* 
drop down
#nav li ul { 
	position: absolute;
	background: orange;
	margin:0; padding:0;
	width: 10em;
	height: 40px;
	left: -999em; 
}

#nav li:hover ul, #nav li.sfhover ul { 
	left: 10px;
}

#nav ul ul li {
	display: block;
	background:none;
	margin:0;
	padding:0;
	text-indent: 0;
}

*/

/* ================================= */
/* ============= SECONDARY NAV ======= */
/* ================================= */

#secondary-nav {
	margin-left: 50px;
}

#secondary-nav.locations {
	margin-left: 32px;	
}

#main ul#secondary-nav li {
	display: block;
	padding: 0 0 10px 0;
	margin-left:0;
	list-style-type: none!important;
}

#main ul#secondary-nav.locations li{
	padding: 0 0 15px 0;	
}

#secondary-nav li a {
	text-decoration: none;
	color: #001a49;
	font-size: 14px;
	display: block;
	padding: 0 0 0 16px;
	/* font-weight: bold; */
}

#secondary-nav.locations li a {
	font-weight: bold;
	color: #771228;
	padding: 0 0 0 35px;	
	font-size: 15px;
}

#secondary-nav.locations li span {
	padding: 0 0 0 35px;
	line-height: normal;
	display: block;	
}

#secondary-nav li a:hover, #secondary-nav li a.active {
	color: #770E29;
	background: url(template/arrow-bullet.gif) 0  7px no-repeat;
}

#secondary-nav.locations li a:hover {
	background: none;	
}


/* ================================= */
/* ============= STYLES     ======= */
/* ================================= */
h1,h2,h3,h4 {
	margin-bottom: 15px;	
}

h1 {
	font-size: 22px;
	margin: 0 0 4px 0;
	color: #771228;
}

h2 {
	font-size: 18px;
	color: #771228;
}

h3 {
	font-size: 16px;
	color: #771228;
}

h4 {
	font-size: 13px;
	margin:0;
	padding:0 0 0 12px;
	font-weight: bold;
	color: #771228;
	background: url(template/arrow-bullet.gif) 0  2px no-repeat;
}

h1 span, h3 span, h2 span {
	color: #9A9A9A;
}

h1 em, h2 em, h3 em {
	color: #001a49; 
}

a {
	text-decoration: none;
	color: #b72917;
}

a:hover {
	text-decoration: underline;
}


.hidden {
	display: none;	
}

hr {
	height: 1px;
	width: 98%;
	border: none;
	background-color: #d4d4d5;
	color: #d4d4d5;
	margin: 8px auto;
}

/* GOOOOOOOGLE MAP */
div#mapContainer					{ width: 650px; margin: 0px auto 0 auto; padding: 1px; border: 1px solid #9A9A9A; }
div#map								{ width: 650px; height: 350px; }

#main ul {
	list-style-type: circle;
}

#main ul li {
	list-style-type: circle;
	margin-left: 40px;	
}

.items, .items-categories {
	background: url(template/gradient.jpg) repeat-x bottom;
	width: 100%;
}

.items p {
	margin-top:0;	
}

.original-price, .original-price-red {
	color: #98a2b5;
	font-size: 13px;
	font-weight: bold;
	margin: 6px 0 0 0;
}

.original-price-red {
	color: #771228;	
}

img.thumb {
	background-color: 	#D6DAE1;
	padding: 2px;
	border: 1px solid #8C98AC;
}

img.detail, .items-categories img {
	background-color: 	#D6DAE1;
	padding: 5px;
	border: 2px solid #8C98AC;
}

.items-categories img {
	margin-bottom: 8px;	
}

#content .items-categories a {
	color: #771228;	
}

.items-categories a:hover {
	text-decoration: none;	
}

.items-categories h2 {
	margin-bottom: 5px;
} 

h4.sale-price {
	background: none;
	font-weight: bold;
	padding:0;
}

h4.sale-price span {
	display: block;
	margin-top: 6px;
}


/* GOOOOOOOGLE MAP */
div#mapContainer					{ width: 650px; margin: 0px auto 0 auto; padding: 1px; border: 1px solid #9A9A9A; }

div#map								{ width: 650px; height: 520px; }

.marker-item {
	margin:0; padding:0;
}

.marker-item h2 {
	margin-bottom: 0px;	padding-bottom:0;
}

.marker-item p {
	margin-top: 8px; padding-top:0;
	line-height: normal;	
}

/* --- CONTACT FORM --- */
input,textarea {
	margin:2px;
	padding: 3px;
	font-size: 13px;
	color: #333;
	border: 1px solid #D6D4D5;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
}

input.button {
	cursor: pointer;	
}

input.button:hover {
	background-color: #6F9;
	border-color: #090;
}

input.subject {
	width: 320px;	
}

textarea {
	width: 495px;
	height: 80px;
}




