/* CSS Document */

html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
/*	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #916D66 url(../images/bg.png) top repeat-x;
	/* C8B6B2 786247*/ 
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #fff;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #fff;
	padding-top: 10px;
	padding-bottom: 8px;
	font-weight: normal;
}

h1
{
	padding-top: 10px;
	font-size: 24px;	
}

h2
{
	font-size: 20px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 14px;
}

h6
{
	font-size: 12px;
	font-weight: bold;
}

p
{
	color: #fff;
/*	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.4;
}

#left-column h2
{
	color: #fff;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 770px;
	margin: 0 auto;
}

#header
{
	width: 766px;
	height: 94px;
	margin-left: 4px;
}

#background-div
{
	width: 770px;
}

#navigation
{
	width: 550px;
	height: 34px;
	margin-left: 4px;
	margin-bottom: 30px;
	float: left;
}

#content-wrapper
{
	width: 560px;
	float: left;
}


#content-area
{
	width: 535px;
	margin-left: 4px;
}

#side-bar
{
	width: 188px;
	height:100%;
	float: right;
	color: #fff;
}

#footer
{	
	color: #fff;
	width: 765px;
	margin: 0 auto;
/*	text-align: center; */

}

/************************************************* Background Styles *************************************************/

#services #background-div
{
	background: url(../images/services-bg.jpg) right 75px no-repeat; 
}

/*************************************************** Header Styles ***************************************************/

#header img
{
	float: left;
}

#header #companyid
{
	float: left;
	font-size: 28px;
	color: #3b3022;
	padding-top: 26px;
	padding-right: 10px;
	border:1px solid #000;
	display:block;
}

#header span
{
	float: right;
	font-size: 28px;
	color: #3b3022;
	padding-top: 26px;
	padding-right: 10px;
}

/*************************************************** Main Content Styles ***************************************************/

img.banner
{
	margin-bottom: 15px;
	border: 1px solid #fff;	
}

#content-area ul
{
	padding: 15px 30px 20px 30px;
}

#content-area ul li
{
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 4px;
	padding-left: 28px;
	background: url(../images/list-arrow.png) left no-repeat;
	list-style: none;
}

#content-area a#goto-top
{
	float: right;
	padding: 10px 0;
}

/*************************************************** Side Bar Styles ***************************************************/

#side-bar #side-bar-content
{
	background: #5A241A url(../images/side-bar-top.gif) top no-repeat;
	height: 600px;  /* TR 2011-07-02 */
	padding-top: 68px;
	font-size: 0.5em;
}

#side-bar #side-bar-bot
{
	height: 8px;
	font-size: 0;
	background: url(../images/side-bar-bot.gif) no-repeat;
}

#side-bar .side-bar-item
{
	width: 150px;
	margin: 0 auto;
	background: #5A241A;
	
}

#side-bar .side-bar-item img
{
	border: 1px solid #fff;
	margin-left: 5px;
	margin-bottom: 12px;
}

#side-bar .side-bar-item img.arrow
{
	float: left;
	border: none;
	margin-right: 8px;
}

#side-bar .side-bar-item h4
{
	float: left;
	text-decoration: underline;
	padding: 0 0 7px 0;
	font-size: 2.23em;
}

#side-bar .side-bar-item p
{
	float: left;
	line-height: 1.4;
	padding-left: 30px;
	margin: 0;
	background: #5A241A;
	font-size: 1.80em;
}

/*************************************************** Navigation Styles ***************************************************/

#navigation ul
{
	height: 34px;
	margin: 0;
	display: inline;
	float: left;
	width: 550px;
}

#navigation ul li
{
	display: inline;
	float: left;
}

#navigation ul li a:link ,
#navigation ul li a:visited 
{
	display: inline;
	float: left;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;	
	margin-right: 1px;
}

#navigation ul li a#home-link
{	
	background: url(../images/nav-home.gif) no-repeat;
	width: 92px;
	height: 26px;
	line-height: 26px;
}

#navigation ul li a#home-link:hover
{
	background: url(../images/nav-home-down.gif) no-repeat;
	height: 34px;
	line-height: 42px;
}

