* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #131D58;
	text-align: justify;
}
h1{
	font-size: 22px;
}
a{
	color: #0F1745;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
img{border:0px}
#left{
	float: left;
	width: 575px;
	margin-top: 20px;
}
#right{
	float: right;
	width: 300px;
	display: inline;
	margin-top: 20px;
}
#wrapperbg {
	background-image: url(images/bgwrapper.jpg);
	background-repeat: repeat-x;
	background-color: #fff;

}
#wrapper {
	width: 1000px;
	background-image: url(images/wrappersub.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#header {
	width: 825px;
	height: 245px;
	padding-top: 15px;
	padding-left: 175px;
}
#content {
	width: 920px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer {
	width: 900px;
	height: 170px;
	background-image: url(images/bgfooter.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	clear: both;
	padding-left: 20px;
}

#footer a{
	color: #FFFFFF;
}
#nav1 span, #nav2 span, #nav3 span, #nav4 span, #nav5 span, #nav6 span, #nav7 span
{
  display: none;
}

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6, #nav7
{
	float:left;
	display: block;
	height: 30px;
	
}



#nav1
{

	background: url("images/home.jpg") no-repeat center 0px;
	width: 65px;
}

#nav1:hover
{ 
  background: url("images/home.jpg") no-repeat center -30px;
}


#nav2
{

	background: url("images/business.jpg") no-repeat center 0px;
	width: 155px;
}

#nav2:hover
{ 
  background: url("images/business.jpg") no-repeat center -30px;
}

#nav3
{

	background: url("images/domestic.jpg") no-repeat center 0px;
	width: 160px;
}

#nav3:hover
{ 
  background: url("images/domestic.jpg") no-repeat center -30px;
}

#nav4
{

	background: url("images/archive.jpg") no-repeat center 0px;
	width: 150px;
}

#nav4:hover
{ 
  background: url("images/archive.jpg") no-repeat center -30px;
}

#nav5
{

	background: url("images/prices.jpg") no-repeat center 0px;
	width: 75px;
}

#nav5:hover
{ 
  background: url("images/prices.jpg") no-repeat center -30px;
}

#nav6
{

	background: url("images/contact.jpg") no-repeat center 0px;
	width: 80px;
}

#nav6:hover
{ 
  background: url("images/contact.jpg") no-repeat center -30px;
}

#nav7
{

	background: url("images/location.jpg") no-repeat center 0px;
	width: 85px;
}

#nav7:hover
{ 
  background: url("images/location.jpg") no-repeat center -30px;
}
.clear{
	clear: both;
	height: 10px;
}
.hd{
	font-size: 22px;
	font-weight: bold;
}
ul{
	margin-left: 20px;
}
.myform{
	width:300px;
}
	/* ----------- basic ----------- */
	#basic{

	}
	#basic h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#basic p{
	font-size:11px;
	padding-bottom:10px;
	}
	#basic label{
	display:block;
	font-weight:bold;
	text-align:left;
	width:150px;
	float:left;
	}
	#basic .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
#basic input{
	float:left;
	width:296px;
	margin-right: 0;
	margin-bottom: 5px;
	border: 1px solid #0F1745;
	background-color: #131D58;
	padding: 2px;
	color: #FFFFFF;
	}

	#basic textarea{
	float:left;
	width:296px;
	margin-right: 0;
	margin-bottom: 5px;
	border: 1px solid #0072BB;
	padding: 2px;
	color: #FFFFFF;
	background-color: #009CFF;
	}
	#basic .button{
	width: 142px;
	float: right;
	margin-top: 5px;
	background-color: #131D58;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	}
.gal {
	height: 150px;
	width: 150px;
	float: left;
	padding: 5px;
}
.box{
	float: left;
	color: #FFFFFF;
}
.mid{
	padding-right: 10px;
	padding-left: 10px;
}
.cont, .where{
	float: left;
	display: block;
	padding-right: 10px;
}
.cont img, .where img {
	float: left;
	padding-right: 5px;
}
.linkfoot a{
	float: right;
	height: 150px;
	width: 200px;
}
