@charset "utf-8";

/* 	Background color = #130e08
	Border Color = #d0c4b5
	Bar color = #583c1b
	Orange = #ab4914;
	text color = 
*/
/*
* {
    opacity: 0.9999999;
}
*/
html{
	height:100%;
	overflow-y: scroll;
}

body{
	height:100%;
	background-color:#d0c4b5;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.right {
	float:right;
	display:inline;
	overflow:hidden; 
}

.left {
	float:left;
	display:inline;
	overflow:hidden; 
}

.clearBoth{
	clear:both;
}

a {
	text-decoration: none;
	padding:1px 2px;
}

a:link, a:visited {
	color:#ab4914;
	
}

a:hover, a:active {
	color:#d0c4b5;
	background:url(../images/over.gif) repeat scroll 0%;
}

.bb {
	border-bottom: solid 1px #583c1b;
	padding-bottom:10px;
	margin-bottom:10px;
}

/*-------------------------- type styles --------------------*/
h1{
	margin-bottom:5px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:800;
	color:#ab4914;
}
h2{
	margin-bottom:5px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	color:#655541;
}

.sIFR-active h1 { visibility:hidden; }
h3{}
p{
	color:#ead7bf;
	font-size:11px;
	line-height:18px;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
}

/*
#about p:first-letter {

font-family: Georgia, "Times New Roman", Times, serif;
font-size: 200%;
float: left;
margin-right:5px;
padding:5px;
font-style: italic;
border: solid 1px #583c1b;
}
*/

.orange{}
.cream{
	color:#d0c4b5;
}

	
#wrapper {
	
	/*height:100%;*/
	min-height: 100%;
	margin:5px;
	background-image:url(../images/fullBG.jpg);
	background-repeat:repeat;
	background-color:#130e08;
}

/* ------------------ Main content ---------------- */

#mainContent {
	margin:0px auto;
	padding-top:5px;
	width:900px;
	/*
	min-height: 100%;
	margin-bottom: -125px;
	*/
	background-image:url(../images/overlay.png);
	background-repeat:no-repeat;
	background-position: -75px -10px;
}

#header {
	margin-top:20px;
	border-bottom: solid 1px #583c1b;
	/*
	background:url(../images/header1.png) left bottom no-repeat;
	*/
	padding-top:50px;
	text-align:right;
}

#header a{
	margin-left:5px;
	margin-right:5px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

#logo{
width:275;
margin-right:25px;
margin-top:-5px;
position:relative;
top:0px;
left:0px;
z-index:5;
float:left;
display:inline;
overflow:hidden; 
}

#about {
	padding-top:40px;
	padding-bottom: 40px;
	background:url(../images/info_bg.png) top left no-repeat;
	border-bottom: solid 1px #583c1b;
}

#about1,#about2,#about3 {
	width:290px;
	margin-right:10px;
	float:left;
	display:inline;
	overflow:hidden; 
}
#about p{
	margin-bottom:10px;
}

.ss{
	font-size:16px;
}


#projects{
	padding-top:40px;
	padding-bottom: 20px;
	background:url(../images/work_bg.png) top right no-repeat;
}

.projectRow{
	margin-bottom:40px;
	border-bottom: solid 1px #583c1b;
}
#projects .pL{
	float:left;
	width:580px;
	margin-right:20px;
	margin-bottom:40px;
	display:inline;
	overflow:hidden; 
}
#projects .pR{}

#projects h1{
	margin-bottom:10px;
}
#projects p{margin-bottom:10px;}

.flashReplace {
	z-index:1;
}
.flashReplace img{
	border:#d0c4b5 solid 5px;
	margin-bottom:20px;
}

#projects .pSub{
	float:left;
	width:140px;
	margin-right:10px;
	display:inline;
	overflow:hidden; 
}

#projects .pSub li{
	color:#ead7bf;
	font-size:11px;
	margin-bottom:3px;
}

#footer{
	background-color: #d0c4b5;
	padding-top:5px;
}

#footerInner{
	margin:0px 5px 0px 5px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #150f09;
}

#foot1{
	float:left;
	width:260px;
	margin-left:30px;
	margin-right:10px;
	display:inline; 
	overflow:hidden; 
	}
	
#foot2{
	float:left;
	width:290px;
	margin-right:10px;
	display:inline;
	overflow:hidden; 
	}
	
#foot3{
	float:left;
	width:280px;
	display:inline;
	overflow:hidden; 
}

#footer li{
	color:#ead7bf;
	font-size:11px;
	margin-bottom:3px;
}
#footer ul{
	margin-bottom:15px;
}



#bottomBorder {
	height:5px;
	margin-top: -5px;
}


#contact{
	display:none;
	background-color:pink;
}

#contactBtn{
	margin:0px;
	padding:0px;
	background-color:#d0c4b5;
}
#contactBtn:hover{
	background:url(../images/over.gif) repeat scroll 0%;
}

#closePage{
	text-align:right;
	margin-bottom:20px;
}

#contactHeader {
	font-size:18px;
	font-weight:normal;
	color:#d0c4b5;
	margin-bottom:10px;
	z-index:105;
	
}

form label{
	display:block;
	margin:0px 5px;
	padding:0px;
	font-size:11px;
	color:#d0c4b5;
}

form .contact{
	width:580px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/over.gif) repeat scroll 0%;
	color:#ffffff;
	border: solid 1px #d0c4b5;
	padding:3px;
	margin-bottom:10px;
	font-size:11px;
}

form .contactText{
	width:580px;
	height:170px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/over.gif) repeat scroll 0%;
	color:#ffffff;
	border: solid 1px #d0c4b5;
	padding:3px;
	margin-bottom:30px;
	font-size:11px;
}

#formBtns{
	text-align:center;
}

#formBtns input{
	border:none;
	margin-right:10px;
}


.formbtn{
	margin:0px;
	padding:0px;
	background-color:#d0c4b5;
}

.formbtn:hover{
	background:url(../images/over.gif) repeat scroll 0%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> ThickBox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
*/
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

/*
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {
background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#TB_window {
	position: fixed;
	background:#180e08 url(../images/contactBg.gif) top left no-repeat;
	z-index: 102;
	display:none;
	border: 5px solid #d0c4b5;
	border-top: 100px solid #d0c4b5;
	text-align:left;
	top:0px;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	
	background-color:#e8e8e8;
	height:27px;
	display:none;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/*---- sIFR ---*/

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}
/*---- Header styling ---*/
