
/* Primetime Electronics | Home Theater Sales & Installation
   Updated: Tues 8.17.10 @ 2:15 a.m.
   Author:  Timothy L. Hopkins
   ----------------------------------------------------*/


/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/* End Global Reset */

/* LAYOUT */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 120%;
	background: #F5F5F5;
	color: #000;
	border-top: 5px solid #333333;	
	}

#header {
	width: 100%;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
	height: 130px;
	background: #000000;
	border-bottom: 2px solid #444;
	}

#content {
	font-size: 95%; /* slight adjustment */
	text-align: left;
	}

#content img {
	margin: 0 0 20px 20px; 
	border: 1px solid #000; 
	padding: 2px; 
	float: right;
}	

p.details {
	text-align: center;
}


/* STYLIN BEGINS */

p {
	font-size: 16px;
	line-height: 22px;
	margin: 10px 0;
	color:#333333;
	}

h1 { 
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block; 
	}

h1.logo {
	height: 130px;
	background: url(/img/hdr.png) #000000 no-repeat top center;
	text-indent: -9999px;
}

h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
h3 {
	color: #900;
	background: transparent;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	font-weight: bold;
	margin: 10px 0 20px;
	}

li {
	font-weight:normal;
	list-style-type:square;
	margin-bottom:2px;
	margin-left:7px;
	margin-top:0;
}

ul {
	list-style-position:outside;
	margin-bottom:0;
	margin-left:7px;
	margin-top:0;
	padding-left:0;
	}

a:link {
	color: #990000;
	border-bottom: 1px dashed #000000;
	text-decoration: none;
	}

a:active {
	color:#000033;
	text-decoration:none;
}
a:visited {
	color:#000033;
	text-decoration:none;
}
a:hover {
	background:#000000 none repeat scroll 0 0;
	color:#FFFFFF;
	text-decoration:none;
}


#specials {
	padding: 20px 0 30px;
}

/* FOOTER DETAILS */



#footerouter {
	width: 100%;
	padding: 20px 0;
	background: #000;
	color: #FFF;
	overflow: hidden;
}


#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	text-align: left;
	height: 130px;
	font-size: 12px;
	}

#footer p {
	font-weight: normal;
	color: #F5F5F5;
	background: transparent;
}	

#footer a {
	color: #FFF;
	font-size:12px;
	line-height:170%;
	text-decoration:none;
	border-bottom: 1px dotted #990000;
}

#footer a:hover {
	text-decoration:none;
	border-bottom: 1px solid #FFF;
}

.details {
	font-weight: bold;
	}	


/* END FOOTER DETAILS */

/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}
