html {
	height: 100%;	
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 13px;
	color: #ffffff;
	height: 100%;
	background: #3f3f3f url(../images/shadow.gif) center top repeat-y;
}
a {
	font-family: Verdana;
	font-size: 13px;
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
form {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}

div#site {
	min-width: 1000px;
	max-width: 1260px;
	_width: expression(document.body.clientWidth < 1002 ? "1000px" : document.body.clientWidth > 1262 ? "1260px" : "auto");
	margin: 0 auto;
	background: url(../images/main_bg1.jpg) left top no-repeat;
  	min-height: 100%;
  	height: auto !important;
  	height: 100%;
  	position: relative;	
}

/* BOF header */

div#header {
	float: left;
	width: 100%;
	/*padding: 21px 0 40px 0;*/
	padding: 21px 0 37px 0;
}
div#logo {
	float: left;
	margin-left: 11px;
	display: inline;
}
div#back {
	position: absolute;
	top: 4px;
	display: none;
	z-index: 1;
	width: 90px;
	height: 31px;
	background-color: #89B500;
}
div.back_sub_left {
	padding: 0;
	margin: 0;
	float: left;
	height: 31px;
	background-color: #89B500;
}
div#mainMenu {
	position: relative;
	float: right;
	padding: 10px 7px 10px 7px;
	margin: 5px 27px 0 0;
	display: inline;
}
div#mainMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#mainMenu ul li {
	float: left;
	font-size: 0;
	height: 19px;
	/*_border-left: expression((this == this.parentNode.firstChild) ? '0' : '1px solid #ffffff');*/
}
div#mainMenu a {
	position: relative;
	padding: 7px 12px 8px 12px;
	font-size: 15px;
	letter-spacing: 1px;
	text-decoration: none;
	line-height: 18px;
	z-index: 5;
}

/* EOF header */ 

/* BOF common styles */

div#mainBody {
	float: left;
	width: 100%;
	/*padding-bottom: 110px;*/
	padding-bottom: 87px;
}
div#content {
	width: 100%;
	float: left;
	background: url(../images/white_transparency.png) left top repeat;
	
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://fudenewmedia.com/images/white_transparency.png', sizingMethod='scale');
	_background-image: none;
}
div#content2 {
	padding: 0 53px 22px 53px;
	color: #ffffff;
	background: #343436 url(../images/c_border_left.gif) left top repeat-y;
	text-align: justify;
	line-height: 18px;
}
div.content3 {
	padding: 0 25px 22px 25px;
	color: #ffffff;
	background: #343436 url(../images/c_border_left.gif) left top repeat-y;
	text-align: justify;
	line-height: 18px;
}
div#container, div#container2 {
	margin: 11px;
}
div#container2 {
	float: left;
	background: url(../images/content_right_bg.gif) right top repeat-y;
	display: inline;
}
div#content2 ul, div#content3 ul {
	margin: 15px 0 15px 35px;
	padding: 0;
}
div.cbt {
	background: #343436 url(../images/c_border_top.gif) left top repeat-x;
}
div.cbtl {
	width: 19px;
	height: 19px;
	background: #343436 url(../images/c_border_top_left.gif) left top no-repeat;
}
div#contentRight {
	float: right;
	width: 270px;
	margin: 0 0 0 0;
	padding: 18px 30px 18px 30px;
	color: #333333;
	line-height: 18px;
	display: inline;
}
div#contentRight a {
	color: #333333;
}
div#mainBody h1 {
	float: left;
	height: 54px;
	text-indent: -300px;
	margin: 0 0 19px 65px;
	padding: 0;
	overflow: hidden;
	display: inline; 
	behavior: expression('url(http://' + document.domain + '/js/iepngfix.htc)'); 
}
div#mainBody.company_bio h1, div#mainBody.index h1 {
	width: 389px;
	background: url(../images/company_bio.png) left top no-repeat;
}
div#mainBody.how_we_work h1 {
	width: 425px;
	background: url(../images/how_we_work.png) left top no-repeat;
}
div#mainBody.what_we_do h1 {
	width: 375px;
	background: url(../images/what_we_do.png) left top no-repeat;
}
div#mainBody.portfolio h1 {
	width: 267px;
	background: url(../images/portfolio.png) left top no-repeat;
}
div#mainBody.contacts h1 {
	width: 321px;
	background: url(../images/contact_us.png) left top no-repeat;
}
input.inputBox {
	font-family: Verdana;
	font-size: 13px;
	color: #909093;
	width: 230px;
	background-color: #29292b;
	border: 1px solid #979e8a;
}
textarea.inputArea {
	font-family: Verdana;
	font-size: 13px;
	color: #909093;
	width: 230px;
	background-color: #29292b;
	border: 1px solid #979e8a;
	overflow: auto;
}
input.inputBtn {
	font-family: Verdana;
	font-size: 13px;
	color: #909093;
	background-color: #29292b;
	border: 1px solid #979e8a;
}
.message {
	font-size: 11px;
	padding-bottom: 5px;
	color: red;
	text-align: center;
}
.clear {
	clear: both;
}

.required {
	color: red;
}
.white {
	color: #ffffff;
}
.green {
	color: #89b500;	
}
.small {
	font-size: 11px;
	line-height: 12px;
}
.clientName {
	padding-top: 5px;
	text-align: right;
}
p {
	margin: 15px 0 15px 0;
}

