@charset "utf-8";
/* CSS Document */

body {
    background-image: url('gradient.gif');
	background-repeat: repeat-x;
	font-family: source-sans-pro;	
	background: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 300;
	
}

/* Container */
.oneColLiqCtr #container {
	width: 70%;  
	height: auto;
	background: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background: #FFFFFF;
	margin: auto; 
	border: 1px solid #000000;
	text-align: left; 
	-webkit-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
	                       -moz-box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4); 
			               box-shadow: 3px 3px 10px 8px rgba(0, 0, 0, 0.4);
}
.oneColLiqCtr #main_content {
	width: 85%;
	margin: auto;
	height: auto;
	margin-top: 1%;	
	background-color: #FFFFFF;
	font-weight: 400;
	font-style: normal;	
}
#intro1 { 
  	margin: auto;
	margin-top: 0px;	
	margin-bottom: 10%;	
	padding-right: 1%;
	text-justify: distribute;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
    line-height: 1.75%;
	font-weight: 400;
}
/* Navigation */
header  { 	
	background-color: #666666;
	border-bottom: 1px solid #2C9AB7;
 }
nav {
	float: right;	
	text-align: right;
	margin: auto;
	margin-right: 25px;
}
header nav ul {
	list-style: none;
	float: right;	
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right:25px;
	padding-bottom: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}
.hero_header {	
	
	font-size: 16px;	
	font-family: helvetica;
	color: #333333;
	text-align: center;	
	margin: auto;		
	letter-spacing: 2px;	
	padding-bottom: 8px;
	
}
.hero {
	
	width: 400px;
	height: 40px;
	background-color: #B3B3B3;	
	margin: auto;
	position: relative;
	top: 50px;
}

.text_column {
	width: 90%;
	font-weight: normal;
	line-height: 25px;
	text-align: left;  
	margin: auto;	
	padding-left: 1%;
	padding-right: 1%;
	color: #000000;
}
.about {
	background-color: #FFFFFF;	
}
.galleria { 
    width: 650px; 
	height: 500px; 
	background: #000; 
	display: inline-block;
	text-align: center;
	margin:0 auto;		 
	top: 2%; 	 
}
	.p2        { 
	margin: 0;
	font-weight: 300;
	line-height: 17px;
	
}
.p_info { 
	font-weight: 500;
	line-height: 25px;
	margin-left: 4%;  
	color: #ff6600;
}
.copyright {
	font-size: 9px;
	text-align: center;	
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: 2px;	
}
.contactinfo  {  font-size: 14px;
                 font-weight: 700;
}
.design  { 
    font-size: 9px;
}
.design1  { 
    color: #F60;
    text-decoration: none;
}
a {
	text-decoration: none;
}
.footer {  
	width: 100%;
	height: auto;
	display: inline-block;
	text-align: center;   
   	font-size: 14px;
	font-weight: 200;
	color: #FFF;
	background-color: #333;
	padding-top: 1%;
	padding-bottom: 1%; 
	
}



