/****************************************************
 *
 *	style.css
 *
 ****************************************************/

body, td, th{
	color: #333;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-color: #895e3c;
}
/*
div{
	border: 1px solid #f90;
}
*/
a{
/* 	color: #c00; */
	color: #562E15;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
/*
b{
	color: #c00;
}
*/
ul{
	margin: 8px 0px 8px 32px;
	padding: 0px;
	/*list-style-position: inside;*/
	list-style-type: disc;
	color: #4A2112;
}
img{
	border: none;
}

/* old heading color was #c00 */

h1{
	font-size: 18pt;
	color: #562E15;
}
h2{
	font-size: 12pt;
	color: #562E15;
}
h3{
	font-size: 10pt;
	color: #562E15;
	margin-bottom: .5em;
}
#container{
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg02.gif);
	background-color: #fff;
}
#header{
	padding: 12px 30px;
	width: 740px;
	position: relative;
}
#mainmenu{
	width: 800px;
	height: 27px;
	background-image: url(/images/greenbar.jpg);
	text-align: right;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 26px;
}
#mainmenu a{
	margin: 34px;
	color: #fff;
}
#mainmenu a:hover{
	color: #562E15;
	text-decoration: underline;
}
#bodydiv{
	width: 800px;
	min-height: 300px;
	position: relative;
	background-image: url(images/bg01.gif);
}
.bodytable{
	width: 800px;
	margin: 0px;
	height: 300px;
}
.bodycell{
	padding: 24px;
	vertical-align: top;
	background-color: #fff;
}
.bodycell table tr td {
    background-color: #fff;
}
#leftmenu{
/* 	background-color: #851619; */
	background-color: #562E15;
	color: #fff;
	vertical-align: top;
	text-align: right;
	width: 146px;
	padding: 24px 16px 0 0;
}
#leftmenu a{
	color: #fff;
	font-weight: bold;
	display: block;
	/*height: 20px;*/
	padding: 4px;
}
#leftmenu a:hover{
/* 	background-color: #339900;
	background-color: #B0B25B; */
	background-color: #df0306;
	text-decoration: none;
}
#footer{
	width: 800px;
	position: relative;
}

.mainContent {
    width: 800px;
    margin: 0 auto;
    min-height: 600px;
    background-color: #fff;
}

/*
.mainHeader {
    width: 800px;
    height: 136px;
    background: url("images/main_header.jpg") no-repeat;
}
*/
.mainHeader {
    width: 772px;
    height: 129px;
	padding: 7px 0px 0px 28px;
	position: relative;
}
/*
.mainNav {
    padding-top: 112px;
    padding-left: 290px;
    float: left;
}
*/
.mainNav{
	text-align: right;
	position: absolute;
	bottom: 7px;
	right: 0px;
	color: #c00;
}
.mainNav a{
	color: #895e3c;
	margin: 34px;
}

#navAbout,
#navClients,
#navServices,
#navIndustries,
#navContact {
    color: #895e3c;
	margin-right: 60px;
}

p {
    color: #4A2112;
}

.leftSide {
    float: left;
    width: 268px;
}

#whatWeDo {
    width: 248px;
    height: 217px;
    padding-top: 24px;
    padding-left: 20px;
    background-color: #e1a925;
}

#whatWeDo h2 {
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

#whatWeDo a {
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    background: url("images/brown_arrow.jpg") no-repeat;
    color: #4a2112;
    padding-left: 20px;
}

#whatWeDo a:hover {
    background: url("images/white_arrow.jpg") no-repeat;
    color: white;
}

.quotes {
    width: 238px;
    height: 199px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 24px;
    background: url("images/lines.jpg");
    color: #4a2112;
}

.theQuote {
    font-style: italic;
    font-size: 15px;
    padding-bottom: 10px;
}

.quoteName {
    font-weight: bold;
}

.quoteCompany {
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 10px;
}

#viewCaseStudiesImg {
    width: 148px;
    height: 25px;
    background-image: url("images/viewCase.png");
    background-repeat: no-repeat;
    cursor: pointer;
    padding-bottom: 20px;
}

.rightSide {
    float: left;
    width: 532px;
}

.rightTop {
    background: url("images/passion.jpg") no-repeat;
    height: 212px;
    width: 532px;
}

#viewApproch {
    width: 165px;
    height: 26px;
    background-image: url("images/viewApproch.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
    margin-left: 348px;
    margin-top: 164px;
}

.rightMid {
    background-color: #b0b25b;
    min-height: 163px;
    width: 512px;
    padding-top: 20px;
    padding-left: 20px;
}

.prResources {
    float: right;
    border-left: 1px solid #fff;
    width: 248px;
    min-height: 145px;
    padding-left: 20px;
}

.prResources h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

.prResources a {
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    background: url("images/green_arrow.jpg") no-repeat;
    color: #4a2112;
    padding-left: 20px;
}

.prResources a:hover {
    background: url("images/green_arrow_over.jpg") no-repeat;
    color: white;
}

.rightNews h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
}

.rightNews a {
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    background: url("images/green_arrow.jpg") no-repeat;
    color: #4a2112;
    padding-left: 20px;
}

.rightNews a:hover {
    background: url("images/green_arrow_over.jpg") no-repeat;
    color: white;
}

#getImg {
    width: 181px;
    height: 35px;
    background-image: url("images/get.jpg");
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 15px;
}

.mainFooter {
    clear: both;
    padding: 30px 50px 10px 10px;
    text-align: right;
    color: #4a2112;
    font-size: 11px;
}

.mainFooter a {
    color: #4a2112;
    font-weight: normal;
}