/*----------------------------------------------------------------------------- 
 
author:    [Brandon L. Rager] 
email:     [brandonlee@cysy.com] 
website:   [www.cysy.com]
-----------------------------------------------------------------------------*/

/* Remove padding and margin ------------------------------------------------*/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, img, ins, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

ol, ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ul, ol {margin: 0 0 1.5em 0;}
p {margin: 0 0 1.5em 0;}

/* remember to define focus styles! */
:focus {outline: 0;}

:link, :visited, :hover, :active {text-decoration: none;}

/* remember to highlight inserts somehow! */
ins {text-decoration: none;}

del {text-decoration: line-through;}

hr {border: none; border: 0; border-bottom: 1px dotted #3e3f3f; margin: 1.5em 0;}

/* Float Definitions -----------------------------------------------------------*/

.clear {clear:both;} 

.right {float: right;} 

.left {float: left;}

.alignleft {float: left;}
.alignright {float: right;}

img.left, img.alignleft {float: left;margin: 0 7px 2px 0;border: 5px solid #cae0c0;}

img.right, img.alignright {float: right;margin: 0 0 2px 7px;border: 5px solid #cae0c0;}

.post img.aligncenter, .attachment img.aligncenter { margin: 0 auto; text-align: center; }

/*---------------------------------- BODY TAG ----------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.3em;
	color: #3e3f3f;
	margin: 0;
	background: url('../images/layout_background.jpg') top center #fff repeat-x;
}

a {
	color: #ca641d;
	text-decoration: none;
	border-bottom: 1px dotted #3e3f3f;
}
		a:hover {
			color: #00589f;
			border: none;
		}
		
h1 {
	position: absolute;
	top: 0;
	width: 299px;
	height: 205px;
}
		h1 a {
			display: block;
			width: 299px;
			height: 205px;
			background: url('../images/graphic_logo.png') top left no-repeat;
			text-indent: -9000px;
			border: none;
		}

h2 {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px;
	color: #285a83;
}

h3 {
	color: #ca641d;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
}



#container_default {
	width: 1030px;
	margin: 0 auto;
}

ul#navigation {
	position: absolute;
	top: 0;
	margin-left: 280px;
	width: 750px;
}
		ul#navigation li {
			display: inline;
		}
				ul#navigation li a {
					display: block;
					float: right;
					height: 44px;
					font-size: 16px;
					font-weight: bold;
					line-height: 44px;
					padding: 0 14px;
					padding-top: 44px;
					color: #fff;
					background: #00589f url('../images/layout_nav_separator.png') bottom left no-repeat;
					border: none;
				}
						ul#navigation li a:hover {
							background: #27689c url('../images/layout_nav_separator.png') bottom left no-repeat;
						}
						ul#navigation li a.selected {
							background: #003968 url('../images/layout_nav_separator.png') bottom left no-repeat;
						}
						
ul#social {
	position: absolute;
	top: 103px;
	margin-left: 280px;
	width: 750px;
}
		ul#social li {
			float: right;
			_display: inline;
		}
				ul#social li.connectwithus {
					font-weight: bold;
					color: #c6d7f2;
					font-size: 16px;
					line-height: 18px;
					height: 18px;
					padding-top: 14px;
				}
				ul#social li a {
					display: block;
					width: 32px;
					height: 32px;
					background: url(../images/facebook_32.png) top left no-repeat;
					float: right;
					margin-left: 10px;
					border: none;
					text-indent: -9999px;
				}
				
						ul#social li a.facebook { background-image: url(../images/facebook_32.png); }
						ul#social li a.twitter { background-image: url(../images/twitter_32.png); }
						ul#social li a.linkedin { background-image: url(../images/linkedin_32.png); }
						ul#social li a.myspace { background-image: url(../images/myspace_32.png); }
						ul#social li a.youtube { background-image: url(../images/youtube_32.png); }
						

#main {
	margin: 143px 0 55px 0;
	width: 1030px;
}
		#phone {
			width: 1030px;
			height: 43px;
			background: url('../images/layout_greybar.jpg') no-repeat top left;
		}
		#content {
			width: 1006px;
			background: url('../images/layout_contentbg.png') repeat-y top left;
			padding: 0 20px 4px 4px;
		}
				#left {
					float: left;
					width: 745px;
					padding: 30px;
					background: #fff url('../images/layout_greenfade.gif') repeat-x top left;
					min-height: 370px;
				}
				#right {
					float: right;
					width: 190px;
					text-align: right;
					padding: 30px 0 ;
				}
					#right a {
						border: none;
					}
				.whatsnew {
					margin-bottom: 25px;
				}
				.hotbuys {
					margin-bottom: 25px;
				}
				
#container_footer {
	background: #00589f;
	width: 100%;
}
		#footer {
			width: 1030px;
			margin: 0 auto;
			position: relative;
			top: 0;
		}
				#bluebar {
					width: 250px;
					float: left;
					background: #003968;
					padding: 20px 0 200px 0;
					text-align: center;
					color: #eff5f9;
					font-size: 11px;
					line-height: 1.6em;
				}
						#bluebar a {
							color: #8cb0cd;
						}
				#info {
					margin-top: 60px;
					position: relative;
					float: right;
					width: 736px;
				}
						#info div.links {
							margin-bottom: 10px;
							font-size: 11px;
						}
							div.links a {
								color: #eff5f9;
								margin-right: 7px;
							}
									div.links a:hover {
										color: #fff;
									}
						#info label {
							display: block;
							float: left;
							color: #80accf;
							margin-right:25px;
						}
						#info ul {
							display: block;
							float: left;
							width: 660px;
						}
								#info ul li {
									display: inline;
								}
						#sunglasses {
							position: absolute;
							top: -156px;
							left: 345px;
							width: 396px;
							height: 147px;
							background: url('../images/graphic_sunglasses.png') no-repeat top left;
						}
						
div.home_entry {
	float: left;
	width: 525px;
}

div.featured {
	float: right;
	width: 200px;
}
		div.featured h2 {
			margin-top: 10px;
			font-size: 20px;
			line-height: 25px;
		}
		
		div.featured img {
			border: 5px solid #cae0c0;
			margin-bottom: 10px;
			width: 80px;
			height: 80px;
			float: left;
			margin-right: 10px;
		}

div.featured_entry {
	width: 355px;
	margin-right: 15px;
	float: left;
	margin-bottom: 20px;
}
div.featured_entry img {
	border: 5px solid #cae0c0;
	margin-right: 10px;
	height: 120px;
	float: left;
	margin-right: 10px;
}

ul.brandlist {
	margin: 5px 0 15px 0;
	width: 600px;
	float: left;
}
		ul.brandlist li {
			display: block;
			float: left;
			margin-right: 15px;
		}
		
h3.brandtitle {
	font-size: 18px;
	line-height: 22px;
	float: left;
	width: 145px;
}