/*
Theme Name: Stevens Guitars V2
Theme URI: http://www.stevensguitars.com/
Description: Custom Theme Built for stevensguitars.com
Version: 2.0
Author: Alex Mesker
Author URI: http://x37v.com/
*/

img, div, a, input { behavior: url(iepngfix.htc) }

html, body {
	height: 100%;
}

body,td,th {
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Lucida Grande", "Myriad Pro", Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #FF9933;
	text-decoration: none;
}

a:hover, a:active {
	color: #FF9900;
	text-decoration: none;
	text-shadow: #000000 1px 1px 2px;
}

p {
	font-family: "Myriad Pro", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	text-shadow: #000000 2px 2px 5px;
}


body {
	background-color: #1F1F1F;
	background-image: url(images/mainBgr.png);
	background-position: top center;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#mainContent {
	width: 991px;
	height: 100%;
	margin: 0 auto;
	background-color: #333333;
}
#headerContent {
	width: inherit;
	height: 150px;
	max-height: 150px;
	overflow: hidden;
}
#headerContent h1 {
	text-shadow: #000000 2px 2px 5px;
	font-size: 16px;
	text-align: right;
	margin-right: 20px;
	margin-top: 40px;
	line-height: 1.4em;
}
#headerBlocker {
	height: 19px;
	width: inherit;
	background-image: url(images/headerBlocker.png);
	position: absolute;
	top: 131px;
	z-index: 10;
}
#mainBody {
	width: 951px;
	padding: 0 20px 30px 20px;
}


#footerContent {
	/*height: 20px;*/
	width: inherit;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	background-image: url(images/footerBgr.png);
	background-position: top center;
	background-repeat: no-repeat;
	position: fixed;
	bottom: 0;
	color: #FFFFFF;
	font-family: Tahoma, "Lucida Grande", "Myriad Pro", Arial, Helvetica, sans-serif;
	text-shadow: #000000 1px 1px 2px;
	letter-spacing: 0.5em;
	text-align: center;
}

#footerContent a:link, #footerContent a:hover, #footerContent a:active, #footerContent a:visited {
	text-decoration: none;
	color: #DBD981;
}
.imgHolder {
	padding: 10px 10px 10px 10px;
	background-color: #666666;
	margin: 10px 0px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: right;
	font-size: 10px;
}
.imgHolder img {
	padding: 0;
	margin: 0 0 0px 0;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.imgBorder {
	padding: 10px 10px 10px 10px;
	background-color: #666666;
	margin: 0px 20px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	float: left;
	border: 0px solid transparent;
}
.size100 {
	width: 140px;
	height: 140px;
	vertical-align: middle;
	text-align: center;
	float: left;
}