html
{
	overflow: auto;
}
body
{
	color:#000000;
	background:url('/img/bg.jpg') top center;
	font-family:Arial,Verdana,sans-serif;
	font-size:0.8em;
	font-weight:normal;
	border-width: 0px;
	margin: 0px;
	padding-top:0px;
}
img
{
	border:0px;
}
div.container
{
	background:url('/img/mainBg.jpg') top center no-repeat;
	width: 100%;
	text-align: center;
}
div.container2
{
    display: block;
    padding: 0px;
    width: 960px;
	padding: 0px;
    margin: 0px auto;
    position: relative;
    text-align: left;
	padding-bottom:30px;
}
div.footerContainer
{
	background:url('/img/footerBg.jpg') top center;
	position:relative;
	width: 100%;
	height:100px;
	font-size:0.8em;
	padding-top:30px;
	text-align: center;	
	border:0px solid red;
}

div.header
{
	height:190px;
}
div.headerLeft
{
	padding-top:20px;
	padding-left:40px;
}
div.headerRight
{
	position:absolute;
	left: 585px;
	top:15px;
}
div.headerContact
{
	position:absolute;
	top: 61px;
	left:650px;
}

div.header ul
{
	list-style:none;
	font-size:1.1em;
	font-weight:bold;
	padding:10px 0px 0px 0px;
	margin:0px;
}
div.headerRight ul
{
	list-style:none;
	font-size:0.9em;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

div.header ul li
{
	float:left;
	padding-right:30px;
}
div.header a:link,
div.header a:visited,
div.header a:active
{
	color:black;
	text-decoration:none;
}
div.header a:hover
{
	text-decoration:underline;
}

div.cl
{
	clear:both;
}
h2
{
	font-weight:bold;
	padding:0px 0px 5px 0px;
	margin:0px;
}
div.contentLeft
{
	float:left;
	width:230px;
	padding-left:30px;
}
div.contentRight
{
	float:right;
	width:660px;
	padding-right:30px;
}
div.mainBoxTop
{
	position:relative;
	display:block;
	width:660px;
	height:5px;
	background:url('/img/mainBoxTop.png') top left no-repeat;
	overflow:hidden;
}
div.mainBoxHead
{
	position:relative;
	display:block;
	width:660px;
	height:14px;
	background:url('/img/mainBoxHead.png') top left no-repeat;
	overflow:hidden;
}
div.mainBoxMid
{
	position:relative;
	padding:15px 20px 5px 20px;
	width:620px;
	background:url('/img/mainBoxMid.png') top left;
}
div.mainBoxFoot
{
	position:relative;
	width:660px;
	height:5px;
	background:url('/img/mainBoxBot.png') top left no-repeat;
	overflow:hidden;
}
div.leftBoxTop
{
	width:230px;
	height:5px;
	overflow:hidden;
	background: url('/img/leftBoxTop.png') top left no-repeat;
}
div.leftBoxMid
{
	width:190px;
	padding:15px 20px 5px 20px;
	background: url('/img/leftBoxMid.png') top left;
}
div.leftBoxFoot
{
	width:230px;
	height:5px;
	overflow:hidden;
	background: url('/img/leftBoxBot.png') top left no-repeat;
}
div.contentLeft h2
{
	font-size:0.9em;
}
div.contentLeft p
{
	font-size:0.9em;
}

div.contentRight h1
{
	font-size:1.4em;
	padding: 0 0 5px 0;
	margin:0px;
}
div.contentRight h3
{
	font-size:1.3em;
	padding: 0 0 0px 20px;
	margin:0px;
}
div.mainBoxMid h3
{
	font-size:1.1em;
	margin:0px;
	padding:0px;
}
div.column h2,
div.columnR h2
{
	font-size:1.3em;
	padding: 0 0 5px 0px;
	margin:0px;
}
div.column
{
	float:left;
	width:190px;
	margin-right:23px;
	border:0px solid red;
}
div.columnR
{
	float:left;
	width:190px;
	border:0px solid red;
}

div.cls
{
	clear:both;
	height:20px;
}
textarea.callBack
{
	font-family:arial;
	padding:5px;
	border:1px solid #9FA6B0;
	color:#777;
	font-size:0.95em;
	width:400px;
	height:80px;
}
input.callBack
{
	padding:5px;
	border:1px solid #9FA6B0;
	color:#777;
	font-size:0.95em;
	width:170px;
}
div.contentLeft select
{
	padding:5px;
	border:1px solid #9FA6B0;
	color:#777;
	font-size:0.95em;
	width:180px;
}
div.logoBoxes
{
	position:relative;
	width:240px;
	text-align:center;
	float:left;
}
div.logoBoxes p
{
	font-size:0.8em;
	padding:0 0 5px 0;
	margin:0;
}
div.column_left h1,
div.column_right h1
{
	font-size:1.1em;
}
div.column_left p,
div.column_right p
{
	font-size:0.9em;
	padding:0 0 5px 0;
	margin:0px;
}
h2.portfolio
{
	font-size:0.9em;
	padding:0 0 5px 0;
	margin:0px;
}
h2.portfolio a:link,
h2.portfolio a:active,
h2.portfolio a:visited
{
	text-decoration:none;
	color:black;
}
h2.portfolio a:hover
{
	text-decoration:underline;
}
div.column_left
{
	float:left;
	width:50%;
}
div.column_right
{
	float:left;
	width:50%;
}
