@charset "UTF-8";
/* CSS Document */

.header1{

        font-family: "Belwe Light", Arial, Helvetica;

	font-size: 28px;

        color: #3D4391; 

        text-decoration: none;

 }



.header2{

        font-family: "Arial", Helvetica;

        font-size: 15px;

        color: #3D4391; 

        text-decoration: none;

 }



.header3{

        font-family: "Arial", Helvetica;

        font-size: 17px;

        color: #3D4391; 

        text-decoration: none;

 }

.header4{

        font-family: "Arial", Helvetica;

        font-size: 14px;

        color: #3D4391; 

        text-decoration: none;

 }

.body  {

	font-family: "Arial", Helvetica;

	font-size: 13px;

	color: #000000;

}



.txthdr  {

	font-family: "Helvetica", Arial;

	font-size: 13px;

	color: gray;

	text-decoration: none;

}

* {margin: 0; padding: 0; }
html { overflow-y:scroll; }
body { 
	font: 80.5% Arial, Helvetica, sans-serif; 
	background-color: #aec7e8;
}

	#slideshow {
    position:relative;
    height:348px;
	width:960pz;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

h1 {
	font-family: Arial, sans serif;
	font-size: 2.4em;
	font-weight: normal;
	color: #000000;
	}
	h1#logo {
		width: 960px;
		height: 154px;
		background: url(/images/header.gif) no-repeat center center;
		text-indent: -9999px;
	}

h2 {
	font-family: Arial, sans serif;
	font-size: 1.3em;
	padding-bottom: 5px;
}

ul { list-style: none inside; }
p {  font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a { outline: none; }
a img { border: none; }
a:link {
	text-decoration: none;
	color:#000000;
}
a:visited {
	text-decoration: none;
	color:#000000;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

#page-wrap {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF repeat-y;
}
	#main-content {
		padding: 35px 60px 20px 60px;
		}
		div#main-content div#left-col {
		float: left;
		width: 460px;
		padding: 30px 30px 0px 20px;
}
		div#main-content div#right-col {
		float: right;
		width: 260px;
		

}


ul#nav {
	
	}
	ul#nav li {
		display: inline;
		}
		ul#nav li a {
			display: block;
			height: 25px;
			text-indent: -9999px;
			float: left;
		}
		ul#nav li.home a {
			width: 160px;
			background: url(/images/nav_home.gif) bottom center no-repeat;
		}
		ul#nav li.about a {
			width: 160px;
			background: url(/images/nav_about.gif) bottom center no-repeat;
		}
		ul#nav li.menu a {
			width: 160px;
			background: url(/images/nav_menu.gif) bottom center no-repeat;
		}
		ul#nav li.order a {
			width: 160px;
			background: url(/images/nav_order.gif) center center no-repeat;
		}
		ul#nav li.faq a {
			width: 160px;
			background: url(/images/nav_faq.gif) bottom center no-repeat;
		}
		ul#nav li.contact a {
			width: 160px;
			background: url(/images/nav_contact.gif) bottom center no-repeat;
		}
		ul#nav li a:hover {
			background-position: center center;
		}
		
#footer {
	background: #FFFFFF
	color: black;
	padding: 0px 0 5px 0;
	text-align:center;
	text-decoration:none;
}

