/* Resets */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,input,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}
.clear {
	clear: both;
}
.spacer {
	clear: both;
	height:15px;
}
.spacer1 {
	clear: both;
	height:1px;
}
.line {
border-bottom: 1px solid #c6c6c6;
}
:focus {
	outline: 0;
}

/* Lists and Tables */
ol, ul {
	list-style: none;
	list-style-image: url(../images/list-dot.gif);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	font-size: 1em;
	line-height: 1.3em;
	margin:15px 0;
}
.table-head {
	font-size: 0.8em;
	height: 3.0em;
	line-height: 3.0em;
	background: #4CB041;
	color: #FBFBFB;
	text-transform: uppercase;
}
th {
	padding: 0px 15px;
	font-weight:bold;
}
td {
	padding: 10px 10px;
	background-color: #f1f1f1;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* Main styles */
.right {
	float: right;
}
.left {
	float: left;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
body {
	background: #FFF;
	color: #777777;
	font: 66% Georgia, Tahoma, sans-serif, Arial, Helvetica;
	line-height: 1.4em;
}
#wrapper {
	background: #FFF;
	margin: 0 auto;
	position: relative;
	width: 960px;
	overflow: hidden;
}

/* Links Style */
a:link, a:visited {
	color: #1c3d66;
	text-decoration: underline;
}
a:hover {
	color: #3b70ad;
	text-decoration: underline;
}
a:active {
	color: #4b4b4b;
	text-decoration: underline;
}

/* Headings */
h1 {
	border-bottom: 1px solid #c6c6c6;
	color: #4b4b4b;
	font-size: 1.5em;
	font-weight: bold;
	margin: 5px 0 15px 0;
	padding: 5px 0 10px 0;
}
h2 {
	color: #4b4b4b;
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0 15px 0;
	padding: 5px 0 10px 0;
}
h3, h4 {
	border: 1px solid #c6c6c6;
	color: #4b4b4b;
	font-weight: bold;
	font-size: 1em;
	padding: 4px 0 4px 10px;
	margin: 13px 0 13px 0;
}
h4 {
	font-size: 0.8em;
}
/* Header */
#header {
	height: 135px;
	position: relative;
	z-index: 1;
}

	#header p#rapid-info {
		color: #4b4b4b;
		font-style: italic;
		font-size: 1.3em;
		line-height: 1.2em;
		position: absolute;
		right: 0px;
		top: 54px;
		font-weight: bold;
		text-align: right;
	}
	
	/* Navigation */
	ul#navigation {
		bottom: 1px;
		list-style: none;
		position: absolute;
		right: 0px;
		float:right;
	}
		ul#navigation li {
			background: url(../images/tab.gif) 0% 0px;
			display: inline;
			float: left;
			font-size: 1.5em;

			margin: 0 0 0 2px;
			width: 113px;
			position: relative;
		}
		ul#navigation li a {
			color: #ffffff;
			display: block;
			line-height: 37px;
			overflow: hidden;
			text-align: center;
			text-decoration: none;
		}
		#navigation li a:hover {

			background-position: 0 -37px;
		}
		#navigation li:hover {
			background-position: 0 -37px;
		}
			/* Current list item */
			#navigation li.current-item {
				background-position: 0 -74px;
			}
			/* Current list item */
			#navigation li.current-item a {
				background-position: 0 -74px;
				color:white;
			}
		
		/* Dropdown */
		#navigation ul.ddown {
			position: absolute;
			top: 37px;
			left: -3px;
			display: none;
		}
			#navigation ul.ddown li {
				background: #333;
				border: 1px solid #474747;
				border-top: none;
				font-size: 0.8em;
				text-transform: uppercase;
				width: 111px;
			}
			#navigation ul.ddown li:hover {
				background: #3b3b3b;
			}
				#navigation ul.ddown li a {
					line-height: 37px;
					color: #969696;
				}

	/* Logo */
	#header h1#logo, #header h1#logo a { 
		display: block;
		height: 80px;
		width: 179px;
	}
	#header h1#logo { 
		background: url(../images/logo.jpg) no-repeat;
		border: none;
		height: 80px;
		left: 0px;
		margin: 0;
		padding: 0;
		position: absolute;
		text-indent: -999em;
		top: 32px;
	}

