* {
		margin: 0;
		padding: 0;
}
body {
	background: url(../images/bg.jpg) #fff repeat-x 0 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 95%;
	color: #000;
	/*text-align: center;*/
}
#headermain h1 {
	color: #000;
	position: absolute;
	margin-top: 6px;
	font-family: "trebuchet ms", tahoma, arial, helvetica, sans-serif;
	font-size: 28px;
	letter-spacing: -1px;
}
#headermain h1 a {text-decoration: none}
#headermain h1 a:hover {text-decoration: underline}
#headermain h1 a:visited {text-decoration: none; color: #000}

#headermain {
	background: url(../images/header-main.jpg) no-repeat 0 0;
	margin: 0 auto;
	padding: 0;
	width: 750px;
	height: 77px;
}
#content {
	padding: 0 20px 15px 20px;
}
#wrapper {
	width: 750px;
	background: url(../images/content_repeater.jpg) #fff repeat-y 0 0;
	margin: 0 auto;
}
#footer {
	background: url(../images/footer.jpg) no-repeat 0 100%;
	margin: 0 auto;
	width: 750px;
	height: 28px;
	clear: both;
}
#footerinfo {
	width: 750px;
	font-size: .8em;
	margin: 0 auto;
	text-align: left;
	padding-left: 1em;
}
#footerinfo p {
	padding-bottom: 40px;
	display: inline;
	color: #666;
}
#footerinfo p a {
	text-decoration: underline;
	text-align: left;
	color: #666;
}
#footerinfo p a:hover {
	text-decoration: underline;
	color: #333;
}
#footerinfo em {
	text-align: right;
	padding-right: 1em;
	float: right;
	color: #666;
}
h1 {
	font-family: "trebuchet ms", tahoma, arial, helvetica, sans-serif;
	font-size: 36px;
	color: #cc0000;
	text-align: center;
	margin-bottom: .5em;
	font-weight: normal;
}

h2 {
	font-family: georgia, "times new roman", serif;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	color: #333;
	margin-top: .5em;
	margin-bottom: 1em;
}
h3 {
	font-family: georgia, "times new roman", serif;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	margin-top: .5em;
	margin-bottom: .5em;
}

#content p {
	width: 700px;
}
p {
	line-height: 130%;
	margin-bottom: .8em;
	text-align: left;
}
p.outro {
	font-size: .9em;
	color: #666;
	text-align: center;
	padding: 30px 100px 0 100px;
	margin-bottom: 0;
}
#leftcolumn {
	width: 420px;
	float: left;
	margin: -100px 30px 0 0;
	padding-left: 25px;
	text-align: center;
}
#leftcolumn p {
	padding-top: 10px;
	text-align: left;
}
#rightcolumn {
	width: 250px;
	float: left;
	margin: 45px 0 0 0;
	padding-right: 25px;
}
#rightcolumn p {
	font-size: 10px;
	color: #666;
	text-align: center;
	margin: -3px 0 0 0;
}
#tweetbutton {
	margin-top: 10px;
}
.underline {
	text-decoration: underline;
}

/*Start Contact Form Styling */

	#contactform {
	width: 500px;
	margin: 0 auto;
	border: 0px solid #e1e1e1;
	text-align: left;
	}
	label {
		padding: 0 0 0 20px;
		color: #666;
		font-weight: bold;
		display: inline-block;
		font-size: 80%;
		width: 100px;
		line-height: 40px;
		vertical-align: top;
	}
	input,textarea,select {
		border: 1px solid #bbb;
		background-color: #f8f8f8;
		padding: 5px;
		margin-bottom: 10px;
	}
	input {
		height: 28px;
	}
	#security_code {
		vertical-align: middle;
	}
	#security_image {
		vertical-align: middle;
		margin: 0 40 0 25%;
	}
	#submit {
		width: 120px;
		height: 30px;
		float: right;
	}
	input:focus,textarea:focus,select:focus {
		background-color: #FFF;
	}
	.warning {
		background-color: #feb1b1; color: #820101; padding:2px; margin: 20px; border: 1px solid #fe9090;
	}
	fieldset {
		border: 1px solid lightgrey;
		background-color: white;
		padding: 10px 30px 10px 30px;
		margin: 20px auto 0 auto;
	}
	h1.contact {
		font-family: georgia, "times new roman", serif;
		font-size: 36px;
		color: #333;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	.email_complete {
		float: left;
		padding: 10px 20px 10px 10px;
	}
	/*End Contact Form Styling */

/* Container to right of slideshow */

.quickinfo {
	width: 180px;
	height: 250px;
	margin: 0;
	background-color: #f9f9f9;
	border: 1px solid #253D54;
	color: #333;
	padding: 10px;
	float: left;
	text-align: left;
}
.quickinfo h3 {
	font-size: 18px;
	text-align: center;
	color: #253d54;
}
.quickinfo p{
	font-size: .9em;
	text-align: left;
	color: #333;
}


/* End container                   */

/* JQuery Slideshow Styles */

.gallery
{
	margin: 0 10px 10px 8px;
	float: left;
	width: 480px;
	height: 270px;
	border: 1px solid #253d54;
	position: relative;
	overflow: hidden;
}
.image_container{position: absolute; z-index: 1;}
.image_container img {
	display: block;
	position: relative; 
	float: left;
	margin-right: 10px;
	}			
a.next{position: absolute; z-index: 2; left: 422px; top: 120px; text-indent: -9999px; overflow: hidden; background: url(../images/sprite_home.png) -16px -16px no-repeat; width: 61px; height: 42px; display: block;}
a.prev{position: absolute; z-index: 2; left: -3px; top: 120px; text-indent: -9999px; overflow: hidden; background: url(../images/sprite_home.png) -78px -16px no-repeat; width: 61px; height: 42px; display: block;}
a.next:hover{background-position: -16px -59px;}
a.prev:hover{background-position: -78px -59px;}

/* End JQuery Slideshow */

.details-title h3 {
	text-align: left;
	font-size: 20px;
	color: #253d54;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}
.clear {
	clear: both;
}
/* New Styles */

#video {
	padding-top: 15px;
	margin: 0 auto;
	width: 700px;
}
.addtocart p {
	margin-top: 10px;
	text-align: center;
}
.addtocart h1 {
	font-family: impact, tahoma, "trebuchet ms", arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 28px;
	color: #cc0000;
	text-align: center;
}
#content ul {
	list-style-type: square;
	width: 650px;
	margin: 0 auto;
}
#aff-link {
	width: 525px;
	margin: 5px auto;
	background-color: #e8e8e8;
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 16px;
	text-align: center;
	
}
/* End New Styles */
