* {
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 30;
	padding-left: 0;
	margin: 0;
}
html, body { 
	height:100%;
}
html {
	min-width:980px;
}
body {
	background:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color: #e07500;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:center;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td {
	padding:0;
	border-collapse:collapse;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #122273;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container {
	width:980px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	padding-bottom: 20px;
}



/*==== GLOBAL =====*/
#header, #content, #footer {
	font-size:12pt;
	color: #808080;
	font-weight: normal;
	line-height: 1em;
	font-style: normal;
	text-decoration: none;
}
#header {
	height:120px;
	min-width:980px;
	background-color: #122273;
	background-repeat: no-repeat;
}
	#header .container {
		width:980px;
	}
#content {
	background:#fff;
	padding: 0px;
}
#footer {
	background:#f2f2f2;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.img-box img { 
		float:left; 
		margin:0 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:27px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:e07500; 
	outline:none;
}
a:hover{
	text-decoration:none;
}

h2 {
	font-size:28px;
	line-height:1.2em;
	color:#010101;
	font-weight:normal;
	font-style:italic;
	letter-spacing:-1px;
	margin-bottom:18px;
}
h3 {
	font-size:1em;
	color:#111;
	margin-bottom:18px;
}
h4 {
	font-size:1em;
	color:#111;
}


.txt1 {
	color:#9fc200;
}


.link1 { 
	display:block;
	float:left;
	background:url(images/link1-left.gif) no-repeat left top #9fc200;
	color:#fff; 
	text-decoration:none;
}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:7px 14px 7px 14px; 
		font-weight:normal; font-style:normal;
	}
.link1:hover {
	color:#000;
}



.address { 
	font-weight:bold;
	font-size:14px;
	color:e07500;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
		}


	.department dt {
		color:#010101;
		font-weight:bold;
	}
	.department dd { 
		clear:both;
	}
		.department dd span { 
			float:left;
			width:76px;
		}
		.department dd a {
			color:#010101;
		}


/*===== content =====*/
#content .section {
	padding-bottom:30px;
	padding-top: 30px;
}
#content .section1 {
	padding-bottom:30px;
	padding-top: 20px;
}

	.slider {
		height:376px;
		border-bottom:4px solid #f0f0f0;
		position:relative;
		margin:-34px 0 35px 0;
	}
	
	
	blockquote {
		font-size:34px;
		line-height:35px;
		color:#bfbfbf;
		font-style:italic;
		background:url(images/quote.gif) no-repeat 100% 8px;
		padding:34px 35px 20px 0;
		font-weight:600;
		letter-spacing:-1px;
	}
		blockquote b {
			color:#111;
		}
	
	
	.banners {
		width:100%;
		overflow:hidden;
	}
		.banners li {
	float:left;
	width:180px;
	margin-right:10px;
	margin-left: 6px;
	margin-top: 5px;
	margin-bottom: 10px;
		}
		.banners li.last {
			margin-right:0;
		}
			.banners li a {
	display:block;
	float:none;
	width:180px;
	height:70px;
	text-decoration:none;
	background-image: url(images/banner-sprite1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #1D2C7A;
			}
			.banners li a:hover {
				background-position:0 -169px;
				color:#ffd6a0;
			}
				.banners li a b {
	display:block;
	font-weight:normal;
	padding-top: 12px;
	padding-right: 19px;
	padding-bottom: 0;
	padding-left: 12px;
				}
				.banners li a strong {
	display:block;
	font-size:24px;
	line-height:1em;
	font-weight:normal;
	font-style:italic;
	padding-bottom:5px;
				}
					.banners li a em {
						font-weight:bold;
						color:#111;
						font-style:normal;
						text-decoration:underline;
					}
			
			.banners li a:hover strong {
	color:#fff;
	font-weight: normal;
			}
				.banners li a:hover em {
					color:#fff;
				}
				
				
	.list1 {
		padding-bottom:5px;
	}
	.list1 dt {
		font-weight:bold;
		font-size:13px;
		padding-bottom:2px;
	}
		.list1 dt a {
			color:#a7cc00;
			text-decoration:none;
		}
		.list1 dt a:hover {
			text-decoration:underline;
		}
	.list1 dd {
		color:#ababab;
		padding-bottom:11px;
	}
	
	
	.list2 li {
		background:url(images/arrow1.gif) no-repeat 0 5px;
		padding:0 0 6px 20px;
	}
		.list2 li a {
			color:#111;
			text-decoration:none;
		}
		.list2 li a:hover {
			color:#9fc200;
			text-decoration:underline;
		}
	
	
/*===== footer =====*/
#footer {
	color:#FFFFFF;
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	background-color: #122273;
}
	#footer a {
		color:#7c7d75;
	}
	#footer .nav {
		padding-bottom:4px;	
	}
	#footer .nav li {
		display:inline;
		color:#bfc0bc;
	}
		#footer .nav li a {
			text-transform:uppercase;
			color:#bfc0bc;
			text-decoration:none;
			padding:0 6px 0 3px;
		}
		#footer .nav li a:hover {
			color:#FFFFFF;
		}
	
	#footer span {
		text-transform:uppercase;
		color:#FFFFFF;
	}


/*----- forms -----*/
#order-form fieldset {
	border:none;
}
	#order-form label {
		display:block;
		height:40px;
		background:url(images/input-bg.gif) no-repeat 0 0;
	}
		#order-form label input {
			width:280px;
			border:none;
			background:none;
			padding:6px 0 2px 15px;
			color:#808080;
		}
		
		#order-form table {
			width:100%;
			margin-bottom:20px;
		}
			#order-form table td {
				border:1px solid #bababa;
			}
				#order-form table thead td {
					text-align:center;
					color:#3b3b3b;
					padding:3px 0;
				}
				#order-form table tbody td {
					padding:0 10px 0 25px;
				}
		
		#order-form .link1 {
			float:right;
			margin-left:21px;
		}


#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:51px;
		background:url(images/input-bg.gif) no-repeat 0 0;
	}
	#contacts-form input {
		width:280px;
		padding:5px 0 3px 15px;
		color:#808080;
		background:none;
		border:none;
	}
	#contacts-form textarea {
		width:280px;
		background:none;
		border:none;
		padding:5px 0 3px 15px;
		color:#808080;
		overflow:auto;
		height:115px;
	}

	#contacts-form .col-1 {
		width:347px !important;
		margin:0 !important;
	}
	#contacts-form .col-2 {
		width:304px !important;
		margin:0 !important;
	}
	#contacts-form .button {
		float:right;
		margin-left:20px;
	}
		.textarea-wrap {
			background:url(images/textarea-bg.gif) no-repeat 0 0;
			height:130px;
			width:304px;
			margin-bottom:20px;
		}
		#contacts-form .link1 {
			float:right;
			margin-left:14px;
		}
.new-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #808080;
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-left: 2px;
}
.banner1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #808080;
	padding: 0px;
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-left: 20px;
	overflow: hidden;
}
.associates {
	color: #ababab;
	text-decoration: none;
	background-image: url(images/banner-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	float: none;
	height: 140px;
	width: 180px;
}

