*
{
margin: 0;
padding: 0;
color: #fff;

}
body
{
	margin: 0;
	padding: 0;
	font-family: arial, tahoma, sans-serif;
	font-size: 1em;
	background-color: #FFF;
	height:100%;
	background-image: url("images/bluefade.jpg");
	background-repeat: repeat-x;
	background-position: bottom;	
}
#wrap
{
	margin: 0 auto;
	padding: 0;
	height:100%;
	min-height: 100%;
    position:relative;

}

#logo
{
	padding: 0;
	margin-top: 17px;
	margin-left: 25px;
	float: left;
	width: 250px;	
	
}
#Phone
{
	padding: 0;
	margin-top: 17px;
	margin-left: 25px;
	float: right;
	width: 250px;
	color:#777777;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
/*NAVIGATION*/
.mainnav {
	width: 487px;
	height:86px;
	background-image: url("images/navback.png");
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float:right;
	margin-top:84px;
}
.mainnav ul{
	padding:0;
	margin:0;
}
#navbar {
	height:86px;
}
#navbar li {
	list-style:none;
	display:inline;
		
}
#navbar a.item1 {
	width:72px;
	color:#fff;
	text-decoration:none;
	background:url("images/home.png") no-repeat;
	float:left;
	padding-top: 32px;
	padding-bottom: 35px;

}
#navbar a.item1:hover { 
	background-position:0 -86px;
	color:#1e5ebd;
}

#navbar a.item2 {
	width:77px;
	color:#fff;
	text-decoration:none;
	background:url("images/about.png") no-repeat;
	float:left;
	padding-top: 32px;
	padding-bottom: 35px;

}
#navbar a.item2:hover { 
	background-position:0 -86px;
	color:#1e5ebd;
}#navbar a.item3 {
	width:158px;
	color:#fff;
	text-decoration:none;
	background:url("images/product.png") no-repeat;
	float:left;
	padding-top: 32px;
	padding-bottom: 35px;

}
#navbar a.item3:hover { 
	background-position:0 -86px;
	color:#1e5ebd;
}#navbar a.item4 {
	width:68px;
	color:#fff;
	text-decoration:none;
	background:url("images/news.png") no-repeat;
	float:left;
	padding-top: 32px;
	padding-bottom: 35px;

}
#navbar a.item4:hover { 
	background-position:0 -86px;
	color:#1e5ebd;
}
#navbar a.item5{
	width:100px;
	color:#fff;
	text-decoration:none;
	background:url("images/contact.png") no-repeat;
	float:left;
	padding-top: 32px;
	padding-bottom: 35px;

}
#navbar a.item5:hover { 
	background-position:0 -86px;
	color:#1e5ebd;
}
#navbar a  {
	display:block;
	background:url(images/navigation.png);
	text-indent:-9000px;
}
/* NAVIGATION END*/
#topheader 
{
	width: 900px;
	height: 170px;
	padding: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#topheader h1
{
margin: 10px 0 0 0;
padding: 0;
font-size: 2.1em;
font-family: georgia, arial, tahoma, sans-serif;
color: #fff;
}
#topheader h1 a
{
margin: 0;
padding: 0;
color: #fff;
text-decoration: none;
}
#topheader h1 a:hover
{
text-decoration: none;
}
#topheader h2
{
margin: 5px 0 0 0;
padding: 0 0 0 200px;
font-size: 1.2em;
font-family: arial, tahoma, sans-serif;
color: #fff;
}
#topbanner
{
	width: 900px;
	height: 255px;
	margin: 0 auto;
	padding: 0;
	background-color: #F4F4EC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #D8D9D6;
	border-right-color: #D8D9D6;
	border-bottom-color: #D8D9D6;
	border-left-color: #D8D9D6;
	background-image: url(images/bannerback.jpg);
	background-repeat: no-repeat;
}
#topbannerimage
{
	width: 540px;
	height: 185px;
	float: left;
	margin-top: 33px;
	margin-bottom: 15px;
	margin-left: 49px;
}


#slider1 {
	width: 540px; /* important to be same as image width */
	height: 185px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	float: left;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-left: 47px;
}

#slider1Content {
    width: 540px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 540px;
	background-color: #1F83C5;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 2px;
    left: 2px;
	width: 110px !important;
	height: 185px;
}
.right {
	right: 2px;
	bottom: 2px;
	width: 110px !important;
	height: 185px;
	margin-top: 30px;
}
ul { list-style-type: none;}


#topbannertext
{
	width: 200px;
	height: 185px;
	float: right;
	margin-top: 33px;
	margin-bottom: 15px;
	margin-right: 49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#topbannertext h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1F82C4;
	padding-bottom: 8px;	
}

