/* CSS Document */

html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	background:url(images/bg.jpg) repeat-x top #cccccc;
	font-size:13px;
	font-family:Tahoma;
	color:#49453c;
	line-height:13px;
	text-align: center;
}

/* You can change the width of this container to whatever the width of the site is, but
you need to have a width on the container. Check the width of the main table too.*/

#header {
	height: 118px;
	width: 1000px;
	background: url(images/header.jpg) top left no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#flash {
	height: 398px;
	width: 990px;
	background: url(images/flashbg.jpg) repeat-x #cbcbcc;
	padding-left: 10px;
	;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	float: right;
	margin-top: 94px;
	width: 700px;
	text-align: right;
}
#nav a {
	color: #000000;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;
	border-top: #ffffff 1px solid;
}
#nav a:hover {
	color: #01026a;
	border-top: #000000 1px solid;
}
#nav a.on {
	color: #01026a;
	border-top: #000000 1px solid;
}

#container {
	background-image: url(images/bodybg.png);
	background-repeat: repeat-y;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-bottom: #000000 1px solid;
}

#container #left {
	float: left;
	width: 577px;
	padding-top: 20px;
	padding-left: 64px;
	padding-right: 44px;
	margin-top: 10px;
	padding-bottom: 30px;
	line-height: 15px;
}
#container #left ul {
	line-height: 16px;
}

#container #right {
	width: 207px;
	float: right;
	padding-left: 44px;
	padding-right: 64px;
	padding-top: 30px;
	margin-top: 10px;
	padding-bottom: 30px;
	line-height: 15px;
}
#container #right ul {
	line-height:16px;
}
hr {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#tab {
	width: 240px;
	margin-right: 5px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	border: #5e5fa1 solid 1px;
	margin-top: 20px;
	height: 160px;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}




#contact tr td {
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
	border: 1px solid #E2E2E2;
	background-color: #F8F8F8;
}
#contact .input {
	color: #666666;
	padding: 2px;
}

/* ----------- HEADER STYLES ------------ */

h1 {
    font-family:Arial, Helvetica, sans-serif;
	color:#7bc448;
	font-size:22px;
	line-height:22px;
	display:block;
	margin:0;
	padding: 0 0 10px 0;
}
h2 {
	font-family:Tahoma;
	color:#7bc448;
	font-size:16px;
	display:inline;
	margin:0;
	padding:0;
	line-height: 16px;
}
h3 {
	font-family:Tahoma;
	color:#49453c;
	font-size:13px;
	display:inline;
	margin:0;
	padding:0;
	font-weight: bold;
	text-decoration: none;
}
h3 a:link {
	color: #03016B;
}


table, td {
	border-collapse:collapse;
}

table, td, img {
	border:0; 
	padding:0;
}

form, td {
	margin:0; 
	padding:0;
}

br {
	font-size:13px;
}

table{
	border:0px; 
	border-collapse:collapse;	
}

td, input, textarea{
	font-size:13px;
    font-family:Tahoma;
	color:#49453c;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

td, select, input {
	font:13px tahoma, arial, helvetica, sans-serif; 
	color:#49453c; 
	vertical-align:top;  
	text-align:left;
}

img a { 
	border:0px;
}

img { 
	vertical-align:top;
}

b {
	color:#f32648;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */

a:link{
	color:#49453c;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#49453c;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

/*li{ 
	margin:0px; 
	padding-left:8px; 
	line-height:18px ;
}
li a{
	color:#ffffff; 
	text-decoration:underline;
}
li a:hover{
	color:#ffffff; 
	text-decoration:none;
} */

.clear{
	clear:both;
	height: 0px;
}
#content {
	width:516px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:.75em;	
	line-height:1.3em;
	padding:20px 15px 25px 290px;
	background-color:#FFF;
}
#footer {
	width:1000px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#424242;
	font-size:10px;
	text-align:right;
	padding-top:5px;
}
#footer a {
	color:#424242;
	padding-left: 5px;
	padding-right: 5px;
}
.input {
	border:1px solid #000;
}
fieldset {
	border:1px solid #999;
	padding:20px 20px 20px 20px;
}
legend {
	background-color:#fff;
	font-weight:bold;
	font-size:1.1em;
	color:#31B16D;
}
.noshow {
	display:none;
}
#tab2 {
	width: 240px;
	margin-right: 5px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	margin-bottom: 20px;
	border: #5e5fa1 solid 1px;
	margin-top: 20px;
	height: 160px;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#prod1 {
	width: 240px;
	margin-right: 5px;
	padding-right: 20px;
	padding-left: 20px;
	float: left;
	margin-top: 20px;
	height: 120px;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}
#prod2 {
	width: 240px;
	margin-right: 5px;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 120px;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.floatright {
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
