*{
	margin: 0;
	padding: 0;
	text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px; /* Fixes bad text rendering in safari 3 and 4  */
}

html {
	height: 100%;
}

body{
	height: 100%;
	text-align: center;
	font-family: arial, sans-serif;
	background-color: #ffffff;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}

img{
	border-width: 0px;
}

p{
	margin-bottom: 15px;
	text-align: justify;
}

h1{
	padding: 0 0 2px 120px;
	border-bottom: 1px solid #C1B49A;
	color: #404041;
	font-size: 26px;
	font-weight: normal;
	text-transform: lowercase;
	font-family: 'Century Gothic', arial, sans-serif;
}

h2, h2 a{
	color: #404041;
	font-size: 18px;
	margin-bottom: 10px;
	text-decoration: none;
}

h2 a:hover{
	text-decoration: underline;
}

h3{
	color: #9A8479;
	font-size: 17px;
	margin-bottom: 5px;
}

p, li, td{
	color: #9A8479;
}

p, li, td, th, a{
	font-size: 14px;
}

th{
	font-weight: normal;
}

a{
	color: #9A8479;
}

a:hover{
	color: #404041;
}

div#outerWrapper{
	position: relative;
	width: 900px;
	height: 100%;
	min-height: 600px;
	margin: 0 auto;
	background-image: url(../media/background/home.jpg);
	background-repeat: no-repeat;
}

div#wrapper{
	float: left;
	width: 900px;
	min-height: 100%;
	text-align: left;
}

img#logo{
	position: absolute;
	top: 140px;
	left: 30px;
}

ul#topNav{
	position: absolute;
	top: 95px;
	left: 25px;
	list-style-type: none;
}

ul#topNav li{
	display: inline;
	float: left;
	margin: 0 0 0 28px;
}

ul#topNav li a{
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 13px;
	font-family: Verdana, arial, sans-serif;
}

ul#topNav li a:hover, ul#topNav li.active a{
	color: #58595B;
}

ul#sideNav{
	position: absolute;
	top: 200px;
	left: 35px;
	list-style-type: none;
}

ul#sideNav li{
	padding-bottom: 4px;
}

ul#sideNav a{
	text-decoration: none;
	text-transform: lowercase;
	color: #C1B49A;
	
}

ul#sideNav li a:hover, ul#sideNav li.active a{
	color: #6D6E70;
}

div#main{
	float: left;
	width: 830px;
	padding: 580px 35px 45px 30px;
}

div#content{
	float: right;
	width: 700px;
}

div#text{
	margin: 10px 5px 0 120px;
}

div#text ul{
	margin: 0 0 15px 25px;
}

div#text ul li{
	margin-bottom: 5px;
}

div#text table{
	margin-bottom: 15px;
}

div#contact{
	float: left;
	width: 125px;
	margin-top: 45px;
}

div#contact h2, div#contact p, div#contact td{
	font-size: 12px;
	font-family: arial, sans-serif;
	color: #9A8479;
}
div#contact h2{
	margin-bottom: 0;
	letter-spacing: .7px;
}

div#footer{
	float: left;
	clear: both;
	width: 900px;
	height: 45px;
	margin-top: -45px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: right;
}

div#footer ul{
	display: inline;
	text-align: left;
	list-style-type: none;
}

div#footer li{
	display: inline;
	float: left;
}

div#footer li.first{
	margin-left: 165px;
}

div#footer a{
	margin-right: 35px;
	color: #A6A8AB;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
}

a#twc{
	float: right;
}

span#print{
	font-size: 10px;
	position: relative;
	top: -15px;
	left: 625px;
	line-height: 10px;
	height: 0;
	cursor: hand;
	cursor: pointer;
	display: block;
	width: 70px;
	color: #9A8479;
}

div#home_text{
	position: absolute;
	top: 280px;
	left: 200px;
	display: none;
}

div#home_text div{
	width: 461px;
	height: 144px;
	background-image: url(../images/home_text-trans.png);
	*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/home_text-trans.png',sizingMethod='scale');
}

a#snow{
	position: absolute;
	top: 280px;
	left: 380px;
	display: block;
	cursor: hand;
	cursor: pointer;
}

a#snow span{
	display: block;
	width: 517px;
	height: 306px;
	background-image: url(../images/snow.png);
	*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/snow.png',sizingMethod='scale');
}

table.contact th{
	width: 100px;
}

table.contact td{
	padding-bottom: 5px;
}

table.product td.desc{
}

table.product td.price{
	width: 80px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding-top: 25px;
}

table.product td.qty{
	width: 100px;
	text-align: right;
	vertical-align: top;
	padding-top: 25px;
}

table.product td.qty input{
	width: 40px;
}

table.product td.total{
	text-align: right;
	font-weight:bold;
}

table.product td.order{
	text-align: right;
}

table.product td.desc_valueof{
	padding-top: 25px;
}

table.product td.price_valueof{
	width: 80px;
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding-top: 25px;
}

table.product td.price_valueof select{
	width: 60px;
}

table.product td.qty_valueof{
	width: 100px;
	text-align: right;
	vertical-align: top;
	padding-top: 25px;
}

table.product td.qty_valueof input{
	width: 40px;
}

table.customer{
	width: 100%;
}

table.customer th{
	width: 123px;
}

table.customer td.error{
	width: 192px;
}

table.order{
	width: 100%;
}

table.order th.totals{
	text-align: right;
}

table.order td.totals{
	text-align: right;
}

input, select, textarea{
	border: 1px solid #9A8479;
	background-color: #F2F2F2;
	color: #000000;
	font-size: 13px;
}

input, textarea{
	width: 150px;
}

select{
	width: 152px;
}

input.short, textarea.short{
	width: 60px;
}

select.short{
	width: 62px;
}

input.long, textarea.long{
	width: 250px;
}

select.long{
	width: 252px;
}

input.radio, input.check, input.button{
	width: auto;
}

input.radio, input.check{
	background-color: transparent;
	border: none;
}

input.button{
	padding: 0 5px;
}

.button:hover{
	color: #404041;
}

.error{
	color: red;
	font-size: 12px;
}

a.button{
	border: 1px solid #9A8479;
	background-color: #F2F2F2;
	color: #000000;
	text-decoration: none;
	cursor: default;
	padding: 0px 8px;
	*padding: 0 15px 2px 15px;
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
}

a#voucher_button{
	position: absolute;
	top: 70px;
	left: 695px;
	display: block;
	cursor: hand;
	cursor: pointer;
}

a#voucher_button span{
	display: block;
	width: 216px;
	height: 81px;
	background-image: url(../images/voucher.png);
	*background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/voucher.png',sizingMethod='scale');
}