#topmenu
{
width: 900px;
height: 30px;
margin: 0 auto;
padding: 0;
}
#topmenu ul
{
margin: 0;
padding: 0;
}
#topmenu ul li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
line-height: 30px;
}
#topmenu ul li a
{
margin: 0;
padding: 0 5px 0 20px;
color: #fff;
text-decoration: none;
font-size: 1em;
font-weight: bold;
font-family: arial, tahoma, sans-serif;
}
#topmenu ul li a:hover
{
color: #002844;
text-decoration: none;
background: #fff url("freecssxhtmltemplates-template20image3.jpg") left center no-repeat;
}
#content
{
	width: 900px;
	height: auto;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*#content #leftcolumn
{
	float: left;
	width: 570px;
	min-height: 150px;
}*/

#content #leftcolumn
{
	float: left;
	width: 900px;
	min-height: 150px;
}
#content #leftcolumn #leftcol
{
	float: left;
	width: 230px;
	min-height: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
	background-color: #CDCF8D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 130px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content #leftcolumn #leftcol h1
{
	margin: 5px 0;
	padding: 0 0 0 0px;
	color: #fff;
	font-family: georgia, arial, tahoma, sans-serif;
	font-size: 1.3em;
	border-bottom: 1px dotted #fff;
	text-transform: uppercase;
}
#content #leftcolumn #rightcol h1
{
	margin: 5px 0;
	padding: 0 0 0 0;
	color: #fff;
	font-family: georgia, arial, tahoma, sans-serif;
	font-size: 1.3em;
	border-bottom: 1px dotted #fff;
	text-transform: uppercase;
	text-align: center;
}
#content #leftcolumn a
{
	text-decoration: none;	

}
#content #leftcolumn a:hover
{
	text-decoration: none;
	color:#2081c5;

}
#content #rightcolumn h1
{
	padding: 0;
	color: #fff;
	font-family: georgia, arial, tahoma, sans-serif;
	font-size: 1.3em;

	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#content #rightcolumn a
{
	text-decoration: none;	

}
#content #rightcolumn a:hover
{
	text-decoration: none;
	color:#2081c5;

}
#content #leftcolumn #rightcol
{
	float: right;
	/*width: 150px;*/
	width: 350px;
	height:150px;
	min-height: 150px;
	padding: 10px;
	background-color: #BDD29D;
	margin-top: 10px;
	/*margin-right: 10px;*/
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
}
#content #leftcolumn #rightcol img.floatLeft {
	float: left;
	border: 8px solid #BDD29D;	
}
#content #rightcolumn
{
	float: right;
	width: 150px;
	padding: 10px;
	background-color: #9EC7DE;
	margin-top: 10px;
	margin-right: 155px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 10px;
}


#content #rightcolumn p
{
margin: 10px 5px;
padding: 0;
color: #fff;
font-family: arial, tahoma, sans-serif;
font-size: .9em;
}
#content #rightcolumn ul
{
margin: 10px 0;
padding: 0;
}
#content #rightcolumn ul li
{
display: block;
list-style-type: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #fff;
line-height: 1.3em;
}
#content #rightcolumn ul li a
{
margin: 0;
padding: 0 0 0 10px;
text-decoration: none;
font-size: .9em;
font-family: arial, tahoma, sans-serif;
color: #fff;
}
#content #rightcolumn ul li a:hover
{
text-decoration: none;
padding: 0 0 0 5px;
border-left: 5px solid #fff;
}

#anistrip
{
	height: 250px;
	width: 550px;
	position: relative;
	left: 50px;
	top: -50px;
	float: left;
}
#footer
{
	width: 900px;
	margin: 0 auto;
	padding: 10px 5px;
	text-align: center;
	border-top: 1px dotted #fff;
	background-color: #9DC4E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#footerleft
{
	float:left;
	width:500px;
	text-align:left;
}
#footerright
{
	float:right;
	width:150px;
}
#footerback
{
	bottom:0;
	width:100%;
	height:60px;   /* Height of the footer */
}
#footer p
{
	margin: 5px 0;
	padding: 0;
	color: #fff;
	font-size: .9em;
	font-family: arial, tahoma, sans-serif;
}
#footer a
{
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer a:hover
{
text-decoration: underline;
}
.clear
{
clear: both;
}
#special 
{
	width:100px;
	height:100px;
	float:right;
	position: relative;
	top: -250px;
	margin-right:-10px;
	margin-left: 0px;

	}
#specialtext 
{
	margin-top: 90px;
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #CF0;
	text-decoration: none;
	color:#069;
	line-height: 25px;
	}
	
#specialtext a
{
	color: #C00;
	font-weight: bold;	
}

