/* CSS Document */

/******************** LAYOUT **************************/

body {
	color:#333333;
	font:12px/18px "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	padding:		0;
	margin:			0;
	background:		url(../images/header-bg.gif) repeat-x;
}

#content {
	width:			995px;
	margin:			0 auto;
}

#header {
	height:			100px;	
	padding:		6px 0 14px 0;
}

#logo {
	float:			left;
}

#phone {
	float:			right;
}

#navbar {
	height:			25px;
	padding:		0;
	margin:			0;
	list-style-type:none;
	border-left:	2px solid #012f50;
}

#navbar li {
	height:			25px;
	border-right:	2px solid #012f50;
	float:			left;
	display:		inline-block;
}

#navbar li a {
	display:		block;
	height:			22px;
	color:			#FFF;
	font-size:		14px;
	padding:		3px 13px 0 13px;
}

#navbar li a:hover {
	color:			#d9dc00;
}

#searchbar {
	height:			35px;
	padding:		5px 0;
	clear:			both;
}

#searchbar form {
	width:			352px;
	height:			28px;
	background:		url(../images/searchform-bg.gif) no-repeat;
	margin:			0;
	padding:		7px 0 0 16px;
}

#searchbar form span {
	color:			#FFFFFF;
	font-size:		12px;
	display:		inline-block;
	width:			100px;
	float:			left;
}

.searchbox {
	font-size:		11px;
	line-height:	14px;
	width:			185px;
	height:			17px;
	padding:		1px;
	border:			1px solid #f0f0f0;
	float:			left;
	margin:			0 10px 0 0;
}

.submit {
	width:			37px;
	height:			22px;
	background:		url(../images/submit-button.gif) no-repeat scroll center center transparent;
	border:			0 none !important;
	cursor:			pointer;
	display:		inline-block;
	font-size:		0;
	line-height:	0;
	overflow:		hidden;
	padding:		0;
	text-indent:	-999px;
}

.right {
	float:			right;
}

.left {
	float:			left;
}

#content_wrapper {
	background:		url(../images/left-col-bg.gif) left repeat-y;
}

#main_col {
	width:			735px;
	float:			right;
	margin-left:	-220px;
	padding:		0 20px 20px;
}

#slideshow {
	width:			735px;
	height:			375px;
	margin:			0 0 20px 0;
}

#left_col {
	float:			left;
	width:			220px;
	padding:		0 0 20px;
}

#left_col .title {
	height:			20px;
	display:		block;
	color:			#FFF;
	background:		url(../images/title-bg.gif) repeat-x;
	padding:		0 10px;
	margin:			0;
}

#left_col_pad {
	padding:		0 10px 10px 10px;
	font-size:		14px;
}

.left_col a:hover {
	text-decoration:none;
}

.product_category {
	display:		block;
	color:			#333333;
	border-bottom:	1px solid #333333;
	font-weight:	bold;
	margin:			20px 0 0 0;
	font-size:		15px;
}

.product_subcategory {
	display:		block;
	color:			#333333
}

.featured_product {
	display:		block;
	color:			#333333;
	border:			solid 1px #ddd;
	padding:		5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.featured_product:hover {
	text-decoration:none;
	border:			solid 1px #AAA;
	background:		#EEE;
}

.featured_product_image {
	height:			161px;
	width:			161px;
	margin-bottom:	5px;
}

.featured_product_title {
	height:			36px;
}

.featured_product_title a{
	font-size:		16px;
	font-weight:	bold;
	margin-bottom:	4px;
	color:#000000;
}

.featured_product_subtitle {
	font-size:		13px;
	margin-bottom:	0;
}

.featured_product_subtitle .price{
	font-size:13px;
}


#footer_wrapper {
	width:			100%;
	height:			397px;
	background:		url(../images/footer-bg.gif) repeat-x;
	padding:		0;
}

#footer {
	width:			995px;
	margin:			0 auto;
	padding:		0;
}

#footer_content {
	margin-bottom:	12px;
}

#footer_content p {
	margin:			0;
}

#copyright {
	text-align:		center;
	padding:		4px 0 10px 0;
}


/******************** STYLES **************************/

table {

}

a {
	color:			#333333;
	text-decoration:none;
}

a:hover {
        color:                  #666666;
	text-decoration:underline;
}

p {
	margin: 		0 0 1.5em 0;
}

.nav_link {
	display:		block;
	padding:		5px 3px 3px 12px;
	color:			#303030;
	font-size:		1em;
	text-decoration:none;
	text-align:		left;
}

.nav_link:hover {
	background:		#303030;
	padding:		5px 3px 3px 12px;
	color:			#e8dac1;
	text-decoration:none;
}

.utility {
	font-size:		.9em;
	text-transform:	uppercase;
}

.subtitle {
	color:			#888888;
}

.alttext1 {
	font-size:		1.308em;
	font-weight:	bold;
}

.alttext2 {
	font-size:		1.154em;
	font-weight:	bold;
}

.header1 {
	color:			#222222;
	font-size:		1.692em;
	font-weight:	bold;
	line-height:	1em;
}

.header2 {
	color:			#222222;
	font-size: 		1.385em;
	font-weight:	bold;
	line-height:	1em;
}

.header3 {
	color:			#222222;
	font-size:		1.154em;
	font-weight:	bold;
	line-height:	1em;
}

h1 {
	color:			#222222;
	font-size:		1.692em;
	font-weight:	bold;
	margin:			0 0 .88em 0;
	line-height:	1em;
}

h2 {
	color:			#222222;
	font-size: 		1.385em;
	font-weight:	bold;
	margin:			0 0 1.075em 0;
	line-height:	1em;
}

h3 {
	color:			#222222;
	font-size:		1.154em;
	font-weight:	bold;
	margin:			0 0 1.3em 0;
	line-height:	1em;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#222222;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	10px;
	margin-bottom:	10px;
}

.image_on_left {
	float:			left;
	margin-right:	10px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.form {
	font-size:11px;
}

.form select, textarea {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.form_element {
	font-family:"Lucida Grande",LucidaGrande,Arial,sans-serif;
	font-size:11px;
	border:1px solid #CCCCCC;
}

.copyright {

}

.copyright a {

}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}