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

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




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

	* { margin : 0; padding : 0; }
	ol,ul { list-style : none; }
	table { border-collapse : collapse; border-spacing : 0; }
	fieldset,img { border : 0; }
	caption,th { text-align : left; }
	
	body { 
	text-align:left; 
	color:#FFF; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	background-color:#FFF;
	background-image:url(../images/body-bg.png);
	}
	
	p { color:#333; margin-bottom:20px; }
	h2 { font-size:30px; color:#B50D10; margin-bottom:20px; font-family: 'Fira Sans', sans-serif; }
	h3 { font-size:22px; color:#333; margin-bottom:20px; font-family: 'Fira Sans', sans-serif; }

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




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

	.hp-section-box { position:relative; float:left; width:100%; height:100%; margin-bottom:40px; }
	.hp-section-box-50 { position:relative; float:left; width:48%; height:100%; margin-bottom:40px; margin-right: 10px; }
	.hp-section-box-25 { position:relative; float:left; width:24%; height:100%; margin-bottom:40px; margin-right: 10px; }

	.myButton {
		-moz-box-shadow:inset 0px 39px 0px -24px #e67a73;
		-webkit-box-shadow:inset 0px 39px 0px -24px #e67a73;
		box-shadow:inset 0px 39px 0px -24px #e67a73;
		background-color:#e4685d;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
		border:1px solid #ffffff;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		font-family:Arial;
		font-size:15px;
		padding:6px 15px;
		text-decoration:none;
		text-shadow:0px 1px 0px #b23e35;
	}
	.myButton:hover {
		background-color:#eb675e;
	}
	.myButton:active {
		position:relative;
		top:1px;
	}


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


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

	#container_header { width:100%; height:100%;  background-color:#F0F1F0; }
		
		#header { 
		position:relative; 
		width:1100px;
		height:120px;
		margin:auto;
		}
		
		.small-header { 
		position:relative; 
		width:1100px;
		height:20px;
		margin:auto;
		}
		
	#container_smaller_header { width:100%; height:100%; background-color:#FFF; } 

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


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

#container_nav { width:100%; height:100%; }
	
	#nav { 
	position:absolute;
	width:650px;
	height:45px;
	margin:auto;
	padding-left:450px;
	padding-top:40px; 
	}
	
		#nav li { position:relative; float:right;  }

		#nav a { display:block; padding:13px; text-align:center; text-decoration:none; color:#333; font-family: 'Fira Sans', sans-serif; } 

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

#container_content { width:100%; background-image:url(../images/body-bg.png); }

	#content { 
		position:relative;  
		width:1100px;
		height:100%;
		margin:auto; 
		}
		
		#ss-content { 
		position:relative; 
		float:left; 
		width:100%; 
		height:100%;
		margin:auto;
		margin-top:-20px;
		}
		
		#left-content { 
		position:relative; 
		float:left; 
		width:260px; 
		height:100%;
		margin:auto;
		padding:20px;
		}
		
		#full-content { 
		position:relative; 
		float:left; 
		width:1060px; 
		height:100%;
		margin:auto;
		padding:20px;
		}

		#right-content { 
		position:relative; 
		float:left;
		width:660px; 
		height:100%;
		margin:auto;
		padding: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:1100px;
	height:400px;
	margin:auto;
	background-image:url(../images/footer-bg-bell.png);
	}
	
		#footer ul { position:relative; margin-top:23px; }
		#footer li { position:relative; margin-left:10px; }
		#footer a { text-decoration:none; color:#CCC; }
		#footer a:hover { color:#FFF; }
	
	#footer-left {
	position:relative;
	float:left;
	width:450px;
	height:300px;
	padding:50px; 
	}
	
		#footer-left ul { float:left; left:20px; }
		#footer-left li { float:right; }
	
	#footer-right {
	position:relative;
	float:left;
	width:450px;
	height:300px;
	padding:50px;  
	}

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

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



