* {
	margin: 0;
	padding: 0;
}

ul, li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

body {
	color: #666;
	font-family: 'Droid Sans', sans-serif;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.3px;
	background: url('images/bodybg.png');
}

.message {
	margin: 0 auto;
	margin-bottom: 50px;
	background: #fff;
	padding: 20px;
	padding-left: 100px;
	width: 770px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	color: #666;
	text-align: left;
	-moz-box-shadow: 0 0 2px 2px #efefef;
	-webkit-box-shadow: 0 0 2px 2px #efefef;	
	box-shadow: 0 0 2px 2px #efefef;
	border: 1px solid #efefef;

}

.error {
	background-image: url('images/error.png');
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.success {
	background-image: url('images/success.png');
	background-repeat: no-repeat;
	background-position: 20px 20px;
}

.message p {
	margin-top: 10px;
}

.red {
	color: #CF6532;
}

.clearright {
	clear: right;
}

div.protection {
	background: url('images/protection.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
	font-size: 10px;
	color: #999;
	height: 15px;
	margin-top: 10px;
	padding-top: 1px;
}

form#squeezeform {
	background: url('images/arrow.png');
	background-repeat: no-repeat;
	background-position: 30px 0px;
	padding-top: 25px;
	width: 560px;
	float: right;
}

form#squeezeform input {
	-moz-box-shadow: inset 0 0 2px 2px #efefef;
	-webkit-box-shadow: inset 0 0 2px 2px #efefef;	
	box-shadow: inset 0 0 2px 2px #efefef;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	font-family: Georgia, Times;
	font-size: 12px;
	color: #999;
	font-style: italic;
	width: 270px;
	vertical-align: top;
}

form#squeezeform input.button {
	height: 37px;
	-moz-box-shadow: inset 0 0 2px 2px #f4ce91;
	-webkit-box-shadow: inset 0 0 2px 2px #f4ce91;	
	box-shadow: inset 0 0 2px 2px #f4ce91;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fcbb5a;
	background: -moz-linear-gradient(top,  #fcbb5a 0%, #fd9a00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcbb5a), color-stop(100%,#fd9a00));
	background: -webkit-linear-gradient(top,  #fcbb5a 0%,#fd9a00 100%);
	background: -o-linear-gradient(top,  #fcbb5a 0%,#fd9a00 100%);
	background: -ms-linear-gradient(top,  #fcbb5a 0%,#fd9a00 100%);
	background: linear-gradient(top,  #fcbb5a 0%,#fd9a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcbb5a', endColorstr='#fd9a00',GradientType=0 );
	border: 1px solid #e79e62;
	padding: 10px;
	font-family: 'Droid Sans', sans-serif, Verdana;
	font-size: 12px;
	color: #0E063D;
	font-weight: 700;
	font-style: normal;
	width: auto;
	text-shadow: #f4ce91 1px 1px 0;
}

form#squeezeform input.button:hover {
	cursor: pointer;
}

#feedbackbutton {
	position: absolute;
	top:570px;
	left: 0;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

p {
	margin-top: 25px;
	line-height: 20px;
}

a {
	color: inherit;
}

strong {
	font-weight: 700;
}

div.wrapper {
	margin: 0 auto;
	width: 890px;
	text-align: left;
	position: relative;
}

div#header {
	height: 85px;
	background: url('images/headbg.png');
	background-repeat: repeat-x;
	padding-top: 35px;
}

div#navigation {
	background: url('images/navbg.png');
	background-repeat: repeat-x;
	height: 78px;
	text-shadow: #fff 1px 1px 0;
}

div#navigation ul li {
	float: left;
	text-transform: uppercase;
	font-weight: 700;
	background: url('images/navlinkbg.png');
	background-repeat: no-repeat;
	background-position: right;
	letter-spacing: 1px;
}

div#navigation ul li a {
	display: block;
	height: 48px;
	text-decoration: none;
	color: #666;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
}

div#navigation ul li span {
	text-transform: none;
	font-weight: normal;
	font-family: Georgia;
	font-style: italic;
	color: #999;
	font-size: 11px;
	line-height: 17px;
	letter-spacing: 0;
}

div#navigation ul li:first-child a {
	padding-left: 0;
}

div#navigation form {
	padding-top: 11px;
	text-align: right;
}

