@import "text.css";
@import "nav.css";

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
}
	
html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	background: #fff; 
	border-top: 3px solid #f68b1e;
}

body {
	overflow-x: hidden;	
}

img {
	border: 0px;
}

#container {
	position: absolute;
	left: 50%;
	top: 6px;
	margin-left: -495px;
	width: 995px;
	background: transparent;
	border-right: 3px solid #767676;
	border-left: 3px solid #767676;
	text-align: right;
}

#flashmovie {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 600px;
	margin-left: -501px;
	height: 350px;
	background: transparent;
	float: left;
	z-index: 5;
}

#back {
	position: relative;
	top: -140px;
	left: -35px;
}

#click {
	position: absolute;
	top: 320px;
	left: 50%;
	margin-left: -446px;
	width: 20px;
	height: 188px;
	z-index: 10;
}

#buynow {
	position: relative;
	top: 0px;
}

#slogan {
	position: absolute;
	top: 125px;
	right: 163px;
	text-align: right;
	color: #7e8083;
}

#content {
	position: relative;
	top: 30px;
	margin-left: 70px;
	border-left: 3px solid #767676;
	text-align: left;
	z-index: 3;
}

#secondary_links {
	position: relative;
	top: 300px;
	left: 600px;
	width: 200px;
	padding-top: 15px;
	text-align: right;
	font-size: 12px;
	border-top: 1px dotted #f68b1e;
	z-index: 100;
}

.text {
	margin-left: 67px;
	padding-left: 10px;	
	background: url('../img/left_arrow.jpg') no-repeat left bottom;
}	

.padded {
	width: 480px;
	height: 500px;
	line-height: 20px;
	border-left: 3px solid #f68b1e;
	padding: 0px 30px 20px 30px;
}

#elements {
	position: absolute;
	top: 240px;
	left: 50%;
	width: 800px;
	margin-left: -370px;
	padding: 0 30px;
	height: 280px;
}

#order {
	position: relative;
	top: 35px;
	left: 100px;
	width: 400px;
	z-index: 100;
}

#distributing_form {
	position: relative;
	top: 15px;
	left: 100px;
	padding-bottom: 40px;
	width: 500px;
	z-index: 100;
}

#bulk_orders {
	position: relative;
	top: 15px;
	float: right;
	width: 350px;
}

#coupon {
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -359px;
	width: 200px;
	z-index: 101;
}

#totalprice {	
	position: relative;
	top: -20px;
	float: right;
	margin-right: 70px;
	padding: 7px 0 0 16px;
	width: 84px;
	height: 93px;
	font-size: 22px;
	color: #333;
	background: url('../img/shoppingcart.jpg') no-repeat bottom ;
}

#contactFormArea {
	position: relative;
	margin-top: -578px;
	left: 500px;
	z-index: 100;
}

#cform {
	height: 400px;	
}

legend {
	padding: 5px;
	font-size: 16px;
}

fieldset {
	border: 1px solid #f68b1e;
	padding: 10px;
	width: 350px;
	text-align: right;
}

input {
	color: #666;
	text-align: right;
}

img#transition {
	position: absolute;
	right: 225px;
}

#links {
	position: absolute;
	right: -58px;
	width: 287px;
}

#topborder {
	position: absolute;
	top: 24px;
	left: 12px;
}

#bottomborder {
	position: relative;
	top: 3px;
	left: -3px;
	width: 928px;
	height: 30px;
	padding: 0;
	margin: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}