@charset "utf-8";
/* CSS Document */

/*.body {
	background-color:#AF1C01
	}*/
	
.marquee {
	width:777px;
	background-color:#cc8232;
	color:#000000;
	font-weight: bold;
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	}

.copyright {
	width:777px;
	background-color:#cc8232;
	color:#000000;
	font-weight: bold;
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	}
	
.divider {
	background-image:url(images/divider.jpg);
	background-position:center;
	background-repeat:repeat-y;
	}
	
.shadow_left {
	background:url(images/shadow_left.png);
	background-repeat:repeat-y;
	background-position:right;
	}
	
.shadow_right {
	background:url(images/shadow_right.png);
	background-repeat:repeat-y;
	background-position:left;
	}
	
.body { 
	/*background-color:#750F11;*/
	background-image:url(images/flag.jpg);
	background-attachment:fixed;
	background-position:cente;
	background-repeat:no-repea;
	}

.table {
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	}
	
.tablequoteform {
	background-color:#000000;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}
	
.tablecontactus {
	background-color:#000000;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {
	color:white;
	font-weight: bold;
	font-size: 24px;
	font-family:"Times New Roman", Times, serif;
}
.style2 {
	color:black;
	font-weight: bold;
	font-size: 16px;
	font-family:"Times New Roman", Times, serif;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
}
.style4 {
	color:black;
	font-size:30px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	}
.style5 {
	color:black;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	}
.style6 {
	font-size: 30px;
	}
.style7 {
	color:black;
	font-size:20px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	}
.style8 {
	color:black;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	}
.style9 {
	color:black;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	}
.style10 {
	color:black;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	}
.style11 {
	color:black;
	font-size:50px;
	font-weight:bold;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	}
.style12 {
	color:#003300;
	font-size:26px;
	}
	
.style13 {
	color:black;
	font-size:21px;
	font-weight:bold;
	}
	
.style14 {
	color:black;
	font-size:14px;
	}
	
.style15 {
	color:black;
	font-size:15px;
	font-weight:bold;
	}
	
.style16 {
	color:#993333;
	font-size:15px;
	font-weight:bold;
	}
	
.style17 {
	color:#008000;
	font-size:15px;
	font-weight:bold;
	}
	
.style18 {
	color:black;
	background-color:#CCFFCC;
	font-size:15px;
	font-weight:bold;
	}
	
.style19 {
	color:black;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	}
	
.style20 {
	color:black;
	font-size:45px;
	font-weight:bold;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	}
	
.style21 {
	color:black;
	font-size:11px;
	font-family:"Times New Roman", Times, serif;
	}
	
.style22 {
	color:black;
	font-size:24px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	}
	
.style23 {
	color:black;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	}
	
.style24 {
	color:red;
	text-decoration:underline;
	font-size:18px;
	font-family:"Times New Roman", Times, serif;
	}

/*---------------------------------------------------------NAVIGATION BAR------------------------------------------------------------*/
	
	body{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:16px;
	border:0; margin:0; padding:0;
}
ul, li{border:0; padding:0; margin:0; list-style:none;}

/* ----------- NAVIGATION----------- */
#top-navigation{
	background:url(img/topnav-bg.gif) repeat-x;
	width:auto;
	height:48px;
	margin:0 auto;
}
#navigation{
	background:url(img/nav-bg.gif) repeat-x;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	height:32px; 
	margin:0 auto;
	width:auto;
	}
	#navigation .right_link{
		float:right;
		font-size:15px;
		line-height:32px;
		margin:0 10px;
		color:white;
	}
	#navigation ul{
	 height:32px;
	 line-height:32px;
	}
	#navigation ul li{
		display:inline;
	}
	#navigation ul li a,
	#navigation ul li a:visited {
		background:url(img/line-a.gif) right no-repeat;
		padding:0 20px;
		display:block;
		text-decoration:none;
		float:left;
		color:white;
		font-weight:bold;
	}
	#navigation ul li a:hover{
		color:#fff21f;
		background:url(img/nav-bg2.gif);
	}	
/* ----------- SUBLINKS ----------- */
#sublinks{
	width:auto;
	margin:0 auto;
	background:#888888 url(img/sublink.gif);
	border-bottom:1px solid white;	
	height:30px;
}	
	#sublinks ul{
	 height:30px;
	 line-height:30px;	
}
	#sublinks ul li{
		display:inline;
}
	#sublinks ul li a,
	#sublinks ul li a:visited {
		padding:0 20px;
		display:block;
		text-decoration:none;
		float:left;
		color:#FFFFFF;
		font-size:13px;
}
	#sublinks ul li a:hover{
		text-decoration:underline;
}



/*---------------------------------------------------------NAVIGATION BAR------------------------------------------------------------*/
	
	body2{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:16px;
	border:0; margin:0; padding:0;
}
ul, li{border:0; padding:0; margin:0; list-style:none;}

/* ----------- NAVIGATION----------- */
#top-navigation2{
	background:url(img2/topnav-bg.gif) repeat-x;
	width:auto;
	height:48px;
	margin:0 auto;
}
#navigation2{
	background:url(img2/nav-bg.gif) repeat-x;
	border-bottom:1px solid #CCCCCC;
	height:32px; 
	margin:0 auto;
	width:auto;
	}
	#navigation2 .right_link{
		float:right;
		font-size:15px;
		line-height:32px;
		margin:0 10px;
		color:white;
	}
	#navigation2 ul{
	 height:32px;
	 line-height:32px;
	}
	#navigation2 ul li{
		display:inline;
	}
	#navigation2 ul li a,
	#navigation2 ul li a:visited {
		background:url(img2/line-a.gif) right no-repeat;
		padding:0 20px;
		display:block;
		text-decoration:none;
		float:left;
		color:#111111;
		font-weight:bold;
	}
	#navigation2 ul li a:hover{
		color:#FFFFFF;
		text-decoration:underline;
		font-weight:bold;
		background:url(img2/line-a.gif) right no-repeat;
	}