#slideshow {
    position:relative;
	width:960px;
    height:274px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
	width:100%;
	height:100%;
    z-index:8;
    opacity:0.0;
    background-color: #FFF;
	filter: alpha(opacity=0);
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
	filter: alpha(opacity=100);
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 274px;
    display: block;
    border: 0;
    margin-bottom: 0px;
}

	
/* Promo */
#promo-box {
	position: relative;
	height:175px;
}

	/* Know more */
	#promo-box h1#know-more { 
		height: 40px;
		left: 259px;
		margin: 0;
		padding: 0;
		position: absolute;
		text-indent: -999em;
		top: 163px;
		border: none;
	}
	#promo-box h1#know-more, #promo-box h1#know-more a { 
		background: url(../images/know-more.gif) no-repeat;
		display: block;
		height: 40px;
		width: 134px;
	}
	#promo-box h1#know-more a:hover { 
		background-position: 0% -40px;
	}
	#promo-box h1#know-more a:active { 
		background-position: 0% -80px;
	}

/* Page */
#page {
	position: relative;
	margin: 0px 0;
	font-size: 1.4em;
	border-left:1px solid #b7b7b7; border-right:1px solid #b7b7b7; border-top:1px solid #b7b7b7; 
	background-color :#f1f1f1; 
	line-height: 1.4em;
	color: #4b4b4b;
	
}
	#page h1.title {
		height: 30px;
		padding: 0;
		margin: 20px 20px 20px 0px;
		width: 251px;
		background: none;
		border: none;
	}
	#page h1.error {
		height: 30px;
		padding: 0;
		margin: 20px 20px 20px 0px;
		background: none;
		border: none;
		color: #ac0000;		
		text-transform: uppercase;
		text-align:center;
	}
	#page .mini-box1 {
		float: left;
		padding: 0px 20px 20px 20px;
		border-right:1px solid #b7b7b7;		
		width: 498px;
		text-align:justify;
	}
		.mini-box1 .desc {
			line-height: 1.3em;
			float: right;
		}
		
	#page .mini-box2 {
		float: left;
		margin: 0px 20px 30px 30px;
		width: 340px;
		text-align:justify;
	}
		.mini-box2 .desc {
			line-height: 1.3em;
			float: right;
		}
	/* Right column */
	#right-col {
		width: 290px;
		float: right;
		color: #4b4b4b;
		padding: 0 10px 10px 10px;
	}
	
		#right-col .guarantees li {
			margin: 2px 0 0 20px;
			padding: 0 0 0 5px;
		}
	/* Full width page (about us, services, contact us) */
	#full-page {
		float: left;
		width: 610px;
		line-height: 1.7em;
		text-align:justify;
		border-right: 1px solid #c6c6c6;
		padding: 0 20px 10px 10px;
	}

		#full-page .page-list li {
			margin: 2px 0 0 60px;
			padding: 0 0 0 5px;
		}
		#full-page p {
			margin-left: 10px;
		}

/* Contact Form -------------------------------- */
form { margin:0; padding:0 }
label { display:block; float:left; width:250px; margin:0 0 10px 0 }
.textbox { display:block; padding:5px; float:left; width:200px; margin:0 0 10px 0; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; }
.textarea { display:block; float:left; width:250px; height:100px; padding:8px; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; margin:0 0 10px 0 }
.button { font-weight:bold; padding:5px 8px; font-family:Georgia, Arial, Helvetica, sans-serif; font-size:14px; text-transform:uppercase; width:590px; display:block; clear:both; margin:10px 0 0 0; left:250px}

/* Search and Testimonials */
#fast-search {
	background: #e2e2e2;
	border: 1px solid #c6c6c6;
	padding: 12px;
	text-align: center;
}
	.input-search {
		border: 1px solid #c6c6c6;
		color: #ababab;
		font-size: 0.7em;
		padding: 8px;
		text-transform: uppercase;
		width: 205px;
	}
	.input-search-go {
		background: #252628;
		border: none;
		color: white;
		font-size: 0.7em;
		padding: 5px;
	}
	/* Testimonial */
	.testimonial {
		color: #8b8b8b;
		font-size: 0.9em;
		line-height: 1.6em;
		text-align: right;
		margin: 20px 0 0 0;
		float: right;
		width: 85%;
	}
	
	.news {
		color: #001bbe;
		font-size: 0.9em;
		font-weight:bold;		
		line-height: 1.6em;
	}
	
	.news-txt {
		font-size: 0.9em;
		line-height: 1.6em;
	}

/* Footer */
#footer1{
	color: #a3a3a3;
	font-size: 1.2em;
	text-align: left;
	padding: 10px 0 10px 0;
}

#footer { border-left:1px solid #325772; border-right:1px solid #325772; color:#FFF; border-top:1px solid #000; background:#142141 }
#footer a { color:#ffffff }
#footer a:hover { color:#FFF }

#footer { position:relative; font-size:14px; width:938px; margin:0 auto; padding:10px }
#footer a { text-decoration:none }
#footer a:hover { color:#c5c5c5 }
#footer span { position:absolute; right:20px; top:10px }
