@charset "utf-8";
/* CSS Document */
*, html {
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .875em;
	text-align: center;
	background-image:url(../imgs/htmlBG.jpg);
	background-repeat: repeat-x;
}
ul{
list-style-type: none;	
}
.bold{
font-weight: bold;
}
#wrapper{
width: 980px;
text-align: left;
position: absolute;
top: 0px;
left: 111px;
}
#headWrap{
height: 134px;
position: relative;
}
#logo {
position: absolute;
top: 0px;
left: 0px;
}
#logo, #logo span {
width: 980px;
height: 134px;
background-image: url(../imgs/logo.jpg);
background-repeat: no-repeat;
}
#logo span {
margin-bottom: -75px;
}
h1 span{
display: block;
position: relative;
z-index: 1;
}
h2{
font-family: "Gotham Condensed Light", "Arial Narrow", Arial;
text-transform: uppercase;
font-weight: lighter;
font-size: 2.2em;
padding: 5px 10px;
}
p{
font-family: "Gotham Condensed Light", "Arial Narrow", Arial;
font-size: 1.8em;
padding: 10px 20px;
font-weight: lighter;
}
#contentWrap{
background-image: url(../imgs/contentBG.png);
background-repeat: repeat-y;
height: 500px;
}
#content{
height: 500px;
position: relative;
background-image: url(../imgs/shirtBG.png);
background-position: right 0px;
background-repeat: no-repeat;
}
#textWrap{
width: 600px;
position: absolute;
top: 18px;
left: 21px;
background-color: #FFFFFF;
}
#textBoxTop{
background-image: url(../imgs/textBoxTop.png);
background-repeat: no-repeat;
height: 9px;
}
#textBox{
background-image: url(../imgs/textBoxBG.png);
background-repeat: repeat-y;
}
#textBoxBottom{
background-image: url(../imgs/textBoxBottom.png);
background-repeat: no-repeat;
height: 10px;
}
#footer{
height: 34px;
background-image: url(../imgs/footerBG.png);
background-repeat: no-repeat;
}
#textBox table{
width: 90%;
margin: 0 auto;
font-size: 1.2em;
}
form .select{
width: 400px;
font-size: 1.4em;
border: 1px solid #FF0000;
}
.center{
padding-top: 15px;
text-align: center;
}