div#navigation input {
	width: 193px;
	height: 39px;
	background: url('images/navsearchbg.png');
	background-repeat: no-repeat;
	border: 0;
	vertical-align: top;
	font-family: Georgia;
	font-size: 12px;
	color: #999;
	font-style: italic;
	padding-left: 15px;
}

div#navigation input.submit {
	width: 44px;
	height: 39px;
	background: url('images/navsearchsubmit.png');
	background-repeat: no-repeat;
	border: 0;
	vertical-align: top;
}

div#navigation div.countdown {
	font-size: 14px;
	font-family: Georgia, Times;
	font-style: italic;
	padding-top: 23px;
}

div#content {
	margin-top: 30px;
}

div.sidebar {
	width: 270px;
	background: url('images/sidebarbg.png');
	background-repeat: repeat-y;
	float: right;
	padding-left: 40px;
	margin-top: -25px;
	padding-top: 25px;
	margin-bottom: -30px;
	padding-bottom: 30px;
}

div#social {
	letter-spacing: 0;
}

div#social img {
	margin-left: 20px;
}

div#social img:first-child {
	margin-left: 0;
}

div.sidebar ul.nav {
	margin-top:  50px;
	line-height: 20px;
}

div.sidebar ul.alignleft {
	float: left;
	width: 120px;	
	margin-right: 0;
}

div.sidebar ul.alignright {
	float: right;
	width: 120px;	
	margin-left: 0;
}

div.sidebar ul.nav li {
	margin-top: 5px;
}

div.sidebar ul.nav li.head {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
}

div.sidebar div.info {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #e4e4e4;
	padding: 10px;
	letter-spacing: 0.3px;
}

div.sidebar div.info .alignleft {
	margin-right: 15px;
}


div.sidebar div.smallfree {
	background-image: url('images/smallfree.png');
	background-position: top right;
	background-repeat: no-repeat;
}

div.sidebar div.info h4 {
	font-size: 14px;
	margin-bottom: 7px;
}

div#breadcrumb {
	height: 38px;
	background: url('images/breadcrumbbg.png');
	background-repeat: repeat-x;
	margin: 0 auto;
	padding-top: 12px;
	margin-top: -16px;
	font-size: 10px;
	color: #999;
	letter-spacing: 0.5px;
}

div#breadcrumb div.wrapper p {
	margin: 0;
	padding: 0;
}

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider {
	overflow: auto !important;
}

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel {
	width: 890px;
	margin: 0 auto;
} 

/* Panel padding */
.coda-slider .panel-wrapper {
	padding: 0;
}

/* Preloader */
.coda-slider p.loading {
	padding: 20px;
	text-align: center;
}

/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav ul {
	text-align: center;
	margin: 0 auto;
	clear: both;
}
.coda-nav ul li { 
	text-align: center;
	 display: inline;
}
.coda-nav ul li a {
	background: url('images/inactive.png');
	color: #fff;
	display: inline-block;
	margin-right: 0;
	height: 11px;
	width: 12px;
}
.coda-nav ul li a.current {
	background: url('images/active.png');
}

/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left }
.coda-slider { position: relative }
	
div#content h1 {
	text-transform: uppercase;
	color: #333;
	font-size: 14px;
}

div#content span.new {
	color: #CD6432;
}

div#content h2 {
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 45px;
}

div#content h2.g {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 49x;
}

div#content h3 {
	font-size: 18px;
	line-height: 28px;
	margin-top: -5px;
}

div#slider ul {
	margin-top: 30px;
	line-height: 20px;
}

div#slider ul li {
	background: url('images/seperator666.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;

}

div#slider {
	background: url('images/sliderbg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	text-shadow: #fff 1px 1px 0;
}

div.squeeze {
	padding-bottom: 20px;
}

div.squeeze .alignright {
	margin: 0;
	width: 560px;
	background: url('images/available.png');
	background-position: 370px 140px;
	background-repeat: no-repeat;
}

div#slider .hrthin {
	margin-top: 25px;
	margin-bottom: 25px;
}

div#slider .red {
	margin-bottom: -20px;
}

#scrollleft {
	position: absolute;
	left: 0;
	top: 25%;
	margin-left: -150px;
}

#scrollright {
	position: absolute;
	right: 0;
	top: 25%;
	margin-right: -150px;
}

