/* ----------- main ----------- */

body {
	margin: 0;
	font-size: 0.75em; 
	font-family: tahoma, arial, helvetica, verdana;
	color: #323232;
	padding: 20px;
	background: #051C3B;
}

/* ----------- rows ----------- */

#wrapper {
	border: 1px solid #fff; 
	margin:0 auto; 
	width: 850px;
	overflow: hidden;
	padding: 4px;
	border: 1px solid #DEDEDE;
}

#row1 {
	height: 150px;
	background: #EBEBEB;
	width: 850px;
	border-bottom: 5px solid #767676;
}

#imagerow {
	background: #fff;
	width: 850px;
	height: 310px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#row2 {
	float: left;
	width: 850px;
	background: #093269;
}

#row3 {
	float: left;
	width: 790px;
	background: #EBEBEB;
	padding: 30px;
}

#footer {
	margin: 0 auto;
	width: 850px;
}



/* ----------- header ----------- */

#asglogo {
	float: left;
	width: 500px;
}

img.asglogo {
	margin: 4px 0 0 12px;
	float: left;
	border: none; 
} 


/* ----------- menu  ----------- */

#menurow {
	text-align: left;
	float: left;
	height: 28px;
}

#menu ul {
	list-style-type: none; 
	margin: 5px 0 0 12px; 
	padding: 0;
}

#menu li {
	display: inline;
	margin: 0; 
	padding: 0 29px 0 28px;
	font-family: arial, verdana;
}

#menu li a {
	font-family: arial, verdana;
	color: #fff; 
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	color: #A6A6A6;
}

.menuborder {
	border-right: 1px solid #fff;
}

.menupage {
	color: #86b2cf;
}


/* ----------- others ----------- */

p { 
	text-align: justify;
	line-height: 17px;
	padding: 0 0 5px 0;
}

h1 {
	font-family: "Century Gothic", "lucida sans", tahoma, arial, verdana;
	font-weight: lighter;
	color: #5c74ac;
	font-size: 20px;
}

h2 {
	font-family: "Century Gothic", "lucida sans", tahoma, arial, helvetica;
	font-size: 16px;
	margin: 0;	
	color: #093269;
	font-weight: lighter;
}

h3 {
	font-family: "lucida sans", tahoma, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -15px;
}

ul.points {
	line-height: 18px;
	list-style-type: square;
}

ul.detoxpoints {
	line-height: 18px;
	list-style-type: square;
	margin-top: 5px;
}

ul.cons {
	line-height: 18px;
	list-style-type: square;
	margin-top: 5px;
	margin-bottom: 5px;
}

.link {
	color: #5c74ac;
	text-decoration: none;
}

a.link:hover { 
	color: #8A99AC;
	text-decoration: underline;
}

img.tm {
	float: right;
}

/* ----------- products ----------- */

.prod { 
	float: left;
	display: block;
	margin-bottom: 20px;
	width: 790px;
}

img.products {
	float: left;
	margin: 0 30px 40px 0;
	border: 1px solid #393939;
}

#flashcontent {
	height: 410px;
}

/* ----------- hints ----------- */

#leftside { 
	float: left;
	width: 255px;
	background: #fff;
	margin-right: 60px;
}

ul.tips {
	list-style-type: decimal;
	margin: 10px 0 0 0;
}

li.tips {
	margin: 0 0 5px 0;
}

.tiptext {
	text-align: center;
}

/* ----------- footer ----------- */

.design {
	float: left;
	font-size: 10px; 
	font-family: arial, helvetica, verdana, tahoma;
	color: #5c74ac;
	text-decoration: none;
	padding-top: 2px;
}

.designby {
	font-size: 10px; 
	font-family: arial, helvetica, verdana, tahoma;
	color: #5c74ac;
	text-decoration: none;
	margin-left: 365px;
}

a.designby:hover { 
	color: #727272;
	text-decoration: underline;
}


/* ----------- contact us ----------- */


#contactform {
	float: right;
	width: 300px;
	margin-right: 100px;
}


label {
	display: block; 
	margin-bottom: 2px;
}

input.formfield {
	display: block;
	background: #fff; 
	margin-bottom: 7px; 
	border: 1px solid #aaa; 
	font-size: 1.1em; 
	width: 250px;
	color: #5A5A5A;
}

textarea {
	display: block; 
	margin-bottom: 12px; 
	border: 1px solid #aaa; 
	font-size: 1.1em; 
	width: 250px; 
	font-family: Arial, Verdana;
	color: #5A5A5A;
	background: #fff; 
}