/*
-----------------------------------------------
smpsales.com Style Sheet
version:  2008.10
----------------------------------------------- */

html, body {
	background: #f4f5f7 url(images/background2.jpg) repeat-x;
	margin: 0 0 50px 0;
	}

/* =Header for all Secondary Pages
----------------------------------------------- */

#headerB {
	float: left;
	width: 750px;
	height: 254px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px; 
	padding: 0px;
	}

/* HEADER for all except Home Page ENDS */


/* =Structure
----------------------------------------------- */
#wrapperB {
	position: relative;
	width: 750px;
	margin: 0 auto;
	/*border-style: solid;*/
	}

#SMPLogo {
	width: 364px;
	height: 92px;
	margin-top: 10px;
	margin-left: 4px;
	display: block;
	position: relative;
	background: url(images/Logo/SMPLogoBlue.jpg) no-repeat transparent;
	}


#SMPGreenLogo {
	width: 364px;
	height: 92px;
	margin-top: 10px;
	margin-left: 4px;
	display: block;
	position: relative;
	background: url(images/Logo/SMPLogoGreen.jpg) no-repeat transparent;
	}
	
#SMPGreenLogo4 {
	width: 364px;
	height: 92px;
	margin-top: 10px;
	margin-left: 4px;
	display: block;
	position: relative;
	background: url(images/Logo/GreenProductLogo4.jpg) no-repeat transparent;
	}
	
#SMPLogoPC {
	width: 364px;
	height: 92px;
	margin-top: 10px;
	margin-left: 4px;
	display: block;
	position: relative;
	background: url(images/Logo/SMPlogo2.jpg) no-repeat transparent;
	}
	
#SMPLogo span {
	display: none;
	}
	
#SMPLogoPC span {
	display: none;
	}


.wrapper2B {
	width: 750px;
	float: left;
	background-image: url(images/background-wrapperB.png);
	background-repeat: repeat-y;
	/*border-style: solid;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5px; /*the bottom margin is the negative value of the footer's height*/
	
	}

.wrapperGreen {
	width: 750px;
	float: left;
	background-image: url(images/background-wrapperGreen.png);
	background-repeat: repeat-y;
	/*border-style: solid;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5px; /*the bottom margin is the negative value of the footer's height*/
	
	}
	
.wrapperGreen2 {
	width: 750px;
	float: left;
	background-image: url(images/background-wrapperGreen2.png);
	background-repeat: repeat-y;
	/*border-style: solid;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5px; /*the bottom margin is the negative value of the footer's height*/
	
	}
	
.footer, .push {
 	height: 5px;
	text-align: right;
	font-family: georgia, garamond, "times new roman", serif;
	font-size: 10px;
	margin-top: 5px;
	/*color: #000000;*/
	 /* .push must be the same height as .footer */
}
	
/* STRUCTURE ENDS */


/* =NAVIGATION BEGINS
----------------------------------------------- */

#navigation {
	font-family: georgia, garamond, "times new roman", serif;
	float: left;
	margin-left: 8px;
	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;
}

.clear2 {
	clear: left;
	overflow: hidden;
}
#FeaturedProduct {
	background-image:url(images/featuredProducts/featured_XP500TurtleBeachA.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 192px;
	height: 350px;
	float: left;
	margin-top: 10px;
	margin-left: 23px;
	padding-bottom: 40px;
}

/* NAVIGATION ENDS */
	

/* =CONTENT
----------------------------------------------- */

a:link {color: #44777B; text-decoration: none; }
a:visited {color: #DC5235; text-decoration: none; }
a:hover {color: #DC5235; text-decoration: underline; }
a:active {color: #153858; } 

#content {
	float: right;
	margin-right: 13px;
    width: 488px;
	margin-bottom: 27px;
}

#content p {
	font-size: 80%;
	line-height: 1.6em;
}

#content td {
	font-size: 80%;
	line-height: 1.6em;
}

#list ol 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;
	/* margin-left: -24px; and margin-left: 2px; removes the indent from a list in IE, Safari, Firefox */
}
/* img {border: none; } is for SMP Hall of Fame page thumbnails for boxtops */
img { border: none; }


table.imgs tr td { 
	padding: 0 10px 10px;
	vertical-align: top; 
	}

table.contact tr td { 
	padding: 0 0px 0px;
	vertical-align: bottom; 
	}

.team {
	color: #556676;
	font-weight: bold;
	}
	
.city {
	color: #000000;
	font-weight: bold;
	}
	
.country {
	color: #556676;
	font-weight: bold;
	}
	
.office {
	color: #000000;
	font-weight: bold;
	}

/* 
table.imgs tr td:nth-child(1) { padding-left: 0; }
table.imgs tr td:nth-child(2) { padding-left: 22px; padding-right: 22px; }
table.imgs tr td:nth-child(3) { padding-right: 22px; }
table.imgs tr td:nth-child(4) { padding-right: 0; }
*/

/* CONTENT ENDS */


/* =FOOTER
----------------------------------------------- */

/* IE7 MUST SAY "CLEAR: NONE" SO BOTTOM GRAPHIC WILL MESH WITH REST OF PAGE */
.clear {
	clear: both;
	overflow:hidden;
}

#backgroundBottomB {
	margin: 0px 0px 0px 0px;
	width: 750px;
	height: 16px;
	background-image:url(images/background-bottom2.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	}
	
/* FOOTER ENDS */


