@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}

body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	
}


.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

a, a:visited {
color:white;
text-decoration:underline;
}

a:hover {
	color:#d7c500;
}

body.home #nav a.home {color:#d7c500;}
body.about #nav a.about {color:#d7c500;}
body.services #nav a.services {color:#d7c500;}
body.portfolio #nav a.portfolio {color:#d7c500;}
body.contact #nav a.contact {color:#d7c500;}


.yellow {
	color:#d7c500;
}

.divider {width:350px;}

.title {
	font-size:14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.subTitle {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

h1 {
	
}

h2 {
	color:#d7c500;
	font-size:18px;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:8px 0px;
}

h3 {
	color:#d7c500;
	font-size:14px;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	padding:8px 0px 0px 0px;
}

h4 {
	
}

h5 {
	
}




#bgimg {
position:absolute;
z-index:1;
}

#wrapper {
	width:960px;
	position:absolute;
	z-index:2;
}

#sidebar {
	width:290px;
	background:url(../images/logo_ribon.png) top center no-repeat;
	min-height:440px;
}

#nav {
text-align:center;
padding-top:230px;
font-family:  Geneva, Arial, Helvetica, sans-serif;
font-size:14px;
width:260px;
}



#nav  a, #nav  a:visited {
	color:white;
	text-decoration:none;
	padding-bottom:8px;
	display:block;
}

#nav  a:hover, #nav a.active {
color:#d7c500;
}

#lower {
	
}

#main {
width:661px;
background:url(../images/mainBkg.png) top center repeat-y;

}

#main_inner {
	width:683px;
	padding-left:138px;
	position:relative;
	overflow:hidden;
}

#arrows {
	height:40px;
	margin-left:285px;
	padding-top:10px;
}

#arrows img {
	cursor:pointer;
}

.homeImageBkg {
	width:368px;
	height:215px;
	background:url(../images/homePeiceBkg.png) no-repeat;
	padding:15px 0 0 15px;
	margin-bottom:15px;
	margin-top:17px;
}

.ribbon {
	background:url(../images/pullOut.png) no-repeat;
	width:190px;
	height:250px;
	margin-left:27px;
	padding:0px 60px 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	z-index:500;
	position:absolute;
	left:383px;

}

.ribbon .yellow {
	font-size:13px;
	font-weight:bold;
}

.ribbon_inner {
	width:190px;
	padding-top:30px;
}

.ribbon a, .ribbon a:visited {
	color:#d7c500;
	text-decoration:underline;
}

.ribbon a:hover {
	text-decoration:none;
}

.scrollable .items {
	position:absolute;

	/* this time we have very large space for the height */
	height:20000em;
}

#main h2 {
padding-left:143px;
margin-bottom:10px;
}

.bio {
	margin-bottom:25px;
	}

.bioPic {
	background:url(../images/homePeiceBkg.png) no-repeat;
	padding:13px;
}

.bioTxt {
	width:240px;
	color:white;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:20px;
}

p {
padding-top:8px;
}

.service {
	color:white;
	font-size:11px;
	margin-bottom:20px;
	width:370px;
	font-family:Arial, Helvetica, sans-serif;
	}

div.service h3 { text-transform:uppercase;}

#contact {
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-left:5px;
}


#main_inner h2 {
margin-left:-140px;
}


input.field {
	border:0;
	padding:2px;
	margin-bottom:5px;
	width:270px;
	background:#dedddd;
	color:#848484;
}

.send {
margin-left:180px;
margin-top:-15px;
}

label.error {display:none !important;}
input.error {
	border:0 !important;
	padding:2px !important;
	margin-bottom:5px !important;
	width:270px !important;
	background:#dedddd !important;
	color: #F00 !important;
	text-decoration:blink !important;
}

.portSet {
margin-bottom:20px;
}

.portImg {
background:url(../images/homePeiceBkg.png) no-repeat;
padding:13px;
margin-right:80px;
}



.simple_overlay {
position:relative;
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background:url(../images/overlay.png);
	
	width:600px;	
	min-height:200px;
	padding:25px;
	
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.details {
	padding-bottom:10px;
	border-bottom:1px solid #d7c500;
	margin:10px auto;
	width:600px;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}


.details h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#d7c500;
}

.details p {
font-size:12px;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image: url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:75px;
	width:75px;
}



#footer {
	
}

#footer ul {
	
}

#footer ul li {
	
}

#footer ul li a, #footer ul li a:visited {
	
}

#footer ul li a:hover {
	
}


