body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

p{
	color:#888;
	font-size:12px;
	line-height:17px;
	text-align:left;
}

h1 {
	font-size:16px;
	color:#000;
	text-align:center;
}

h2 {
	font-size:20px;
	margin-bottom:3px;
	font-weight:100;
	text-align:left;
}

h2 span{
	color:#e3d504;
}

h3{
	font-size:16px;
	margin-bottom:3px;
	color:#888;
	font-weight:100;
	text-align:left;
}

h3 span{
	font-style:italic;
	font-size:13px;
}

a{
	color:#000;
}

#column-right-content h4 a{
	font-size:18px;
	float:left;
	margin-right:10px;
}

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

#super-banner {
	width:100%;
	height:150px;
	background-image:url(/images/bg-gradient.png);
	background-repeat:repeat-x;
}
#banner {
	width:1000px;
	height:149px;
	background-image:url(/images/banner.jpg);
}

#logo {
	width:347px;
	height:150px;
	background-image:url(/images/logo.png);
	float:left;
	margin-left:80px;
}

#super-container{
	width:100%;
	background-color:#fff;
	float:left;
}

#container {
	width:800px;
	background-color:#fff;
}

/*COlUMN LEFT--------------------------------------------------------------*/

#column-left{
	background-image:url(../../images/column-left.png);
	width:254px;
	height:468px;
	float:left;
	margin-right:7px;
	position:relative;
}

#cell-phone {
	width:38px;
	height:70px;
	background-image:url(/images/icon-phone.png);
	background-repeat:none;
	margin:20px 0 0 25px;
	float:left;
}

#cell-phone-content{
	margin-left:55px;
	text-align:left;
	width:175px;
}

#request-info {
	width:50px;
	height:52px;
	background-image:url(/images/icon-envelope.png);
	background-repeat:no-repeat;
	float:left;
	margin-top:170px;
	margin-left:-37px;
}

#request-info-content{
	margin-left:55px;
	text-align:left;
	width:175px;
}

/*COlUMN RIGHT--------------------------------------------------------------*/

#column-right{
	width:539px;
	background-image:url(/images/column-right.png);
	float:left;
	position:relative;
}

#column-right-content{
	margin:15px 25px -15px;
}

#column-right-bottom{
	width:539px;
	height:17px;
	background-image:url(/images/column-right-bottom.png);
	position:relative;
	left:-25px;
	top:12px;
}

#column-right-content a{
	color:#888;
	font-size:12px;
	line-height:17px;
	text-decoration:none;
}

#column-right-content a:hover{
	color:#000;
	text-decoration:underline;
}

#column-right ul{
	margin-left:25px;
	font-size:12px;
	color:#888;
	text-align:left;
	list-style:disc inside;
}

#column-right li{
	margin-bottom:4px;
}

/*PORTFOLIO BOX----------------------------------------------------------------*/

#portfolio-box{
	width:800px;
	height:572px;
	background-image:url(/images/big-box3.png);
	background-repeat:no-repeat;
	float:left;
}

#portfolio-box embed{
	margin-top:-85px;
}

/*HOME GALLERY----------------------------------------------------------------*/

#home-gallery-border{
	border:1px solid #000;
	width:475px;
	height:300px;
}

/*PARTNERS----------------------------------------------------------------*/

.partners{
	float:left;
	width:120px;
	height:100px;
}

/*GOOGLE MAP----------------------------------------------------------------*/

#column-right-content iframe{
	border:1px solid #000;
}

/*Portfolio-------------------------------------------------------------*/

#gallery-view{
	text-align:center;	
}
#gallery-view p{
	margin:0px;
	font-weight:bold;
	font-size:11px;
	padding:4px;
	text-align:right;
	color:white;
	background-color:#333333;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	width:212px;
}
#gallery-view a{
	text-decoration:none;
	display:inline-block;
}

#gallery-view div.image{
	border:2px #000 solid;
	cursor:pointer;
	height:100px;
	width:100px;
	margin:0px 15px 15px 0px;
	background-position: center;
}

#gallery-view div.image:hover{
	border:2px #e3d504 dashed;
}

#gallery-view div.gallery{
	border:2px #000 solid;
	cursor:pointer;
	height:100px;
	width:220px;
	margin:0px 12px 10px 0px; 
	display:inline-block;
}

#gallery-view div.gallery:hover{
	border:2px #e3d504 dashed;
}

/*Links-----------------------------------------------------------------*/
#all-links div{
	margin-bottom:20px;
}

#all-links a h3:hover{
	text-decoration:underline;
}

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

#super-footer {
	background-image:url(/images/footer.jpg);
	background-repeat:repeat-x;
	height:200px;
	margin-top:-145px;
}

#footer{
	width:800px;
	padding-top:155px;
	
}

#footer p{
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:14px;
}

#footer a{
	color:#fff;
}

#footer a:hover{
	color:#e3d504;
}
