/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-style: inherit;
	font-size: 100%;
	padding: 0;
	margin: 0;
	}
body {
	font-family:Arial;
	color: #002d62;
	text-decoration: none;
	background:url(images/bg.jpg) top left repeat;
	}

#container {
	position:absolute;	
	top:0px;
	width:770px;
	margin-left:-385px;
	margin-right: auto;
	left: 50%;
	}

#logo {
	background:url(images/logo_main.jpg);
	width:465px;
	height:185px;
	float:left;
	}
/*this is the code for the order button*/
#order {
	width:146px;
	height:146px;
	background-color:#666666;
	float:right;
	margin-top:20px;
	margin-right:20px;
	}
	
/** Declaration for the a.singleRollover selector **/  
a.singleRollover {  
    display: block;  
	width: 146px;  
    height: 146px;  
    background: url(images/order.jpg) no-repeat 0 0;  
    overflow: hidden;  
    text-indent: -10000px;  
    font-size: 0px;  
    line-height: 0px;  
  }    
      
/** Declaration for the additional states of the a.singleRollover selector **/  
a:hover.singleRollover {background-position: 0 -146px;}  
     
/* This is the code for the main menu*/
#nav-menu {
	clear:both;
	background:url(images/nav_bar.jpg);
	width:770px;
	height:48px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
		}

#nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
		}

#nav-menu li {
	float: left;
	margin: 0;
	width: 128px;
		} 

#nav-menu li a {
	line-height: 48px;
	float: left;
	width: 128px;
	display: inline;
	color: #002d62;
	text-decoration: none;
	text-align: center;
		}
#nav-menu li a:hover {color: #6daedf;}

#nav-menu li a:active {color: #366ea1;}

/* main body starts here*/
#body_top {
	width:770px;
	height:10px;
	background:url(images/body_top.jpg) no-repeat;
	margin: 10px 0px 0px 0px;
		}

#main {
	width:770px;
	min-height:610px;
	background-color:#6caedf;
	padding:0px;
	_margin:-10px 0px 0px 0px;
		}

#content {
	width:720px;
	padding:10px 0px 0px 40px;
	margin:0px 0px 0px 0px;
		}

#content2 {
		width: 720px;
		padding: 10px 0px 0px 20px;
		}

#flash {
	width: 750px;
	height:200px;
	padding-left:10px;
	padding-top:5px;
		}
/* All footer files here*/

#footer {
	clear:both;
	width:770px;
	height:143px;
	background:url(images/footer.jpg) no-repeat;
	margin-bottom:20px;
		}

#footer_menu{
	position:relative;
	left:300px;
	top:0px;
	padding:0px;
	width:200px;
	height:100px;
		}
/* left footer menu*/	
#bottom_menu {
	float:left;
	width:100px;
	font-size:10px;
	font-family:Arial;
		}

#bottom_menu ul {
	list-style:none;
	padding: 0;
	margin: 0;
		}

#bottom_menu li { margin: 0;} 

#bottom_menu li a {
	line-height:20px;
	color: #002d62;
	text-decoration: underline;
	text-align: center;
		}

#bottom_menu li a:hover {color: #ffffff;}

#bottom_menu li a:active {color: #366ea1;}

/*right footer menu*/
#bottom_menu_r {
	float:right;
	width:100px;
	font-size:10px;
	font-family:Arial;
		}

#bottom_menu_r ul {
	list-style:none;
	padding: 0 0 0 0 ;
	margin: 0;
		}

#bottom_menu_r li { margin: 0;} 

#bottom_menu_r li a {
	line-height:20px;
	color: #002d62;
	text-decoration: underline;
	text-align: center;
		}
#bottom_menu_r li a:hover {color: #ffffff;}

#bottom_menu_r li a:active {color: #366ea1;}

/* address text styled here*/

#address {
	position:relative;
	left: 580px;
	top:-127px;
	width: 200px;
	font-size: 11px;
	line-height:1.1em;
	color: #fff;
	text-align: center;
		}
.tel {padding-top: 24px;
		font-size:11px;}
.tel2 {padding-top: 22px;
		font-size:11px;}
.tel3 {font-size:11px;}
.pad {padding-left:20px;}

#copy {	position:relative;
		top: -115px;
		left: 10px;
		color:#fff;
		font-size:11px;}
a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {color: #002d62;}

/* Global Fonts styled here*/

h1 {font-size:30px;
	text-align:center;}
.free {padding-top:20px;}
h2 {font-size:25px;
	font-weight:bold;}
	
p {font-size:18px;}
	
.content {
	font-size:20px;
	padding-top:22px;}
.p2 {font-size:12px;}
.p3 {font-size:14px;
padding: 0px 0px 20px 15px;}

.script {padding:0px 20px 10px 20px;}

img.floatRight { 
    float: right; 
    margin: 4px; 
	padding: 0px 0px 0px 20px;
}

.uc {
	position:relative;
	padding-left:150px;	
	padding-top: 40px;	 }

	



	

	



