/* CSS Document */
body {
	font-size: 13px;
	text-align: center;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

/* basic divs */

#seo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
	color: #7FCEFF;
}

#header {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 71px;
	background-color: white;
	background-image: url(../images/hea/lines.gif);
	background-repeat: repeat-x;
} 

#logo {
	position: relative;
	top: 17px;
}

#prod_header {
	position: relative;
	top: 17px;
}

#mainpage {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-color: white;
	position: relative;
	text-align: left;
	background-image: url(../images/mai/watermark.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
	
#mainpage1 {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	/*height: 373px;*/
	background-color: white;
	position: relative;
	text-align: left;
	background-image: url(../images/mai/prod_watermark1.jpg);
	background-position: bottom;
	background-repeat: no-repeat;	
}
#mainpage2{
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	background-color: white;
	position: relative;
	text-align: left;
	background-image: url(../images/mai/watermark.jpg); 
	background-position: bottom;
	background-repeat: no-repeat;
	}
	
#navigation {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 760px;
	height: 40px;
	text-align: left;
}

#navigation a:link, #navigation a:visited {
	margin: 7px;
	}
/* within the navigation div - these control how links will look */

	
#maincontent {
	width: 700px;
	padding-top: 50px;
	margin-left: 20px;
}

.picture_left {
	float: left;
	margin-right: 60px;
	margin-top: 15px;
}

.picture_right {
	float: right;
	margin-left: 60px;
	margin-top: 15px;
}

a:link, a:visited {
	color: #007DC9;
}

a:hover {
	color: #DACF03;
}

a:active {
	color: #007DC9;
}
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 20px;
	background-color: white;
	background-image: url(../images/foo/lines.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
}
#prod_footer {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 20px;
	background-color: #F8F4CF;
	background-image: url(../images/foo/lines.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	
}
#info {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 8px;
	text-align: right;
	color: #7FCEFF;
}

#info a:link {
	color: #7FCEFF;
	text-decoration: none;
}

#info a:hover {
	color: #007DC9;
	text-decoration: underline;
}

#info a:visited {
	color: #00314F;
	text-decoration: underline;
}

/* mail form elements */

.error {
	color: red;
}

.mailustab {
	width: 400px;
	background-color:  white;
}

.mailusq {
	padding: 4px;
	text-align: right;
}

.mailusa {
	padding: 4px;
}

/* html standard tags as needed*/

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	
}

a:link, a:visited {
	
}

a:hover {
	
}

a:active {
	
}

input {
	border: 1px solid black;
	background-color: white;
}

.ender {
	clear: both;
}

.producttablecell {
	vertical-align: top;
	padding: 6px;
	width: 50%;
}
