

@import 'nav.css';
@import 'text.css';
@import 'column.css';
@import 'form.css';
@import 'price.css';
@import 'content.css';


/*  Template */

body
{
	margin : 0;	
	padding :0;
	text-align :center;
	background-color : #EDF5FC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
  background-image: url(../images/site/page-bg.png);
  background-position: center top;
  background-repeat: repeat-x;
}



div#page
{
	position : relative;	
	margin-left : auto;
	margin-right : auto;
	margin-top : 0px;
	width : 763px;
}

div#page-swirl{
  background-image: url(../images/site/page-swirl.jpg);
  background-repeat: no-repeat;
  width: 689px;
  height: 189px;
  left: -140px;
  position: absolute;
  top: 0px;
  
  
}

img#logo{
  position: absolute;
  top: -0px;
  left: 10px;
  z-index: 10;
  width: 200px;
  height: 116px;

}


div#header
{
	position : absolute;
	width : 100%;
	top : 123px;
	left :0;
	height :278px;
	background-color : #fff;
  background-image: url(../images/site/header-bg.jpg);
  background-repeat: no-repeat;
}

img#header-left{
  position: absolute;
  top: 4px;
  left: 3px;
}

div#header-flash{
  position: absolute;
  left: 229px;
  top: 3px;
  width: 528px;
  height: 268px;
  background-color: #fff;
 
  
}



div#nav
{
	position : absolute;
	top :405px;
	left : 0;
	width : 100%;
  height: 45px;
	background-color : #088ED3;
  background-image: url(../images/site/nav_bg.jpg);
  background-repeat: no-repeat;
}

div#main-wrapper
{
  
  background-image: url(../images/site/main-bg-top.jpg);
  background-repeat: no-repeat;
  position : absolute;
	top :0px;
	left : 0;
	width : 100%;
  height: 389px;
 
}

div#main
{
	position : absolute;
	top :450px;
	left : 0;
	width : 100%;
  z-index: 10;
  background-position: bottom;
  background-image: url(../images/site/main-bg.jpg);
  background-repeat: repeat-y;
  background-color: #fff;
  padding-top: 5px;
 

}



div#content_in
{
 width : 98%;
 position : relative;
 margin-left : auto;
 margin-right : auto;
 text-align : justify;
 clear : both;
 min-height: 400px;


	
}

div.left{
  
  float: left;
  width: 485px;
 
}
div.sub-left
{
  width : 740px;
  float: left;
}


div .right{
  float: right;
}


div #content_in .right{
  
 
  width: 245px;
  padding-bottom : 5px;
  
 
}

div #content_in .right img{
    margin: 5px 0 0 0px;
    border : 2px solid #EDF5FC;

  
}



div#footer
{		
	width : 100%;
	height : 120px;
	background-image : url(../images/site/footer-bg.jpg);
	background-repeat : no-repeat;
	clear : both;	
  background-position: bottom;
  z-index: 10;
  
 
  
	
}

div#footer .footer-right{
  width : 300px;
  padding-top: 15px;
  
  float: right;
}

div#footer .footer-right img{
  border: none;
  margin : 2px;
}





div#footer .left{
  
  padding-left: 7px;
  padding-top: 18px;
  
  width: 430px;
}

div#footer .left a{
  color: #078ED2;
}




div#signature
{
 	position : absolute;
	bottom : -30px;
	left : 0;
	width : 750px;
	height : 30px;
	text-align : right;

  
}

div#signature .left{
 
  text-align: left;
  margin-left: 5px;
}



div#signature a 
{
	color : #666;
  text-decoration: none;
}

div#signaure a:hover
{
	color : #79BFCB;
  text-decoration: underline;
}








