
/* --------------------------------------------/ UNIVERSAL CLASSES \-------------------------------------------- */

/* --------------------------------------------*/




/* --------------------------------------------/ BROWSER INITIALIZATION \-------------------------------------------- */

	* { margin : 0; padding : 0; }
	ol,ul { list-style : none; }
	table { border-collapse : collapse; border-spacing : 0; }
	fieldset,img { border : 0; }
	p { color:#333; font-family: 'Roboto', sans-serif; font-size:16px; margin-bottom:10px; }
	caption,th { text-align : left; }
	h3 { font-family: 'Hammersmith One', sans-serif; color:#006183; font-size:16px; margin-bottom:10px; }
	h1 { font-family: 'Hammersmith One', sans-serif; color:#006183; font-size:22px; margin-bottom:10px; }
	
	
	body { 
	text-align:left; 
	color:#FFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	background-color:#FFF;
	background:url(../images/body-bg.jpg) top center fixed no-repeat;
	}

/* --------------------------------------------*/




/* --------------------------------------------/ BOX MODEL CLASS \-------------------------------------------- */

	.hp-box { position:relative; float:left; width:240px; height:384px; padding:40px; background:url(../images/hp-box-right.png) no-repeat; overflow:hidden; } 

/* --------------------------------------------*/


/* --------------------------------------------/ HEADER \-------------------------------------------- */

	#container_header { position:absolute; width:100%; height:148px; background:url(../images/header-bg.png) top center repeat-x; z-index:999; }
		
		#header { 
		position:relative; 
		width:1000px;
		height:148px;
		margin:auto;
		}

/* --------------------------------------------*/


/* --------------------------------------------/ NAV \-------------------------------------------- */

	
	#nav { 
	position:relative;
	float:right;
	width:500px;
	height:45px;
	margin:auto;
	}
	
		#nav li { position:relative; float:left;  }

		#nav a { display:block; padding:13px; font-size:24px; text-align:center; text-decoration:none; color:#fff; font-family: 'Hammersmith One', sans-serif; text-shadow: 2px 2px 0px rgba(0,0,0,0.2); }

/* --------------------------------------------*/
 
/* --------------------------------------------/ CONTENT \-------------------------------------------- */

#container_content { width:100%; }

	#content { 
		position:relative;  
		width:1000px;
		height:100%;
		margin:auto;
		background:url(../images/hp-bg.jpg) repeat;
		}
		
		#ss-content { 
		position:relative; 
		float:left; 
		width:1000px; 
		height:100%;
		margin:auto;
		margin-top:75px; 
		}
		
		.nivo-controlNav { display:none; } 
		
		#right-content { 
		position:relative; 
		float:left; 
		width:340px; 
		height:100%;
		margin:auto;
		padding:20px;
		}

		#left-content { 
		position:relative; 
		float:left;
		width:580px; 
		height:100%;
		margin:auto;
		padding:20px;
		}
		
		#left-content-full { 
		position:relative; 
		float:left;
		width:80%; 
		height:100%;
		margin:auto;
		padding:20px;
		}
		
		#left-content-full ul { color:#333; margin-bottom:20px; }
		
		#left-contact {
		position:relative;
		float:left;
		height:100%;
		width:510px;
		margin:auto;
		padding:20px;
		}
		
		#right-contact {
		position:relative;
		float:left;
		height:100%;
		width:410px;
		margin:auto;
		padding:20px;
		}

			.min-holder { float:left; width:1px; height:450px;  }
	
			.clear {clear:both; height:1px; overflow:hidden; }

/* --------------------------------------------*/

/* --------------------------------------------/ CONTACT FORM \-------------------------------------------- */

		input, textarea { 
			padding: 8px;
			border: solid 1px #E5E5E5;
			font: normal 12px Verdana, Tahoma, sans-serif;
			width: 200px;
			background: #FFFFFF url('images/form_background.png') left top repeat-x;/*Mimic Background Property in Internet Explorer since IE 6,7,8 does not support CSS3*/
			background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
			background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
			box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*0.1 actually means 10 %*/
			-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
			-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
			}
		
		textarea { 
			width: 400px;
			max-width: 400px;
			height: 150px;
			line-height: 150%;
			}
		
		input:hover, textarea:hover,
		input:focus, textarea:focus { 
		-moz-box-shadow:0 0 8px lightblue;
			-webkit-box-shadow:0 0 8px lightblue;
			box-shadow:0 0 8px lightblue;
		}
		
		.form label { 
			margin-left: 12px; 
			color: #999999; 
			}
		
		.submit input {
			width: auto;
			padding: 10px 14px;
			background: #617798;
			font-size: 14px;
			color: #FFFFFF;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			cursor:pointer;
			}
			
		#form-div { 
		padding:15px;
		}

/* --------------------------------------------*/


/* --------------------------------------------/ FOOTER \-------------------------------------------- */

#container_footer { clear:both; width:100%; height:100%; }
	
	#footer { 
	position:relative; 
	width:1000px;
	height:60px;
	margin:auto;
	background-color:#4EC1EA;
	color:#333; 
	}
	
		#footer ul { position:relative; margin-top:23px; }
		#footer li { position:relative; margin-left:10px; }
		#footer a { text-decoration:none; color:#333; }
		#footer a:hover { color:#FFF; }
	
	#footer-left {
	position:relative;
	float:left;
	width:500px;
	height:60px; 
	}
	
		#footer-left ul { float:left; left:20px; }
		#footer-left li { float:right; }
	
	#footer-right {
	position:relative;
	float:left;
	width:500px;
	height:60px; 
	}

		#footer-right ul { float:right; right:20px; }
		#footer-right li { float:left; }

/* --------------------------------------------*/



