@charset "UTF-8";

html, body {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#465A71;
	height:100%;
}

body {
	background-color:black;
}

h2 {
	font-style:italic;
	font-weight:normal;
	font-size:44px;
	margin:0;
	text-align:center;
}

h3 {
	font-style:italic;
	font-weight:normal;
	font-size:24px;
}

hr {
	border:0px;
	height:1px;
	color:#203A58;
	background-color:#203A58;
}

#wrapper {
	background-color:#dddbd3;
	width:1024px;
	margin:0 auto;
	
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -4em;
}

#header {
	display:block;
	width:1024px;
	height:114px;
	background-image:url('images/header.jpg');
}

#logolink {
	position:absolute;
	display:block;
	width:230px;
	height:70px;
	margin-left:60px;
	margin-top:35px;
}

#content {
	display:block;
	width:1024px;
	background-image:url('images/bodystart.jpg');
	background-repeat:no-repeat;
	background-position:top;
}

a {
	color:#203A58;
}

a:hover {
	color:gray;
}

a img:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}

#menu a {
	font-style:italic;
	font-size:20px;
	text-decoration:none;
}

#menu {
	position:absolute;
	margin-top:60px;
	margin-left:500px;
	z-index:99;
}

#mainfeature {
	margin-top:30px;
	margin-left:50px;
}

#featurelinks {
	margin-top:1px;
	margin-left:50px;
}

.feature {
	margin-right:-1px;
}

#footer {
	text-align:center;
	width: 1024px;
	background:#dddbd3;
	margin:0 auto -4em;
}

#footer a {
	font-style:italic;
	text-decoration:none;
	font-size:14px;
	color:#203A58;
}

#footer a:hover {
	color:gray;
}

#footer, #push {
	height: 4em;
}

#left_text {
	font-size:14px;
	display:block;
	width:400px;
	margin-left:200px;
	text-align:left;
}

#about_image {
	position:absolute;
	margin-top:0px;
	margin-left:635px;
	z-index:1;
}

#centered_text {
	font-size:14px;
	display:block;
	width:500px;
	margin-left:200px;
	text-align:center;
}

.tablesettings {
	border:1px solid #9E9E9E;
	margin-left:0px;
	z-index:90;
}

.tablesettings tr td {
	border:1px solid #9E9E9E;
	padding:10px;
}

#products_text {
	display:block;
}

.products_box {
	border:1px solid #d7d1c2;
	background-color:#e5e4dd;
	width:800px;
	margin:0 auto;
	margin-bottom:10px;
}

.products_box tr td {
	padding-top:25px;
	padding-bottom:0px;
	padding-left:25px;
	padding-right:25px;
}

.products_box tr td table tr td {
	padding:1px;
	padding-bottom:20px;
}

.products_box tr td h2 {
	margin-bottom:0px;
	text-align:right;
}

.products_box tr td p {
	font-size:16px;
	font-style:italic;
	text-align:left;
}

.product_thm_box {
	text-align:center;
	font-size:14px;
	font-style:italic;
}

#product_box {
	border:1px solid #d7d1c2;
	background-color:#e5e4dd;
	width:720px;
	margin:0 auto;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:25px;
	padding-right:25px;
	margin-bottom:20px;
}

#product_text {
	display:block;
	width:330px;
	padding:10px;
	font-size:14px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#product_text h3 {
	font-size:34px;
	text-align:center;
	margin-bottom:0px;
	margin-top:0px;
}

#product_text ul {
	margin-left:50px;
}

#product_box img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.product_partition {
	display:block;
	width:360px;
	float:left;
}
