
/* Contains custom style and styles that override those in the default bp stylesheets */


/* Overrides */
/* Make Firefox show scrollbar at all times */
html {overflow-y:scroll;}

body{
margin:0;
background: #f4f3ee;
font-family:  Helvetica, Arial, sans-serif;
}

/* Custom Styles */
.container {
width: 950px;
margin:0 auto;
position: relative;

}

.box {
background: #f7f7f7;
border: 1px solid #ccc;
}


/* Section Headers */
.textheader {
height: 40px;
}

/* Outer Container used for shadow background */
.outer_cont {
margin: 0;
padding:0;
border:0;
background: #ffffff url(/images/common/main_bg.jpg) repeat-x;
}

/* Header Section */


#logo{
margin-top:10px;
}

.home_cont{
margin-top:13px;
}

/* Navigation Tabs */
#tabnav
{
    height: 20px;
	margin: 45px 0px 45px 0px;
}

#tabnav li
{
	margin: 0; 
	padding: 0;
 	display: inline;
 	list-style-type: none;
    float: left;
}
	
#tabnav a:link, #tabnav a:visited
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px 5px 15px;
	margin-right: 4px;
	text-decoration: none;
	color: #44536a;
}

#tabnav a:link.active, #tabnav a:visited.active, #tabnav a:link.active.red, #tabnav a:visited.active.red
{
	color: #44536a;
}

#tabnav a:link.red, #tabnav a:visited.red
{
	color:#fff;
}


#tabnav a:hover
{
	color: #006600;
}


/* Not sure the pagecontent class is actually used */
.pagecontent {
	padding-top: 10px;
    width: 678px;
}


.home_cont h1, .left_top h2, .left_top h3, .left_top h4, .left_top p
		{
	color: #252525;
	padding-left: 10px;
	padding-right: 25px;
		}

.home_cont p 
{
font-size:1.1em;
}


.right_box 
	{
width: 100%;
height: 71px;
margin-top:2px;
overflow:hidden;
	}

.right_box img 
	{
border:1px solid #ccc;
	}

.leftsection {
height:390px;
overflow:hidden;
}

.rightsection {
height:390px;
overflow:hidden;
}

.products {
border: 1px solid #c0c0c0;
width: 678px;
}

.products td {
padding: 10px;

}

.products h4 {
    font-weight: bold;
    border-bottom: 1px solid #f7f7f7;
    padding:0;
    margin:0px 0px 10px;
}

.products input[type=text] {
    border: 1px solid #376faa;
    padding: 2px 5px;
    width: 50px;
    margin-left: 10px;
}

.clear {
    clear: both;
}

.image_container {
    clear: left;
    margin-top: 60px;
    width: 678px;
    height: 223px;
    background: url(/images/common/image_container.gif) no-repeat;

}

.image_container img {
    padding:0;
    margin: 6px;
    border: 0;
}

.contact_info {
    width: 175px;
    padding: 20px;
    font-size: 16px;
    color: #252525;
    line-height: 24px;
    border-bottom: 1px solid #efefef;
}

.checklist {
    font-size: 18px;

    list-style: none;
    padding:0;
    margin:0;
    color: #555;
}

.checklist li {
    height: 46px;
    line-height: 46px;
    padding: 10px;
}

.footer {
    border-top: 1px solid #e9e8e4;
    margin-top: 50px;
    text-align: right;
    padding: 10px 20px;
    background: #f4f3ee;
    font-size: 11px;
    color: #44536a;
}

.footer ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer ul li {
    float: left;
    padding: 5px 0px 5px 20px;
}

.footer a {
    text-decoration: none;
    color: #44536a;
}

.msgbox {
    border: 1px solid #ccc;
    background: #ffffdd;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 10px 0px 20px;
}
