
* {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	}
	
body{
	background: url(../images/sarahGrahamFitnessBackground.png) repeat-x #4e4e4e;
	color: #ddd;
	}
a img{
	border: none;
}
#mainWrapper{
	background: url(../images/sarahGrahamFitnessHeader.png) no-repeat;
	margin: 86px auto 0 auto;
	padding-top: 85px;
	position: relative;
	width: 756px;
	}
#header{
	background: url(../images/sarahGrahamFitnessHeader.png) no-repeat;
	width: 756px;
	height: 85px;
	margin: 0 auto;
	position: relative;
	margin-top: 80px;
	z-index:0;
	}
img#logo{
	position: absolute;
	top: -150px;
	left: -120px;
	width: 400px;
	height: auto;
	z-index: 2;
	}
#content{
	background: url(../images/sarahGrahamFitnessBody.png) repeat-y;
	width: 756px;
	height: auto;
	margin: 0 auto;
	position: relative;
	padding-top: 10px;

	z-index: 3;
	}
div.innerContent{
	position: relative;
	z-index: 10;
	width: 550px;
	margin: 0 auto;
	padding-top: 30px;

}
	
#video{
	margin: 0 auto;
	width: 600px;
	height: 272px;
	position: relative;
	z-index: 0;
	}
#video object, #video embed{
	position: relative;
	z-index: 0;
	}

	
#footer{
	background: url(../images/sarahGrahamFitnessFooter.png) no-repeat;
	width: 756px;
	height: 52px;
	margin: 0 auto 50px auto;
	font-size: 12px;
	color: #bbb;
	padding-top: 10px;
	position: relative;

	text-align: center;
	}
#footer p{
	position: relative:
	bottom: 0px;
	margin-top: 45px;
}
	#footer a{
	color: #bbb;
}
#footer a:hover{
	color: #666;
	text-decoration: none;
	font-size: 12px;
	}
#nav{
	position: relative;
	z-index: 100;
	left: 35px;
	float: right;
	text-align: right;
	width: auto;
}
#contentWrapper #nav{
	left: 30px;
}
#links a{
	color: #bbb;
	}
#links a:hover{
	color: #666;
	text-decoration: none;
	}
	
ul#links{
	z-index: 10;
	width: 500px;
	list-style: none;
	font-size: 12px;
	color: #eee;
	margin-right: 0;
	position:relative;
	padding-top: 5px;
	
	float: right;
	}
#links li{
	float: left;
	padding: 5px;
	z-index: 10;
	}
	
		
 h1{
	font-size: 24px;
	color: #eee;
	margin-left: 70px;
	margin-bottom: 20px;
	}
h1 small{
	font-size: 16px;
	font-weight: normal;

}
h1 small a{
	margin-left: 5px;
}
h2{
	font-size: 20px;
	margin-bottom: 15px;
	color: #bbb;
	font-weight: normal;
	
}
p.contact_message{
	width: 500px;
	font-size: 14px;
	color: #eee;
	margin: 0 auto 20px 50px;
	
}
/*
#videoDisplay{
	color: #fff;
	width: 450px;
	margin: 5px auto;
}
*/
a{
	color: #ccc;
}
a:hover{
	color:#fff;
}

#displayVideo{
	text-align: center;
	margin-left: -40px;
}

#addVideoForm{
	margin-left: 50px;
}
p.videoOrder span{
	color: #ddd;
	font-size: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
p.videoOrder input{
	width: 30px;
}
#uploadVideo{
	width: 225px;
	float: left;
}
#videoUpload{
	width: 225px;
	float: left;
}
#video_upload{
	float: left;
}
#video_poster{
	height: auto;
	width: 200px;
	border: none;
	background: none;
	outline: none;
	font-size: 12px;
}
p.videoPoster{
	width: 225px;
	float: right;
}
#video_poster{
	width: 225px;
	float: right;
}
p.title{
	width: 350px;
	float: left;
}
#title{
	width: 350px;
	float: left;
}
#price{
	width: 125px;
	float: right;
}
p.price{
	float: right;
	width: 125px;
}
#login{
	margin: 0 auto;
	width:250px;

}
#login input{
	width: 250px;
}



#password{
	width: 250px;
}
#loginSubmit{
	text-align: center;
}


#form{
	margin: 0 auto 0 50px;
	width: 500px;
}
#name{
	width: 500px;
}

p.email{
	width: 300px;
	float: left;
}
#email{
	width: 300px;
}
p.phone{
	width: 150px;
	float: right;
}
#phone{
	width: 150px;
	
}


p.state{
	float: left;
	width: 100px;
	
}
p.zip{
	width: 100px;
	float: right;
}
input#zip{
	width: 100px;
}

input, textarea{
	width: 200px;
	height: 20px;
	font-size: 18px;
	outline: none;
	border: 1px solid #444;
	background: #333;
	color: #eee;
	padding: 3px;
	margin-bottom: 10px;
}

textarea{
	width: 500px;
	height: 200px;
	
}

#captcha{
	position: relative;
	top: 7px;
}
#captcha_response{
	margin-left: 10px;
}

label{
	padding-top: 5px;
	color: #bbb;
}

select{
	height: 22px;
	font-size: 18px;
	width: 80px;
	background: #333;
	outline: none;
	border: 1px solid #444;
	color: #eee;
}
	
#submit{
	text-align: center;
	padding: 5px 0;
	}
