@charset "utf-8";
/* CSS Document */

html, body {
	font-family: "Trebuchet MS";
	font-size: 90%;
	color: #022635;
	margin: 0px;
	background-color: #1d4a6b;
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
	background-position: left top;
}

img {
	border: none;
}

#page-cont {
	margin: auto;
	width:766px;
	background-color: #FFFFFF;

	border: 1px solid #5998c3;
}

#header {
	width: 100%;
	color: #C1B9A4;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 116px;
	position:relative;
}

#header a {
	position: absolute;
	top: 3px;
	left: 40px;
	width: 160px;
	height: 112px;
} 

#header a h1 {    
	display: none;
}

#nav-top {
	width: 100%;
	background-image: url(../images/bg_nav.jpg);
	background-repeat: no-repeat;
}

#nav-top a {
	color:#FFFFFF;
	background-color: transparent;
}

#nav-top a:hover {
	color: #022F4D;
	background-color: #4278A4;
}

.bevelmenu{
	padding: 6px 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

.bevelmenu li{
	list-style: none;
	display: inline;
}

.bevelmenu li a{
	padding: 3px 0.5em;
	text-decoration: none;
	border:1px solid #41789F;
}

.bevelmenu li a:hover{
	border-style: outset;
	background-image: url(../images/bg_nav_over.jpg);
	background-repeat: no-repeat;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
}

main-cont {
	width: 100%;
	text-align:center;
	height:100%;
}

#main-cont #nav {
	width: 200px;
	height: 100%;
	border: 1px solid #FFFFFF;
	float: left;
	background-image: url(../images/nav2.jpg);
}

#main-cont #nav h1 {
	color: #022f4d;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	margin-left: -5px;
	padding: 2px 0px 0px 26px;
	font-family: Geneva, Arial, sans-serif;
	font-size: 17px;
	font-weight: bolder;
	font-variant: small-caps;
}

#main-cont #nav h2 {
	color: #132D37;
	font:  bold 100% Geneva, Arial, sans-serif;
}

#main-cont #nav a {
	color: #034867;
	text-decoration: none;
}

#main-cont #nav a:hover {
	color:  #91A32C;
}

#main-cont #nav li {
	list-style-image: url(../images/arrow1.gif);
}

#main-cont #nav li a:hover {
	list-style-image: url(../images/arrow2.gif);
}

#main-cont #nav strong {
	color: #034867;
	font:  bold 100% Geneva, Arial, sans-serif
}

#main-cont #nav .block1 {
	height:270px;
	padding: 10px;
}

#main-cont #nav .block2 {
	background-color: #FFFFFF;
	height: 100%;
	padding: 10px;
	border:  solid 1px #FFFFFF;
	background-image: url(../images/nav2.jpg);
}

#main-cont #col2 {
	text-align: left;
	clear: right;
}

#main-cont #col2 h1 {
	color: #022f4d;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	margin-left: -5px;
	padding-left: 26px;
	padding-right: 2px;
	font-family: Geneva, Arial, sans-serif;
	font-size: 17px;
	font-weight: bolder;
	font-variant: small-caps;
}

#main-cont #col2 a {
	color: #023E57;
	text-decoration: none;
}

#main-cont #col2 a:hover {
	color: #5FAF2E;
	text-decoration: none;
}

#main-cont #col2 img {
	float: left;
	border:none;
}

#main-cont #col2 .hdr {
	float: left;
	width: 500px;
	overflow:auto;
	padding-left: 15px;
}

#main-cont #col2 .txt {
	float: left;
	width: 500px;
	padding-left: 30px;
	margin-bottom: 20px;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 30px;
}
#page-cont #main-cont #col2 .txt li{
	color: #022f4d
	list-style-type: square;
	list-style-type: square;
	color: #034867;
}


#main-cont #col2 .txt img{
	float: left;
	margin: 0px 10px 10px 0px;
}

#main-cont #col2 .products {
	float: right;
	width: 500px;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#main-cont #col2 .products img {
	border: none;
}


#footer {
	clear:both;
	color: #FFFFFF;
	background-image: url(../images/bg_footer.jpg);
	background-repeat:repeat-y;
	background-color: transparent;
	height: 70px;
	width: 100%;
	font-size:85%;
	padding-top: 2px;
}
#footer div {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 210px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	margin: 5px;
}

#footer a:hover {
	color:#004779;
}

a:link {
	color:  #2D6882;
}

a:hover {
color:  #B54828;}

#nav .block2 input, textarea
{
	border: 1px solid #CCCCCC;
	background-color: #F7F8FA;
	color: #606A39;
	margin-bottom:10px;
	
}

input {
border:none;
}

#col2 .txt input, textarea {
	border: 1px solid #CCCCCC;
	background-color: #F7F8FA;
	color: #606A39;
	margin-bottom:10px;
}
