/*DEFAULT BODY STYLES*/

* { padding: 0; margin: 0; }

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color: #777777;
	height: 100%;
	}
	
p {
	margin-top: 10px;
}

ul li
{
	list-style-type: disc;
	padding-left: 5px;
	margin-left: 25px;
}
/*LAYOUT*/

#getaquote_corner {
position: absolute;
right: 0pt;
top: 0pt;
display: block;
height: 184px;
width: 185px;
background-color: transparent;
background-x-position: right;
background-y-position: top;
text-decoration: none;
}

#clientslogos {
	position: absolute;
	top: 144px;
	left: 870px;
	height: 610px;
	display: block;
	width: 135px;
	background-color: #ffffff;
	}

#logo {
position: absolute;
left: 0pt;
top: 0pt;
display: block;
height: 120px;
width: 378px;
background-color: transparent;
background-x-position: left;
background-y-position: top;
text-decoration: none;
}
 
 #wrapper {  	
 width: 850px;
 text-align: left;
 height: 100%;
 min-height: 100%;
}

.leftmenu {
	width: 166px;
	padding-left: 20px;
	}
.td_main {
	width: 684px;
	}
	
.td_body_bg {
	min-height: 300px;
	background-image: url(images/base_03.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 150%;
	font-size: 12px;
	color: #dbd2d1;
}

.txt_images {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 130%;
	font-size: 10px;
	color: #dbd2d1;
}

.visiontxt {
	width: 149px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	color: #9a4444;
}

/*LINKS*/

a:link {
	color:#FFFFFF;
	text-decoration: none; border-bottom: 1px solid #ffffff;
}
a:hover {
	color:#ffffff;
	text-decoration: none; border-bottom: 0px solid #ffffff;
	}
a:visited {
	color:#FFFFFF;
	text-decoration: none;
}


.baselinks:link{color:#B5B5B5; text-decoration:none;}
.baselinks:hover{color:#B5B5B5;	border-bottom: 1px solid #B5B5B5;}
.baselinks:visited {color:#B5B5B5; text-decoration:none;}

.menulinks:link{color:#ba6a2a; text-decoration:none;}
.menulinks:hover{	color:#ba6a2a;	border-bottom: 1px solid #ba6a2a;}
.menulinks:visited {color:#ba6a2a; text-decoration:none;}
.menulinks:active { font-weight: bolder;}

.toppage:link{color:#b9b461; text-decoration:none;}
.toppage:hover{	color:#b9b461;	border-bottom: 1px solid #b9b461;}
.toppage:visited {color:#b9b461; text-decoration:none;}



/*TEXT*/

.header1 {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #889B1C;
	padding-top: 10px;
	}

.header2 {
	font-size: 20px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #99CCCC;
	}
	
.base {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 20px;
}

.contactpanel {
	width: 638px;
	height: 99px;
	background-image: url(images/basecontact_bg2.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 40px 0px 0px 0px;
}

	

	
/*IMAGES*/
.animate_img_normal {
	border: solid 5px #473d38;
	width: 300px;
	height: 225px;
	}
	
.img_normal {
	border: solid 5px #473d38;
	}

.img_floatright {
	float:right;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:20px;
	border: solid 5px #473d38;
	}
.img_floatleft {
	float:left;
	margin-top:20px;
	margin-right:20px;
	margin-bottom:20px;
	border: solid 5px #473d38;
	}
	

/*----------------FORMS----------------*/

.forms {
	padding: 4px 3px 4px 3px;
	background-color: #ffffff;
	border: solid 2px #dbd2d1;
}

.forms_dropdowns {
	width: 150px;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
	border: solid 2px #dbd2d1;
}
.forms_description {
	width: 350px;
	padding: 3px 3px 3px 3px;
	background-color: #ffffff;
	border: solid 2px #dbd2d1;
}


.button {
	background-color: #CC0000;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	border: solid 2px #dbd2d1;
}

input, select, textarea {
	padding: 3px;
	font-family: verdana,arial,hevetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

/*FX - image in top right of screen, must be PNG*/



.cursor { /*create custom cursor*/
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;}
