/**********************************************************************************************

***********************************************************************************************

	1. Global Reset
	
	2. General Elements
	
	3. Layout
		3.1 Header
		3.2 Footer
		
	4. Pages
		4.1 Home
		
	5. Headers & Buttons
		5.1 Headers
		5.2 Buttons
		
***********************************************************************************************/


/* 1. Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
	
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,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;}

	img { 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0; 
		font-weight: inherit; 
		font-style: inherit; 
		font-size: 100%;
		font-family: inherit; 
		vertical-align: baseline;
	}

	ol, ul {
		list-style: none;
	}
	
	table {
		border-collapse: collapse; 
		border-spacing: 0;
	}

	caption, th, td {
		text-align: left; 
		font-weight: normal;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight:normal;
	}

		
/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
	html {
		background:#294f77;
	}
	body {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 12px;
		line-height:14px;
		color: #58595b;
	}

	hr {  
		display: none;
	}
	
	strong {
		font-weight: bold;
	}
		
	em {
		font-style: italic;
	}
	
	address {
		font-style: normal;
	}
	
	input, textarea, select {
		font: 1em Verdana, Arial, sans-serif;
	}
	
	a {
		color:#cb0a0a;
		text-decoration: underline;
	}
	a:hover {
		color: #cb0a0a;
		text-decoration: underline;
	}

	a:visited {}

	a:active {}
	
	p {
		margin:14px 0px 14px 0px;
	}
	
	p.last {
		margin-bottom:0px;
	}
	
	.float_left{
		float:left;
	}
	
	.marginLeft{
		margin-left:10px;
	}
	.marginRight{
		margin-right:10px;
	}
	.margintop{
		margin-top:10px;
	}
	.marginBottom{
		margin-bottom:10px;
	}
	
	h1 {
		color:#4a88c7;
		font-size:24px;
		font-weight:normal;
		line-height:30px;
	}
	
	h2 {
		color:#4a88c7;
		font-size:18px;
		font-weight:normal;
		line-height:24px;
	}

	h3 {
		color:#4a88c7;
		font-size:14px;
		font-weight:bold;
		line-height:20px;
	}
	
	h4 {
		color:#4a88c7;
		font-size:12px;
		font-weight:bold;
		line-height:20px;
	}
	
/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

#container {
	position:relative;
	margin: 0 auto;
	width:1020px;
	text-align: left;
}
#content{
	padding:30px 30px 60px 30px;
	background:#ffffff;
	overflow:hidden;
	font-size: 12px;
}
.clearer {
	clear:both;
}
.column_620{
	float:left;
	margin-left:10px;
	margin-right:10px;
	width:620px;
}
.column_310{
	float:left;
	width:300px;
	margin-left:10px;
	margin-right:10px;
}

/* 3.1 HEADER
------------------------------------------------------------------------------------------------ */

#header_message{
	overflow:hidden;
	display:block;
	height:151px;
	background:url('../images/layout01_04.png') left top repeat-x;
	color:white;
}
#header_message .content{
	font-size:15px;
	line-height:20px;
	width:460px;
	padding:20px 0px 0px 40px;
}
#header_message h1 ,
#header_message h2 ,
#header_message h3 ,
#header_message h4 {
	color:white;
}

	#navigation {
		overflow:hidden;
		display:block;
		width:530px;
		height:73px;
		padding:56px 0 0 100px;
		background:url('../images/layout01_03.png') left top repeat-x;
		
	}
		#navigation li{
			float:left;
			margin-right:10px;
			height:36px;
		}
		#navigation li a{
			display:block;
			margin-top:12px;
			width:0px;
			height:14px;
			text-indent:-9999px;
			background:url(../images/buttons-navigation.png) left top no-repeat;			
		}
			#navigation li a:hover, 
			#navigation li a.selected{
				margin-top:0px;
				height:36px;
			}
			
			#navigation li a.home{
				width:58px;
				background-position:0 0;
			}
				#navigation li a.home:hover, 
				#navigation li a.home.selected{
					background-position:0 -14px;
				}
				
			#navigation li a.about{
				width:59px;
				background-position:-60px 0;
			}
				#navigation li a.about:hover, 
				#navigation li a.about.selected{
					background-position:-60px -14px;
				}
				
			#navigation li a.portfolio{
				width:74px;
				background-position:-121px 0;
			}
				#navigation li a.portfolio:hover, 
				#navigation li a.portfolio.selected{
					background-position:-121px -14px;
				}
				
			#navigation li a.services{
				width:75px;
				background-position:-197px 0;
			}
				#navigation li a.services:hover, 
				#navigation li a.services.selected{
					background-position:-197px -14px;
				}
				
			#navigation li a.receive_quote{
				width:106px;
				background-position:-275px 0;
			}
				#navigation li a.receive_quote:hover, 
				#navigation li a.receive_quote.selected{
					background-position:-275px -14px;
				}
				
			#navigation li a.contact_us{
				width:87px;
				background-position:-382px 0px;
			}
				#navigation li a.contact_us:hover, 
				#navigation li a.contact_us.selected{
					background-position:-382px -14px;
				}
				
			#navigation li a.last{
				margin-right:0px;			
			}
	