div#error{
	width: 440px;
	min-height: 50px;
	margin: 5px auto;
	background:#444 url(../images/warning5.png) no-repeat 20px 10px;
	padding: 20px;
	color: #fff;
	border: 3px double #666;
}
#error span{
	margin-left: 90px;
	display: block;
}
span.error{

	color: #fff;
	font-size: 12px;
	background: #444;
	border: 2px double #666;
	max-width: 750px;
	height: 16px;
	padding: 2px 5px;
	margin: -2px 0px;
	top: -5px;
	left: 5px;
	position: relative;
	}
	
#mapWrapper{
	background: url(../images/sarahGrahamFitnessBody.png) repeat-y;
	width: 756px;
	/*margin: 20px auto;
	*/padding: 30px 0;
	display: none;
	color: #bbb;
	}
	
#map_canvas{
	width: 300px;
	height: 300px;
	float:left;
	margin-left: 20px;
	border: 1px solid black;
}	
#direction{
	float: right;
	width: 200px;
	margin-left: 20px;	
	}
	
#route{
	width: 550px; 
	height: auto; 
	font-size: 14px;
	padding-top: 10px;
	color: #000;
	background: #fff;
	display: none;
	margin: 30px auto 0 auto;
	}
div.googledir{
	width: 550px;
}

.cleared{
	clear: both;
	visibility: hidden;
}

table.videos{
	width: 150px;
	min-height: 190px;
	margin: 0px 5px 15px 0px;
	color: #ccc;
}
table.videos h3{
	color: #aaa;
	font-size: 14px;
	font-weight: normal;
}

div.large_poster{
	width: 250px;
	float: left;
	margin-right: 20px;
}
td.videoPoster{
	height: 100px;
	vertical-align: middle;
}
td.videoPoster img{
	vertical-align: middle;
	display:table;
	
}

#qty{
	width: 30px;
	}
p.qty{
	margin: 10px 0px;
}
p.description{
	color: #ddd;
	font-size: 14px;
	}
#cartWrapper{
	background: #fff;
	padding: 20px;
	position: relative;
	left: 40px;
}
#cartTable{
	background: #fff;
	width: 510px;
	margin: 0 auto;
	border-collapse:collapse;
	color: #000;
}
#cartTable input{
	width: 20px;
	color: #000;
}
#cartTable input[type=text]{
	background: #fff;
	border: 1px solid #414141;
	width: 30px;
}
#cartTable #subTotal td.totalText{
	text-align: right;
	}
#subTotal td{
	padding-top: 10px;
}
td.totalText strong{
	margin-right: 10px;
}
td.checks{
	text-align: center;
}
td.checks input{
	margin-top: 10px;
}
tr.productList td{
	border-bottom: 1px solid #fafafa;
}
tr.productList:nth-child(odd) td{
	background: #fafafa;
}
td.productTotal{
	text-align: right;
}
p.cartTotal{
	width: 300px;
	position: relative;
	z-index: 500;
	right: 80px;
	float: right;
	color: #aaa;
	background: #333 url(../images/cart.png) no-repeat 2px 5px;
	border: 1px double #444;
	padding: 5px;
	width: 150px;
	font-size: 13px;
	text-align:right;
	top: -10px;
}


#contentWrapper{
	margin: 0px auto;
	top: 0px;
	clear: both;
	width: 600px;
	position: relative;
}


#checkout{
	position: relative;
	background: #fff;
	padding: 20px;
	width: 460px;
	margin: 0 auto;
	color: #000;
}
#checkout #cartTable{
	width: 450px;
}
#checkout p{
	margin-bottom: 5px;
}
#checkout h2{
	color: #000;
	font-weight: bold;
	font-size: 28px;
}
#checkout h2 small{
	font-size:14px;
	margin-left: 15px;
	color: red;
	display:block;
	font-weight: normal;

}
#checkout a{
	color: #444;
}
#checkout a:hover{
	color: #999;
}
#checkout input, #checkout select{
	background: #fff;
	border: 1px solid #ddd;
	height: 18px;
	font-size: 14px;
	color: #000;
	width: auto;
}
#checkout input{
	padding: 2px;
	margin: 5px 0px;
	width: 250px;
}
#checkout #zip{
	width: 100px;
	margin-left: 20px;
}
#checkout #cvv2{
	width: 30px;
}
#checkout fieldset{
	outline: none;
	border: none;
	padding-top: 10px;
	margin: 0 auto;
	width: 440px;
}

#checkout fieldset:not(fieldset[class=last]){
/*	border-bottom: 1px solid #ddd;
*/	padding-bottom: 10px;
	margin-bottom: 10px;
}
#checkout legend{
	font-size: 22px;
}
#checkout label{
	color: #000;
	font-size: 14px;
	width: 150px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom:  5px;
	padding-bottom: 5px;
}
#checkout span.finePrint{
	font-size: 12px;
	display: block;
	color: #aaa;
	margin-bottom: 10px;
	margin-top: 0px;

}
table#orders{
	font-size: 14px;
	color: #ccc;
	width: 100%;
}
table#orders td{
	padding:5px;
}
td.odd{
	background: #3d3d3d;
}
table#orderList{
	padding: 10px;
	background: #fff;
	width: 100%;
}
#orderList td.totalText{
	text-align: right;
}

table.orderDetails{
	font-size: 13px;
	color: #fff;
	margin: 5px 0;
}
table.orderDetails td{
	padding: 3px 5px;
}

#login form p{
	width: 400px;
	position: relative;
}


span.checkout_error{
	font-size: 12px;
	color: red;
	margin-left: 10px;
}