/* EOF common styles */

/* BOF portfolio */

div#items_body {
	width: 100%;
	float: left;
	padding: 11px 0 11px 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
ul#items_list {
	width: 2500%;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
li.itemBody {
	width: 800px;
	float: left;
}
div.itemCnt1 {
	float: left;
	width: 100%;
	margin-right: -331px;
}
div.itemCnt2 {
	margin-right: 331px;
}
div.itemPrev {
	float: left;
	width: 45px;
	min-height: 315px;
	margin-left: 11px;
	background-color: #8a0000;
	display: inline;
}
*html div.itemPrev {
	height: 315px;
}
div.itemContent {
	margin: 0 11px 0 67px;
}
div.itemCFloat {
	/*padding: 5px 10px 5px 10px;*/
	min-height: 315px;
}
*html div.itemCFloat {
	height: 315px
}
div.itemDescription {
	float: right;
	width: 308px;
	min-height: 297px;
	margin-right: 11px;
	padding: 9px 0 9px 12px;
	background-color: #89b500;
	/*font-size: 17px;*/
	line-height: 19px;
	color: #333333;
	display: inline;
}
*html div.itemDescription {
	height: 297px;
}
div.itemDescription a {
	color: #333333;
}
div.slide_next, div.slide_prev {
	background-color: #3a393e;
	width: 46px;
	padding: 8px 0 9px 0;
	font-size: 11px;
	color: #ffffff;
	line-height: 11px;
	text-align: center;
	cursor: pointer;
}
div.dText {
	float: left;
	width: 263px;
}
div.slide_next {
	float: right;
	margin: 123px -11px 0 0;
	position: relative;
}
div.slide_prev {
	margin: 132px 0 0 -11px;
	position: relative;
}
div#project1 {
	background: url(../images/img1.jpg) left top no-repeat;
}
div#project2 {
	background: url(../images/img2.jpg) left top no-repeat;
}
div#project3 {
	background: url(../images/img3.jpg) left top no-repeat;
}
div#project4 {
	background: url(../images/img4.jpg) left top no-repeat;
}
div#project5 {
	background: url(../images/img5.jpg) left top no-repeat;
}
div#project6 {
	background: url(../images/img6.jpg) left top no-repeat;
}
div#project7 {
	background: url(../images/img7.jpg) left top no-repeat;
}
div#project8 {
	background: url(../images/img8.jpg) left top no-repeat;
}
div#project9 {
	background: url(../images/img9.jpg) left top no-repeat;
}
/*div#project10 {
	background: url(../images/img10.jpg) left top no-repeat;
}*/
div#project10 div.content3 {
	min-height: 286px;
	padding-bottom: 10px;
}
*html div#project10 div.content3 {
	height: 286px;
}

/* portfolio styles for users without JS */
div.portfolioNoJs ul#items_list {
	width: auto;
	overflow: auto;
}
div.portfolioNoJs li.itemBody {
	width: 100%;
	margin: 0 0 11px 0;
}

/* EOF portfolio */

/* BOF contacts */

div.contactCnt1 {
	float: left;
	width: 100%;
	margin-left: -1px;
	margin-right: -331px;	
}
div.contactCnt2 {
	margin-right: 331px;
}
div#contact_container {
	margin-left: 1px;
	background: url(../images/contact_right_bg.gif) right top repeat-y;
}
div#contactRight {
	float: right;
	width: 321px;
	color: #333333;
}
div.contactCnt2 div.content3 {
	min-height: 295px;
}

*html div.contactCnt2 div.content3 {
	height: 295px;
}
div.contactCnt2 div.content3#with_message {
	min-height: 316px;
}
*html div.contactCnt2 div.content3#with_message {
	height: 316px;
}
div#contactRight div.content3 {
	padding-bottom: 5px;
}
div.contactField {
	padding: 5px 0 10px 0;
	clear: both;
	width: 100%;
}
div.contactField .inputBox, div.contactField .inputArea {
	width: 267px;
}
div.cCode {
	width: 100%;
	float: left;
	margin: 5px 0 10px 0;
	text-align: center;
}
div.cCode .inputBox {
	float: left;
	margin-top: 4px;
	width: 119px;
}
div.cCode img {
	float: left;
	margin-right: 10px;
}

/* EOF contacts */

/* BOF footer */

div#footer {
  	position: absolute;
  	bottom: 0;
	width: 100%;
	background-color: #000000;
}
div#footerLogo {
	float: left;
	/*padding: 28px 0 23px 11px;*/
	padding: 18px 0 11px 11px;
}
div#footerLogo img {
	display: block;
}
ul#footerMenu {
	float: right;
	list-style-type: none;
	/*margin: 30px 5px 0 0;*/
	margin: 21px 5px 0 0;
	padding: 0;
	display: inline;
}
ul#footerMenu li {
	float: left;
	padding: 0 8px 0 8px;
	height: 12px;
	font-size: 0;
	border-left: 1px solid #ffffff;
	_border-left: expression((this == this.parentNode.firstChild) ? '0' : '1px solid #ffffff');
}
ul#footerMenu li:first-child {
	border-left: 0;
}
ul#footerMenu li a {
	font-size: 10px;	
	text-transform: uppercase;
	text-decoration: none;
}
ul#footerMenu a:hover {
	text-decoration: underline;
}	

/* EOF footer */
