@charset "utf-8";

body {
	font-family: 'CiscolightRegular';
	font-size: 14px;
}

#page_wrap {
	width: 970px;	
	margin: 0 auto;
}

#header { }
#header .logo { 
	float: left;
}
	.logo a img {
		border: 0px;	
	}
#header .top_right { 
	float: right;
	margin-top: 15px;
}
#header .top_right .top_phone { 
	color: #1b627d;
	font-size: 31px;
}
#header .top_right .top_search { }

#mid { 
	background: url(images/topBG.jpg) repeat-x top;
}
#mid #left_categories { 
	position: relative;
	float: left;
	width: 288px;
	background: url(images/navBG.jpg) no-repeat;
}
	#left_categories h2.box_head {
		margin: 0px;
		padding: 10px 0px 10px 0px;
		display: block;
		width: 200px;
		margin: 0px 0px 0px 40px;
		color: #f6e90a;
	}
	#left_categories ul { 
		width: 200px;
		list-style-type: none;
		margin: 0px 0px 0px 40px;
		padding: 0px 0px 0px 0px;
	}
	#left_categories ul li { }
	#left_categories ul li a { 
		padding: 8px 0px 8px 0px;
		display: block;
		color: #fff;
		text-decoration: none;
		font-size: 16px;
	}
	#left_categories ul li a:hover { }
#mid #top_nav { 
	margin: 0px;
	padding: 0px;
	height: 60px;
}
	#mid #top_nav ul { 
		padding: 10px 0px 0px 0px;
		margin: 0px;
		list-style-type: none;
	}
	#mid #top_nav ul li { 
		display: inline;
	}
	#mid #top_nav ul li a { 
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		padding: 0px 15px;
	}
#mid #page_content { 
	width: 670px;
	position: relative;
	float: left;
}

#footer { 
	text-align: center;
	color: #7a7a7a;
}
	#footer ul { 
		padding: 10px 0px 0px 0px;
		margin: 0px;
		list-style-type: none;
	}
	#footer ul li { 
		display: inline;
	}
	#footer ul li a { 
		color: #1b627d;
		font-size: 16px;
		text-decoration: none;
		padding: 0px 15px;
	}

/* Home Page Styles */
#home_boxes { 
	margin: 0 auto;
	width: 935px;
}
	#home_boxes .product_box {
		position: relative;
		margin-right: 13px;
		float: left;
		width: 203px;
		background-color: #f6e90a;
		text-align: center;
		padding: 10px;
	}
		.product_box .product_img {
			display: block;
			margin-top: 10px;
		}
			.product_img a img {
				border: 0px;	
			}
		.product_box .product_name {
			display: block;
			margin-top: 10px;
		}
		.product_box .product_price {
			display: block;
			margin-top: 10px;
		}

/* Typography */
h1 {
	font-size: 25px;
}
.tagline {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 22px;
	color: #1b627d;
}
p, li, h3, h4, h5, h6 {
	font-size: 14px;	
}

/* Misc Styles */
.clearboth { clear:both;display:block;font-size:0;height:0;line-height:0;width:100%; }
.last { margin: 0px !important; }

@font-face {
    font-family: 'CiscolightRegular';
    src: url('fonts/ciscolig-webfont.eot');
    src: url('fonts/ciscolig-webfont.eot?iefix') format('eot'),
         url('fonts/ciscolig-webfont.woff') format('woff'),
         url('fonts/ciscolig-webfont.ttf') format('truetype'),
         url('fonts/ciscolig-webfont.svg#webfontdn1HrGjO') format('svg');
    font-weight: normal;
    font-style: normal;

}
