@charset "UTF-8";
/* CSS Document */


body { 

font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#fff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
z-index:1;
padding:0px;


}
body, div, h1, h2, h3, h4, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}


h1 {color:#e36e11; font-size:18px;margin-bottom:0px;}

h2 {color:#333; font-size:16px;margin-bottom:0px;}

#wrapper {
	width: 960px; /* Width of the container minus the left padding below */
	margin: 0 auto; /* Aligns the container to the centre of the page */
	padding: 0px 0 0 0px; /* Add some top and left padding */
	z-index:20;
	

}


#headerbg {

background:url(bgtop.gif);
background-repeat:repeat-x;
background-position:left top;
z-index:10;
height:332px;

}

#header { 
text-align:left;
margin-left:-56px;
width:1011px;
z-index:15;
background:url(header.png);
background-repeat:no-repeat;
height:382px;
margin-top:0px;
}

#header2 { 
text-align:left;
margin-left:-56px;
width:1011px;
z-index:15;
background:url(header2.png);
background-repeat:no-repeat;
height:382px;
margin-top:0px;
}

#nav {
height:auto;
width:auto;
z-index:20;
padding-top:357px;
padding-left:60px;
position:absolute;
}


#mainbody {
width:960px;
height:auto;
padding-left:5px;
margin-top:-1px;
padding-top:0px;
}


.mainbody p {
font-size:12px;
line-height:16px;
color:#333;
}

#bodyleft {
width:600px;
height:400px;
float:left;
padding-top:50px;}

#bodyleft p {
font-size:12px;
line-height:16px;
color:#333;}


#bodyright {
width:300px;
background:url(rightside.png) no-repeat;
height:474px;
float:right;
padding-right:15px;
margin-top:-20px;
padding-top:0px;
}



#bodyright p {
font-size:11px;
line-height:16px;
color:#333;
width:250px;
margin-left:20px

}


#bodyright_about {
width:300px;
background:url(rightside.png) no-repeat;
height:474px;
float:right;
padding-right:15px;
margin-top:-20px;
padding-top:0px;
}



#bodyright_about p {
font-size:10px;
line-height:16px;
color:#333;
width:250px;
margin-left:20px

}


#bodyleft .copy p {
font-size:10px;}

#port {
auto;
height:600px;
float:left;
padding-top:50px;}

#port p {
font-size:12px;
line-height:16px;
color:#333;}



#brheader {margin-left:20px;
margin-top:15px;}

#contactarea { 
margin-top:0px;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


#footer {
width:940px;
height:40px;
margin:0px;
padding:0px;


}

 
#footer p {
font-size:10px;
text-align:left;
}


#viewmore {
padding:5px;
color:#FFFFFF;
background-color:#333;
font-size:12px;
width:100px;}

#contactarea p {
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:left;
color:#fff;
}

a:link {

	color: #cd153e;

	text-decoration: none;

}

a:visited {

	text-decoration: none;

	color: #cd153e;

}

a:hover {

	text-decoration: underline;

	color: #cd153e;

}

a:active {

	text-decoration: none;
	color: #cd153e;

}

#header a:link {

	color: #fff;

	text-decoration: none;

}

#header a:visited {

	text-decoration: none;

	color: #fff;

}

#header a:hover {

	text-decoration: underline;

	color: #7f0934;

}

#header a:active {

	text-decoration: none;

	color: #FFF;

}


img {border:0px;}

img, div { behavior: url(iepngfix.htc) }

#portfolio {
	margin: 0 0 40px 0;
	
}
	
	

#portfolio ul {
		list-style: none; /* Remove the bullet points from the list */
}

#portfolio ul li {
			float: left; /* Float the lists to the left, laying them out side by side */
			padding: 10px; 
			margin: 0 60px 23px 0;
			background: url(img-bg.png); 
			border-radius: 10px; 
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
}

/* A handy 'Clearfix' technique to clear floats in order to avoid affecting page elements further down the document */		
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; } /* Clearfix IE fix */
	
	
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}