/*
-----------------------------------------------
smpsales.com Style Sheet
version:  2008.10
----------------------------------------------- */


body {
	background: #f4f5f7 url(images/background2.jpg) repeat-x;
	margin: 0 0 50px 0;
	}
/*#f4f5f7 bottom pixel of gradient for background2.jp ensuring gradient seamlessley blends with the web page background*/	
/* =HEADER
----------------------------------------------- */

#header {
	float: left;
	width: 841px;
	height: 349px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px; 
	padding: 0px;
	}
	/*background: url(images/HomePageGraphicA.jpg) no-repeat left;*/

/* HEADER ENDS */


/* =Structure
----------------------------------------------- */
#wrapper {
	position: relative;
	width: 841px;
	margin: 0 auto;
	
	}

#SMPLogo {
	width: 364px;
	height: 92px;
	margin-top: 10px;
	margin-left: 50px;
	display: block;
	position: relative;
	background: url(images/Logo/SMPLogoBlue.jpg) no-repeat transparent;
	}
	
#SMPLogo span {
	display: none;
	}

#wrapper2 {
	width: 841px;
	float: left;
	background-image: url(images/background-wrapper.png);
	background-repeat: repeat-y;
	}
	
#main {
	padding: 0 20px 20px 20px;
	background-image: url(images/background-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	}
/* STRUCTURE ENDS */


/* =NAVIGATION BEGINS
----------------------------------------------- */

#navigation {
	font-family: georgia, garamond, "times new roman", serif;
	float: left;
	margin-left: 56px;
	width: 210px;
}

#navigation ul {
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 10px;
	border: none;
}

#navigation li {
	font-size: 75%;
}

#navigation a:link, #navigation a:visited {
	color: #44777B;
    background-color:transparent;
    display:block;
    border-bottom: 1px dotted #999;
    padding: 1em 0 0.2em 0;
    text-decoration: none;
}

#navigation a:hover {
	color: #225559;
}

/* NAVIGATION ENDS */


/* =CONTENT
----------------------------------------------- */

#content {
	float: right;
	margin-right: 45px;
    width: 488px;
	padding: 0px 15px 5px 15px;
	
}
#content p {
	font-size: 80%;
	line-height: 1.6em;
}

#featured {
	position: relative;
	width: 488px;
	height: 312px;
	background-image: url(images/featuredProducts/featured_XP500TurtleBeach.jpg);
	background-repeat: no-repeat;
}
	
#list ul li{
	list-style-image: url("images/bullet1.gif"); 
	font-size: 80%;
	line-height: 1.6em;
	text-align: left;
	margin-left:-24px !important;
	margin-left: 2px;
}

.subhead {
	color: #556676;
	font-weight: bold;
}


/* CONTENT ENDS */


/* =FOOTER
----------------------------------------------- */
.clear {
	clear: both;
	overflow: hidden;
}

#backgroundBottom {
	margin: 0px 0px 0px 0px;
	width: 840px;
	height: 40px;
	background-image:url(images/background-bottom.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
#footer p {
	font-family: georgia, garamond, "times new roman", serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	line-height: 12px;
	margin-top: 25px;
	margin-bottom: 5px;
	}
	
/* FOOTER ENDS */


