/* @override http://www.moochkids.com/css/mooch.css */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS";
}

.oneColElsCtr #container {
	width: 800px;
	background: none;
	margin: 0 auto;	
	text-align: left;
	overflow: visible;
}

.oneColElsCtr #mainContent {
	padding: 0 20px 5px;
	border-style: none;
	float: left;
}

.oneColElsCtr #mainContent .text {
	float: right;
	width: 560px;
	height: 550px;
	margin-left: 10px;
}

/* @group Header */

div.header{
	width: 800px;
	height: 120px;
	margin: 0 auto;
	float: none;
	display: block;
	padding-top: 0px;
	background-image: url(../images/jpgs/header.jpg);
	margin-top:50px;
	
}

/* @end */

/* @group Nav */

div.nav{
	width: 800px;
	height: 30px;
	margin: 0 auto;
	display: block;
	padding-top: 0px;
	margin-top: 5px;
	background: url(../images/jpgs/nav.jpg) no-repeat;
}

ul.nav{
	font-family: "Trebuchet MS";
	height: 40px;
	float: right;
	margin: 0 auto;
	padding: 3px;
	margin-right: 30px;
	margin-top: 1px;
	display: block;
	margin-left: 20px;
}
ul.nav li{
	float: left;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	margin-left: 30px;
	font-family: "Trebuchet MS";
}

ul.nav li a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
}

/* @end */

/* @group Main */



h1{
	color: #D15981;
	font-size: 12px;
	line-height: 15px;
}

p{
	color: #7399C6;
	font-size: 11px;
	line-height: 14px;
}

p.prod{
	color: #7399C6;
	font-size: 11px;
	line-height: 13px;
}


/* @end */

/* @group Contents */
div.back{
	width: 800px;
	height: 450px;
	margin: 0 auto;
	display: block;
	padding-top: 0px;
	margin-top: 10px;
	background: url(../images/jpgs/back.jpg) no-repeat;
}


/* @end */

/* @group Footer */

div.footer {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	display: block;
	padding-top: 0px;
	margin-top: 10px;
	font-size: 11px;
	color: #7399C6;
}

/* @end */

/* @group Links */

a:link {
	color: #7399C6;
	text-decoration: none;
	font-size: 11px;
}
a:visited {
	color: #7399C6;
	text-decoration: none;
}
a:hover {
	color: #D15981;
	text-decoration: none;
}
a:active {
	color: #7399C6;
	text-decoration: none;
}



/* @end */

/* @group form */
div.email_form{
	display: block;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}

div.email_form form label {
	color: #7399C6;
	font-size: 11px;
	line-height: 13px;
}

div.email_form input{
	margin-right:20px;
	margin-bottom: 20px;
	width: 320px;
}

form#contactform.contactform{
	width: 340px;
}

form#contactform.contactform .formrow{
	height: 50px;
}
form#contactform.contactform #bottom.formrow {
	height: 70px;
}
div.email_form div.formrow.right.clear input{
	width: 100px;
	float: right;
}
/* @end */