#navigation ul li a#home-link2
{
	background: url(../images/nav-home-down.gif) no-repeat;
	height: 34px;
	line-height: 42px;
}

#navigation ul li a#about-link
{	
	background: url(../images/nav-about.gif) no-repeat;
	width: 107px;
	height: 26px;
	line-height: 26px;
}

#navigation ul li a#about-link:hover
{
	background: url(../images/nav-about-down.gif) no-repeat;
	height: 34px;
	line-height: 42px;
}
#navigation ul li a#about-link2
{
	background: url(../images/nav-about-down.gif) no-repeat;
	width: 107px;
	height: 34px;
	line-height: 42px;
}

#navigation ul li a#services-link
{	
	background: url(../images/nav-about.gif) no-repeat;
	width: 107px;
	height: 26px;
	line-height: 26px;
}

#navigation ul li a#services-link:hover
{
	background: url(../images/nav-about-down.gif) no-repeat;
	height: 34px;
	line-height: 42px;
}
#navigation ul li a#services-link2
{
	background: url(../images/nav-about-down.gif) no-repeat;
	width: 107px;
	height: 34px;
	line-height: 42px;
}

#navigation ul li a#products-link
{	
	background: url(../images/nav-about.gif) no-repeat;
	width: 107px;
	height: 26px;
	line-height: 26px;
}

#navigation ul li a#products-link:hover
{
	background: url(../images/nav-about-down.gif) no-repeat;
	height: 34px;
	line-height: 42px;
}
#navigation ul li a#products-link2
{
	background: url(../images/nav-about-down.gif) no-repeat;
	width: 107px;
	height: 34px;
	line-height: 42px;
}

#navigation ul li a#contact-link
{	
	background: url(../images/nav-contact.gif) no-repeat;
	width: 117px;
	height: 26px;
	line-height: 26px;
}

#navigation ul li a#contact-link:hover
{
	background: url(../images/nav-contact-down.gif) no-repeat;
	height: 34px;
	line-height: 42px;
}
#navigation ul li a#contact-link2
{
	background: url(../images/nav-contact-down.gif) no-repeat;
	width: 107px;
	height: 34px;
	line-height: 42px;
}

#home #navigation ul li a#home-link
{	
	background: url(../images/nav-home-down.gif) no-repeat;
	height: 34px;
	line-height: 42px;
}

#services #navigation ul li a#services-link
{	
	background: url(../images/nav-about-down.gif) no-repeat;
	height: 34px;
	line-height: 42px;
}


/* Greyscale
Table Design by Scott Boyle, Two Plus Four
www.twoplusfour.co.uk
----------------------------------------------- */

table {border-collapse: collapse;
/* border: 2px solid #000; */
border: 0px solid #000;
font: normal 90%/140% verdana, arial, helvetica, sans-serif;
color: #fff;
font-size: 13px;
/* background: #fff; */
}

td, th {
/* border: 1px dotted #bbb; */
border: 0px;
padding: .5em;
}

caption {padding: 0 0 .5em 0;
text-align: left;
font-size: 1.7em;
font-weight: bold;
text-transform: uppercase;
color: #333;
background: transparent;}

/* =links
----------------------------------------------- */

table a {
padding: 1px;
text-decoration: none;
font-weight: bold;
background: transparent;
color: #5A241A;
}

table a:link {
// border-bottom: 1px dashed #ddd;
color: #5A241A;}

table a:visited {
//border-bottom: 1px dashed #ccc;
text-decoration: line-through;
color: #5A241A;}

table a:hover {
//border-bottom: 1px dashed #bbb;
color: #666;}

table img
{
	border: 2px solid #fff;
/*	margin-bottom: 12px; */
}


/* =head =foot
----------------------------------------------- */

thead th, tfoot th {
// border: 2px solid #000;
text-align: left;
font-size: 1.5em;
font-weight: bold;
color: #333;
background: transparent;
}

tfoot td {border: 2px solid #000;}

/* =body
----------------------------------------------- */

tbody th, tbody td {vertical-align: top;
text-align: left;}

tbody th {white-space: nowrap;}

/* .odd {background: #fcfcfc;} */

/* tbody tr:hover {background: #fafafa;} */
