@charset "utf-8";
html{
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100.2%; /* fixes jump to left when switching between screen w/scrollbar    */
}					    /* and screen without by forcing a vertical scrollbar at all times */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background-image:images/background-bwcameo.jpg;
	background-repeat:no-repeat;
	background-color:#300;
	color:#ffffff;
}
img {
	border:none;
}

table
{ 
	margin-left: auto;
	margin-right: auto;
}

#container { /* surrounds the whole page */
	min-height:100%;
	position:relative;
	width: 960px;
	margin: 0 auto;
	padding: 0 30px;
	background-color:#000000;
}
#header_home { /* contains all header content */
	position: relative;
	margin: 0 auto;
	padding: 0;
	height: 200px;
	width: 400px;
}
#header_sub { /* contains all header content */
	position: relative;
	margin: 0 auto 0 0;
	padding: 0;
	height: 150px;
	width: 300px;
}
#page_name {
	position: absolute;
	/*top: 90px;
	left: 820px; */
	top: 130px;
	left: 30px;
	width: 300px;
	height: 30px;
	text-align: center;
	color: #409582;
}
#main_body { /* contains the main part of the page content */
	width: 960px;
	margin: 0px;
	padding: 0px 0 10px 0;
	padding-bottom: 25px;   /* Height of the footer */
	z-index: 15;
}
#main_body_left {
	width: 500px; /* half of width of container div */
	float: left;
	padding: 0 10px 0 0;
}
#main_body_right {
	width: 450px; /* half of width of container div */
	float: right;
	padding: 0 0 0 10px;
}
#catalog {
	position: relative;
	left: 220px;
	width: 760px;
}
#nav { /* page navigation goes in here */
	position: relative;
	text-align: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer { /* all footer contents go here */
	position:absolute;
	bottom:0;
	left: 0;
	padding: 5px 0 0 0;
	width:100%;
	height:15px;	   /* Height + top padding = height of the footer */
	background-color: #300;
	text-align:center;
	font-size:12px;
	line-height: 12px;
}

a {text-decoration: none;}
a:link {color:#EC9137;} /* unvisited link */
a:visited {color:#EC9137;} /* visited link */
a:hover {color:#800;} /* mouse over link */
a:active {color:#800;} /* selected link */

#nav a {text-decoration: none; padding: 2px;}
#nav a:link {color:#EC9137;} /* unvisited link */
#nav a:visited {color:#EC9137;} /* visited link */
#nav a:hover {color:#ffffff;} /* mouse over link */
#nav a:active {color:#ffffff;} /* selected link */

#warning {
	position: absolute;
	top: 280px;
	left: 130px;
	width: 200px;	
	color: #800;
}
.text24 {
	font-size:24px;
}
.text22 {
	font-size:22px;
}
.text20 {
	font-size:20px;
}
.text18 {
	font-size: 18px;
}	 
.text16 {
	font-size: 16px;
}	  
.cssBold {
	font-weight: bold;
}
.cssItalic {
	font-style: italic;
}
.cssCenter {
	text-align: center;
}
/**************** form styles ****************/
#contactform {
	display: block;
	width:330px;
	margin: 0 auto 0 auto;
}
form {
	font-size: 12px;
}

.formelement, .formcomment {
	width:315px;
	margin:0 0 5px 0;
	text-align: right;
}
.formcomment {
	vertical-align: text-top;
}

.formsubmit {
	width: 400px;
	margin:10px 0 10px 0;
	text-align:center;
}
  
input,
textarea {
	background-color: #FFFFFF;
	color: #300;
	border: 1px solid #2763A5;
	font-size: 11px;
	padding: 3px;
}
  
.button {
	padding: 2px;
	background-color: #6DA6E2;
	color: #FFFFFF;
	border: 1px solid #2763A5;
	font-size: 11px;
}

