@charset "UTF-8";
/* CSS Document */

h1.site-title {
	font-family:"Aller Display";
	text-shadow:#fff 0 1px 0;
	font-size:45px;
	margin-bottom:10px;
	}
	h1.site-title2 {
	font-family:"Aller Display";
	text-shadow:#fff 0 1px 0;
	font-size:30px;
	margin-bottom:10px;
	}
	
	#header.page h1 {
	font-size:40px;
	text-shadow:#000 0 1px 0;
	}

h2.site-subtitle, h2 {
	font-family:"Aller";
	font-style:italic;
	margin-bottom:10px;
	color:#000;
	}
	
	h2.site-subtitle {
	color:#fff;
	text-shadow:#000 0 1px 0;
	}
	
	#header.page h2 {
	font-size:23px;
	text-shadow:#000 0 1px 0;
	}
	
h4 {
	color:red;
	margin-bottom:10px;
	}
	
p.intro-p, p.header-caption {
	font-size:14px;
	line-height:21px;
	margin-bottom:10px;
	text-shadow:#ddd 0 1px 0;
	}
	
	p.header-caption {
	text-shadow:#000 0 1px 0;
	}

#header.home {
	height:568px;/*Total Height -90px*/
	padding:30px;
	padding-bottom:60px;
	background:url(../images/content.png) no-repeat;
	}

#header.page, #header.laptops, #header.generic, #header.designs {
	height:170px; /*Total Height -90px*/
	color:#fff;
	text-shadow:#000 0 1px 0;
	padding:30px;
	padding-left:240px;
	padding-bottom:60px;
	background:url(../images/Header-Sub.png) no-repeat;
	}
	
	#header.designs {
	background:url(../images/Header-Sub-Designs.png) no-repeat;
	padding-left:260px;
	}
	
	#header.generic {
	background:url(../images/Header-Sub-gen.png) no-repeat;
	padding-left:260px;
	}
	
	#header.generic p {
	font-size:12px;
	line-height:19px;
	margin-bottom:15px;
	}
	
	#header.generic a {
	color:#f8d25e;
	font-weight:bold;
	text-decoration:none;
	}
	
	#header.generic a:hover {
	color:#20f0fd;
	}
	
	.header-sidebar {
	margin-top:160px;
	width:200px;
	margin-right:30px;
	float:left;
	}
	
	.header-sidebar p {
	font-family:Helvetica, Arial;
	font-size:12px;
	line-height:19px;
	color:#fff;
	text-shadow:rgba(0,0,0,0.5) 0 1px 0;
	}
	
.header-content {
	float:left;
	width:300px;
	margin-bottom:20px;
	margin-right:30px;
	}
	
	.header-content div {
	padding:15px;
	margin-top:15px;
	background-color:rgba(255,255,255,0.6);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	}
	
#header-col-left {
	margin-top:90px;
	float:left;
	width:50%;
	}
	
#header-col-right {
	float:right;
	width:49%;
	}

#category-container {
	padding:0;
	overflow:auto;
	height:110px;
	background-color:rgba(255,255,255,0.75);
	font-size:12px;
	color:#000;
	text-shadow:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:solid 2px #ccc;
	}

#content p {
	font-size:12px;
	line-height:19px;
	}
	
	#content a {
	color:red;
	font-weight:bold;
	text-decoration:none;
	}
	
	#content a:hover {
	color:blue;
	}

.icontainer {
	float:right;
	width:380px;
	padding:10px;
	background-color:rgba(255,255,255,0.55);
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-shadow:#eee 0 1px 0;
	}

.icon-maincol {
	float:left;
	margin-right:30px;
	}
	
	.icon-col {
	float:left;
	}
	
	.icon-descriptions {
	width:300px;
	margin-left:10px;
	}
	
	p.icon-caption {
	font-size:12px;
	line-height:16px;
	margin-left:100px;
	}
	
	table.category-container a.category {
	vertical-align:center;	
	padding:13px;
	display:block;
	text-decoration: none;
	color: #000;
	background-color:#eee;
	border-left:1px solid #fff;
	}
	
	table.category-container a.category:hover {
	background-color:#999;
	color:#fff;
	}
	
	table.category-container {

	}
	
	table.category-container td {
	border-bottom:1px solid #fff;
	}