#info_box{
	overflow:hidden;
	width:940px;
	height:191px;
	background:url('../images/layout01_12.png') no-repeat top left;
	padding:30px 40px 10px 40px;
}
	#info_box,
	#info_box h1 ,
	#info_box h2 ,
	#info_box h3 , 
	#info_box a{
		color:white;
	}	
	#info_box a{
		text-decoration:underline;
	}
	#info_box .column{
		float:left;
		width:300px;
		margin-left:10px;
		margin-right:10px;
	}
	#info_box .column.first{
		width:280px;
	}

#slideshowPosition{
	position:absolute;
	top:140px;
	left:500px;
}

#loopedSlider .container { 
	width:440px; 
	height:200px; 
	overflow:hidden; 
	position:relative; 
	cursor:pointer; 
}
#loopedSlider .slides { 
	position:absolute; 
	top:0; 
	left:0px;
}
#loopedSlider .slides div { 
	position:absolute; 
	top:0; 
	width:600px; 
	display:none; 
}

#loopedSlider,#newsSlider { 
	margin:0 auto; 
	width:440px; 
	height:241px;
	padding:10px 26px; 
	position:relative; 
	clear:both;
	z-index:900;
}

.slideshow_overlay{
	position:absolute;
	top:0px;
	left:0px;
	z-index:940;
}
ul.pagination { 
	left:390px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:203px;
	z-index:980;
}
ul.pagination li  { 
	float:left; 
}
		#loopedSlider ul.pagination a { 
			display:block; 
			width:13px; 
			padding:12px 2px 2px 2px; 
			height:0; 
			overflow:hidden; 
			background:url(../images/button-slider-inactive.png) top left no-repeat;
			background-position:0 0; 
			background-repeat:no-repeat;
		}
			#loopedSlider ul.pagination li.active a {
				background:url(../images/button-slider-active.png) top left no-repeat;
			}
			
	#loopedSlider .slides div a.new_window{
		text-indent:-9999px;
		display:block;
		position:absolute;
		top:10px;
		width:440px;
		height:192px;
		z-index:910;
	}			
		#loopedSlider ul.pagination li a.new_window{
			position:absolute;
			top:-195px;
			left:-364px;			
			padding:0px;
			margin:0px;
			display:block;			
			width:0px;
			height:0px;	
			background-image:none;
			overflow:hidden;
			z-index:930;
		}
			#loopedSlider ul.pagination li.active a.new_window{
				display:block;
				width:440px;
				height:192px;
				background-image:none;
			}		
	
/* 3.2 FOOTER
------------------------------------------------------------------------------------------------ */

#footer{
	overflow:hidden;
	width:940px;
	height:190px;
	background:url('../images/layout01_14.gif') no-repeat top left;
	padding:15px 40px;
}
	#footer,
	#footer h1 ,
	#footer h2 ,
	#footer h3 , 
	#footer a{
		color:white;
	}	
	#footer a{
		text-decoration:underline;
	}
	#footer .column{
		float:left;
		width:280px;
		margin-left:10px;
		margin-right:30px;
	}
	#footer .column.first{
		width:240px;
	}

#copyright{
	height:100px;
	background:#f9e5ea;
}
	#copyright td{
		color:#d791a1;
		font-size:14px;
		text-align:center;
	}
	#copyright p{
		margin-top:24px;
	}
	

/* 4. Pages
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

/* 4.1 HOME
------------------------------------------------------------------------------------------------ */

#main_col{
	padding:10px;
}

#side_col{
	padding:20px;
}
	#side_col ul{
		margin-left:14px;
		margin-bottom:14px;
		list-style-type:disc;
	}
	
	#side_col a{
		color:#3f9292;
	}

.big_box{
	margin:0px 0px 10px 0px;
	border:1px solid #4fbaba;
}
	.big_box h1{
		display:block;
		margin:0px;
		height:28px;
		padding-left:14px;
		padding-top:14px;
		line-height:16px;
		font-size:14px;
		font-weight:bold;
		color:#299e9e;
		background:#dcf1f1;
	}
	.big_box .content{
		padding:10px 10px 16px 10px;
	}

	
