
/*________ Main Elements ________*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 14px Arial, Helvetica, sans-serif; color: #393939; text-decoration: none;
	text-align: left;
	background: #FFFFFF url(/images/bg-body.jpg) repeat-x;
	border-top: 20px solid #000;
}

img {
	display: block;
	border: 0;
}

h1 {
	margin-top: 20px;
	float: left;
}


/*________ Header ________*/

#header {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

h1 {
	border-right: 1px solid #efefef;
}

#header ul {
	float: right;
	list-style: none;
	margin-top: 122px;
}

#header ul li {
	float: left;
}

#header ul li a {
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #b5b5b5;
	border-left: 1px solid #efefef;
}

#header ul li a:hover {
	color: #000;
}

#header ul li.noLeftBorder a {
	border: none;
}


/*________ Content - Flash Home ________*/

#content {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}


/*________ Content ________*/

#content h2 {
	padding-bottom: 15px;
}

#content h3 {
	padding-bottom: 15px;
	padding-top: 20px;
}

#content p {
	line-height: 1.6em;
	padding-bottom: 15px;
}

#content img.imgFloatRight {
	float: right;
	border: 1px solid #efefef;
	padding: 1px;
	margin: 0 0 20px 20px;
}

.stats dt {
	float: left;
	clear: left;
	padding: 0px 20px 8px 0;
	width: 170px;
	font-size: 12px;
	border-top: 1px solid #efefef;
	text-align: left;
}

.stats dd {
	display: block;
	overflow: hidden;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-weight: bold;
	width: 350px;
	border-top: 1px solid #efefef;
	padding: 0px 0px 8px 0;
}

.stats dd span {
	font-size: 10px;
	color: #b5b5b5;
}

#content .sizes {
	width: 220px;
	float: left;
	margin: 0 60px 30px 0;
}

#content .sizes img {
	float: left;
	margin-right: 10px;
}

#content .sizes p {
	padding: 0px;
	font-size: 11px;
}

#content .sizes p.sizeText {
	padding: 0px;
	font-weight: bold;
	font-size: 20px;
}

#content a img {
	margin-bottom: 20px;
}

#content a img{
clear: left;
}



/*________ Contact Us ________*/

.contact dt {
	float: left;
	margin: 0 0px 10px 0;
	width: 110px;
	font-size: 12px;
	color: #b5b5b5;
}

.contact dd {
	display: block;
	margin: 0 0 10px 0;
	font-size: 12px;
	width: 300px;
}

.contact a {
	color: #393939;
}

#contactForm {
float: right;
width: 400px;
margin-right: 50px;
font-size: 12px;
}

#contactForm legend {
display: none;
}
#contactForm fieldset {
border: 0;
}
#contactForm fieldset label {
float: left; 
width: 119px; 
display: block;
clear: left;
padding-top: 5px;
color: #b5b5b5;
}

#contactForm textarea, #friendForm textarea {
float: left; 
margin: 0 0 8px 0;
width: 250px;
border: 1px solid #dbdbdb;
font: 11px Arial, Helvetica, Sans Serif;
height: 50px;
overflow: auto;
padding: 3px 0 0 5px;
}

#contactForm fieldset input {
float: left; 
margin: 0 0 8px 0;
border: 1px solid #dbdbdb;
font-size: 11px;
padding: 3px 0 0 5px;
height: 20px;
width: 163px;
}
#contactForm input {
margin-left: 119px;
}

#verification {
clear: both;
overflow: hidden;
width: 370px;
padding: 10px 0 0 0;
}

#verification img {
float: left;
margin: 0 5px 10px 120px;
}

#verification a {
overflow: hidden;
display: block;
padding-top: 6px;
font-size: 11px;
}

#errorText, .successText {
border: 1px solid;
padding: 10px;
margin-bottom: 15px;
overflow: hidden;
}
#errorText {
background-color: #ff0000;
color: #fff;
width: 350px;
font-size: 11px;
background: #bf0000;
border: 1px solid #730000;
text-align: left;
}
#content div#errorText p {
font-weight: bold;
margin: 0 0 5px 0;
padding: 0;
}
#content div#errorText ul {
margin: 0;
padding: 0 0 0 20px;
line-height: 1.5;
list-style-type: circle;
}
#content div#errorText ul li {
margin: 0;
padding: 0;
}


.successText {
background-color: green;
color: #fff;
}
#content div.errorText ul {
margin-bottom: 0;
}

/*________ Buttons ________*/

#buttonsContainer {
	background: url(images/bg-buttons.jpg) repeat-x;
	overflow: hidden;
}

#buttons {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/button-divider.jpg) no-repeat bottom center;
	overflow: hidden;
}

#buttons img {
	float: left;
	padding-top: 40px;
	margin-right: 30px;
}

#buttons img.noRightMargin {
	margin-right: 0px;
}


/*________ Footer ________*/

#footer {
	background: url(images/bg-footer.jpg) #000 center top no-repeat;
	height: 200px
}


#footer p {
	font-size: 10px;
	text-align: center;
	padding-top: 40px;
}

#footer p a {
	color: #393939;
	text-decoration: none;
}

#footer p a:hover {
	color: #efefef;
}
