@charset "utf-8";

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#39464A url(images/siteSides.jpg) repeat-y center;
	margin: 0px;
	padding: 0px;
}

.body_home
{
	font:Verdana, Arial, Helvetica, sans-serif 14px;
	background:#39464A;
	margin: 0px;
	padding: 0px;
}

.coverContainer
{
	width:750px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

.companyName_home
{
	margin:0;
	padding:0;
	width:100%;
	height:244px;
	background:url(images/homeCompanyHeader.jpg) no-repeat;
	text-indent:-9999px;
}

.mainMenu_home
{
	margin:0;
	margin-left:12px;
	margin-right:12px;
	padding:0;
	margin-left:auto;
	height:50px;
	width:715px;
}

.mainMenu_home li
{
	float:left;
	list-style:none;
}

.mainMenu_home a
{
	display:block;
	width:141px;
	line-height:50px;
	text-indent:-9999px;
}

.mainMenu_home #btnAboutUs a
{
	width:142px;
	background:url(images/btnAboutUsUpHomePg.jpg) no-repeat;
}

.mainMenu_home #btnAboutUs a:hover
{
	background:url(images/btnAboutUsOverHomePg.jpg) no-repeat;
}

.mainMenu_home #btnServices a
{
	background:url(images/btnServicesUpHomePg.jpg) no-repeat;
}

.mainMenu_home #btnServices a:hover
{
	background:url(images/btnServicesOverHomePg.jpg) no-repeat;
}

.mainMenu_home #btnClients a
{
	background:url(images/btnClientsUpHomePg.jpg) no-repeat;
}

.mainMenu_home #btnClients a:hover
{
	background:url(images/btnClientsOverHomePg.jpg) no-repeat;
}

.mainMenu_home #btnProducts a
{
	background:url(images/btnProductsUpHomePg.jpg) no-repeat;
}

.mainMenu_home #btnProducts a:hover
{
	background:url(images/btnProductsOverHomePg.jpg) no-repeat;
}

.mainMenu_home #btnContact a
{
	width:147px;
	background:url(images/btnContactUpHomePg.jpg) no-repeat;
}

.mainMenu_home #btnContact a:hover
{
	background:url(images/btnContactOverHomePg.jpg) no-repeat;
}


.header
{
	width:100%;
	height:108px;
	background:url(images/companyHeader.jpg) no-repeat;
	padding-top:30px;
}

.companyName
{
	display:none;
}

.mainMenu 
{
	margin:0;
	padding:0;
	margin-left:auto;
	height:48px;
	width:527px;
}

.mainMenu li
{
	float:left;
	list-style:none;
}

.mainMenu a
{
	display:block;
	line-height:48px;
	text-indent:-9999px;
	color:#39464A;
}

.mainMenu #btnAboutUs a
{
	width:108px;
	background:url(images/btnAboutUsUp.jpg) no-repeat;
}

.mainMenu #btnAboutUs a:hover
{
	background:url(images/btnAboutUsOver.jpg) no-repeat;
}

.mainMenu #btnServices a
{
	width:101px;
	background:url(images/btnServicesUp.jpg) no-repeat;
}

.mainMenu #btnServices a:hover
{
	background:url(images/btnServicesOver.jpg) no-repeat;
}

.mainMenu #btnClients a
{
	width:91px;
	background:url(images/btnClientsUp.jpg) no-repeat;
}

.mainMenu #btnClients a:hover
{
	background:url(images/btnClientsOver.jpg) no-repeat;
}

.mainMenu #btnProducts a
{
	width:111px;
	background:url(images/btnProductsUp.jpg) no-repeat;
}

.mainMenu #btnProducts a:hover
{
	background:url(images/btnProductsOver.jpg) no-repeat;
}

.mainMenu #btnContact a
{
	width:116px;
	background:url(images/btnContactUp.jpg) no-repeat;
}

.mainMenu #btnContact a:hover
{
	background:url(images/btnContactOver.jpg) no-repeat;
}

.contentCoverContainer
{
	margin:0;
	padding:0;
}

.subSectionTitle_AboutUs
{
	margin:0;
	padding:0;
	width:100%;
	height:105px;
	background:url(images/sectionTitle_AboutUs.jpg) no-repeat;
	text-indent:-9999px;
}

.subSectionTitle_Services
{
	margin:0;
	padding:0;
	width:100%;
	height:105px;
	background:url(images/sectionTitle_Services.jpg) no-repeat;
	text-indent:-9999px;
}

.subSectionTitle_Products
{
	margin:0;
	padding:0;
	width:100%;
	height:105px;
	background:url(images/sectionTitle_Products.jpg) no-repeat;
	text-indent:-9999px;
}

.subSectionTitle_Clients
{
	margin:0;
	padding:0;
	width:100%;
	height:105px;
	background:url(images/sectionTitle_Clients.jpg) no-repeat;
	text-indent:-9999px;
}

.subSectionTitle_Contact
{
	margin:0;
	padding:0;
	width:100%;
	height:105px;
	background:url(images/sectionTitle_Contact.jpg) no-repeat;
	text-indent:-9999px;
}

.contentContainer #leftSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	border-top:solid 1px #39464A;
	color:#CFB370;
}
.contentContainer #rightSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px; /* padding keeps the content of the div away from the edges */
	border-top:solid 1px #39464A;
}
/* repeat right bar */
.contentContainer #rightSidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px; /* padding keeps the content of the div away from the edges */
	border-top:solid 1px #39464A;
}
.contentContainer #rightSidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px; /* padding keeps the content of the div away from the edges */
	border-top:solid 1px #39464A;
}

.contentContainer #mainContent { 
	margin: 0 150px 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top:solid 1px #39464A;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainContent h3
{
	font-size:12px;
	font-style:italic;
	text-transform:uppercase;
	color:#CFB370;
	background:#252F30;
	margin:10px 0 10px 5px;
	padding:10px;
	border-left:#FFF1C0 solid 5px;
}

#mainContent p
{
	color:#FFF1C0;
	line-height:1.5;
	padding-left:15px;
	text-align:justify;
	margin-left:5px;
	border-left:solid 1px #CFB370;
}

#mainContent a
{
	color:#FFFFFF;
	text-decoration:none;
}

#mainContent a:hover
{
	color:#CFB370;
}

.footer
{
	background:#39464A url(images/siteBottom.jpg) no-repeat bottom center;
	height:50px;
	width:100%
}