div#slider .top {
	height: 180px;
	line-height: 20px;
}

div#slider .bottom {
	background: url('images/hr670.png');
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 25px;
}

div#slider .bottom img:first-child {
	margin-right: 20px;
}

div#slider div.wrapper div.buttons {
	width: 400px;
	height: 75px;
	float: left;
	margin-top: 7px;
}

div#slider div.wrapper div.price {
	width: 205px;
	float: right;
}

div#slider div.wrapper div.price p {
	margin: 0;
}

div#slider div.wrapper div.price .alignleft {
	font-size: 10px;
	color: #0D063D;
	margin: 0;
	padding-top: 9px;
	text-align: left;
}

div#slider div.wrapper div.price .alignleft strong {
	font-size: 14px;
}

div#slider div.wrapper div.price .alignright {
	font-size: 48px;
	color: #CF6432;
	font-weight: 700;
	margin: 0;
}

div#slider div.wrapper div.price .alignright span {
	font-size: 12px;
	margin-right: -5px;
}

div.sliderscroller {
	margin: 0 auto;
	margin-top: 15px;
	height: 53px;
	background: url('images/sliderscroller.png');
	background-repeat: no-repeat;
	width: 890px;
	text-align: center;
	padding-top: 20px;
	letter-spacing: 5px;
	margin-bottom: 30px;
}

div.twocolumn {
	width: 435px;
	margin: 0;
}

div.threecolumn {
	width: 275px;
	margin: 0;
	margin-left: 20px;
}

.twocolumn h3 {
	color: #CC6432;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	display: inline;
}

.twocolumn a {
	color: #999;
	margin-left: 10px;
}

div.infobox {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #f7f7f7;
	border: 1px solid #efefef;
	margin-top: 15px;
	padding: 10px;
	color: #666;
	position: relative;
}

div.infobox p {
	margin: 0;
	letter-spacing: 0;
	line-height: 20px;
}

div.infobox .alignleft {
	margin-right: 10px;
}

div.infobox a {
	color: #666;
	margin: 0;
}

div.infobox h4 a {
	font-size: 14px;
	text-decoration: underline;
	color: #333;
}

div.infobox h4 {
	margin-bottom: 5px;
}

div.infobox p.buttons {
	position: absolute;
	bottom: 10px;
	left: 92px;
	line-height: 0;
}

hr {
	margin-top: 50px;
	height: 61px;
	background: url('images/hr.png');
	background-repeat: no-repeat;
	border: 0;
	margin-bottom: -36px;
}

div.content {
	width: 540px;
	float: left;
}

div.content p {
	line-height: 23px;
	letter-spacing: 0.5px;
}

div#content div.content h2 {
	font-size: 30px;
	margin-bottom: 0;
}

div#content div.content ul.description {
	margin-top: 10px;
	font-size: 10px;
	color: #999;
}

div#content div.content ul.description li {
	display: inline;
	background: url('images/seperator.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-left: 10px;
}

div#content div.content ul.description li:first-child {
	background: none;
	padding-left: 0;
	margin-left: 0;
}

div#content div.content div.comments {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #e4e4e4;
	background-image: url('images/commentsicon.png');
	background-repeat: no-repeat;
	background-position: 10px;
	padding: 10px;
	padding-left: 35px;
	margin-top: 20px;
}

div#content div.content div.comments p {
	margin: 0;
}

hr.hrthin {
	margin-top: 50px;
	height: 3px;
	background: url('images/hrthin.png');
	background-repeat: no-repeat;
	border: 0;
	margin-bottom: 50px;
}


p.description {
	font-size: 14px;
	font-family: Georgia, Times;
	font-style: italic;
	color: #999;
	text-align: center;
	letter-spacing: 0;
}

div#footer {
	background: #090909;
	background-image: url('images/footbg.png');
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
	text-shadow: #000 1px 1px 0;
}

div#footer a {
	color: #666;
}

div#footer ul li {
	margin-right: 10px;
	float: left;
}

div#footer div.wrapper div:first-child {
	margin: 0;
}

div#footer h4 {
	font-size: 14px;
	text-transform: uppercase;
	color: #ccc;
	letter-spacing: 1px;
}

div#footer p {
	margin-top: 15px;
	line-height: 20px;
}

div#footer ul {
	margin-top: 10px;
	line-height: 25px;
}