/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */




/*My code starts here */





body, th, td, select, option {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #3b3b3b;
}



h1 {
	text-transform: uppercase;
	margin-bottom: 20px;
	border-bottom-color: #a0a0a0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #464646;
	font-size: 20px;
}


h2 {
	margin-bottom: 12px;
	padding-bottom: 5px;
	color: #D2700F;
	letter-spacing: 0px;
	font-size: 20px;
}

h3 {
	margin-bottom: 17px;
	color: #505050;
	font-size: 20px;
}

h4 {
	font-weight: bold;
	color: #D2700F;
	margin-bottom: 5px;
	border-bottom-color: #e2e2e2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


ul,ol {
	line-height: 19px;
}


p {
	margin-bottom: 18px;
	line-height: 20px;
	
}

ul {
	list-style-position: outside;
	list-style-image: url(images/check.jpg);
	padding: 0px;
	margin: 15px;
}


li {
	margin-bottom: 8px;
}


a {
	text-decoration: underline;
	color: #075FB2;
}

a:hover {
	color: #8a8a8a;
}

table {
	border-collapse: collapse;
	padding: 0px;
	margin-bottom: 30px;
	border-style: solid;
	border-spacing: 1;
	border-width: 0px;
	
}

td {
	border-bottom-color: #a8a8a8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


/* Headers */

/* Defines the black bar accross top of screen */
#header {
	background-color: black;
	height: 140px;
	width:100%;
}

/* Defines the central "box" that menu and logo will be contained in */
#headercontainer {
	position: relative;
	height: 140px;
	width: 976px;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;	
}


/*Defines offer area */
#headeroffer {                                               
	background-image: url(images/yellowheader.jpg);                                               
	color: #272727;                                               
	background-repeat: repeat-x;
	height: 30px;
	width:100%;
}

/* Defines the central "box" that offer header will be contained in */
#headeroffercontainer {
	text-align: center;
	position: relative;
	height: 30px;
	width: 976px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;	
}



/* Defines the grey promo area accross top of screen
	#headeroffer a {
	color: black;
}*/

#header2 {
	background-color: #e9e9e9;
	/* Normal height is 290. 260 for banner images*/
	height: 290px;
	width:100%;
}

#header2container {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	width: 976px;
	height: auto;
}


/* Defines the container for the four sale points */

#promoarea {
	margin-top: 20px;
	float: left;
	width: 600px;
}


/* Used 4 times. */

#promopoint {
	font-size: 12px;
	margin-right: 20px;
	width: 280px;
	height: 120px;
	float: left;
}



/* Signup box styles */

#signup {
	border-color: #e1e1e1;
	border-width: 1px;
	border-style: solid;
	margin-top: 20px;
	padding: 10px;
	background-color: white;
	float: right;
	width: 320px;
}

.tickarea {
	height: 23px;
	padding-left: 20px;
	background: url(images/ok.png) no-repeat top left;
}


/* Menu */



#menu {
	background: #2a2a2a;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute; 
	bottom: 0; 
	left: 0;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	padding-left: 12px;
	padding-bottom: 4px;
	padding-right: 12px;
	padding-top: 4px;
	background: #2a2a2a;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
}
#menu a:hover {
	background: #494949;
	color: #fff;
	padding-bottom: 4px;
	
}

/* Page */

#page {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 30px;
	width: 976px;
}

             

/* Content */

#content {
	float: left;
	width: 600px;
}


#post {
	padding-left: 10px;
	padding-bottom: 40px;
	padding-right: 10px;
	padding-top: 20px;
	background: url(images/bg04.jpg) no-repeat top left;
}

#highlightbox {
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-image: url(images/highlightbox-grad-grey.jpg);
	border-color: #ececec;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 22px;
	padding: 10px;
	background-color: #f1f1f1;
}


#highlightbox-green {
	border-color: #eaeaea;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 22px;
	padding: 10px;
	background-color: #ebfcc3;
}


#highlightbox-cream {
	border-color: #e2e2e2;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 22px;
	padding: 10px;
	background-color: #fffef3;
}


#highlightbox-black {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-color: #e2e2e2;
	border-style: solid;
	background-color: black;
}


.price {
	font-size: 16px;
	color: #30951d;
	font-weight: bold;
	float: none;
}



            

.oldprice {
	text-decoration: line-through;
	font-size: 16px;
	color: #a30100;
	font-weight: bold;
	float: none;
}



/*Beat Box*/

#beatpost {
	border-left-color: #ececec;
	border-bottom-color: #a9a9a9;
	border-right-color: #ececec;
	border-top-color: black;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 2px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	margin-bottom: 30px;
	padding: 10px;
	background-color: white;
	height: auto;
	position: relative;
}

#beatpost p {
margin-bottom: 10px;
}

#beatpost a {
text-decoration: none;
margin-bottom: 10px;
}



#beatpost-header {
padding: 3px;
background-color: #f2f2f2;
margin-bottom: 10px;
}


#beatpost-left {
	height: 80px;
	float:left;
	width: 410px;
}

#beatpost-right {
	height: 60px;
	float:right;
	width: 150px;
}

#beatpost-footer {
	border-color: #f0f0f0;
	border-width: 1px;
	border-style: solid;
	color: #6b6b6b;
	background-color: #f8f8f8;
	padding: 2px;
	clear:both;
}

#beatpost-footer p {
	margin: 0px;
}
	


/* Sidebar */



#sidebar {
	float: right;
	width: 340px;
}

/* Footer */


#footer {
	color: white;
	clear: both;
	margin: 0px;
	height: 80px;
	background: black;
}

#footer p {
	padding: 20px 0;
	text-align: center;
	font-size: smaller;
	color: white;
}


