/* 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: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #ffffff;

}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #242424;
}

/*************************************************** Typography ***************************************************/

h1, h2, h3, h4, h5
{
	color: #242424;
	padding-top: 8px;
	padding-bottom: 6px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;	
}

h2
{
	font-size: 20px;
	font-weight: bold;
}

h3
{
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

h4
{
	font-size: 15px;
}

h5
{
	font-size: 14px;
	font-weight: bold;
}

h6
{
	font-size: 13px;
	font-weight: bold;
}

p
{
	color: #242424;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	padding-top: 10px;
	line-height: 1.6;
}

li
{
	color: #242424;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
}

/*************************************************** Layout Divs ***************************************************/

#main-wrapper
{
	width: 744px;
	margin: 15px auto 0 auto;
	background-color: #fff;
	padding: 3px;
}

#header
{
	width: 684px;
	height: 28px;
	padding:20px 20px 20px 40px;
	background:url(../../ind_images/logo.jpg) #1a2f4a right no-repeat;
}

#header a
{
color:#fff;
text-decoration:none;
font-size:24px;
}

#medheader
{
	width: 684px;
	height: 28px;
	padding:10px 20px 10px 40px;
	background: #1a2f4a;
}

#medheader a
{
color:#fff;
text-decoration:none;
font-size:18px;
}

#navigation
{
	width: 744px;
	height: 30px;
	margin: 2px auto;
	background: url(../../ind_images/nav-bg.gif) repeat-x;
}

#content-wrapper
{
	width: 744px;
	background-color: #e0dfdf;
}

#footer
{
	width: 675px;
	margin: 0 auto;
	margin-top: 0px;
	height: 35px;
	line-height: 35px;
	background: url(../../images/footer-bg.gif) repeat-x;
}

/******************************************************* Header Styles *******************************************************/

#header img.logo
{
	float: left;
}



#content-wrapper ul
{
	padding: 25px 10px 10px 20px;
}

#content-wrapper ul li
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	padding-bottom: 12px;
	padding-left: 16px;
	background: url(../../images/list-bullet.gif) left 5px no-repeat;
	list-style: none;
}

#content-wrapper img.float-left
{
	float: left;
	margin: 0 30px 0 0;
	display: inline;
}

#content-wrapper img.float-right
{
	float: right;
	margin: 0 0 0 30px;
	display: inline;
}

#home #content-wrapper p
{
	padding-right: 30px;
}

#content-wrapper h1.content-title
{
	color: #242424;
	width: 600px;
	padding-bottom: 4px;
	margin-bottom: 16px;
	border-bottom: 1px solid #6d6d6d;
}

#content-wrapper #content
{
	width: 600px;
	margin-left: 37px;
}

#content-wrapper #content .address-details
{
	width: 160px;
	float: left;
}

/************************************************ Feature Box Divs ************************************************/

#feature-box
{
	background-color: #d3d3d3;
	text-align: left;
	padding-left: 41px;
	padding-top: 2px;
	margin: 3px auto 0 auto;
}

#feature-box h1
{
	margin: 0;
	padding: 10px 0 14px 0;
	position: relative;
}

#feature-box .product 
{
	margin: 0 20px 20px 0;
	width: 120px;
	line-height: 1.5em;
	float: left;
}

#feature-box .logo
{
	margin: 0 20px 20px 0;
	width: 320px;
	line-height: 1.5em;
	float: left;
}

#feature-box .product-last 
{
	margin: 0 0px 20px 0;
	width: 120px;
	line-height: 1.5em;
	float: left;
}

#feature-box .product img.product-image 
{
	margin: 0 0 4px 0;
	border: 1px solid #718991;
}

#feature-box .product img.product-logo 
{
	margin: 0 0 4px 0;
	float: inherit
}

#feature-box .product img.view-product 
{
	margin: 6px 0 15px 0;
}

#feature-box .product-last img.product-image 
{
	margin: 0 0 4px 0;
	border: 1px solid #718991;
}

#feature-box .product-last img.view-product 
{
	margin: 6px 0 10px 0;
}


/************************************************ Navigation Styles ************************************************/

#navigation ul
{
	height: 30px;
	line-height: 30px;
	margin: 0;
	display: inline;
	float: left;
	width: 550px;
	padding-left: 28px;
	background: url(../../ind_images/nav-arrow.gif) 20px 12px no-repeat;
}

#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: 12px;
	font-weight: bold;
	text-align: center;	
	margin-right: 1px;
	padding: 0 11px 0 8px;
	background: url(../../ind_images/nav-divide.gif) right 11px no-repeat;
}

#navigation ul li a:hover
{
	color: #b8c9dc;
}

#home #navigation ul li a#home-link, #contact #navigation ul li a#contact-link
{
	color: #b8c9dc;
}

#navigation ul li a.no-divide
{
	background: none;
}

/*************************************************** Contact Form Styles ***************************************************/

div#content-wrapper form
{
}

div#content-wrapper fieldset
{
	padding: 15px 0 20px 0;
}

div#content-wrapper #form-left
{
	float: left;
}

div#content-wrapper #form-right
{
	float: left;
	margin-left: 32px;
	display: inline;
}

div#content-wrapper form label
{
	display: inline;
	float: left;
	width: 65px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 12px;
	color: #1e1f1f;
	padding-top: 3px;
}

div#content-wrapper form input
{
	display: inline;
	float: left;
	width: 196px;
	margin-bottom: 6px;
	font-size: 12px;
	padding: 3px;
	border: 1px solid #b0b0b0;
	color: #1e1f1f;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

div#content-wrapper form br
{
	clear: left;
	font-size: 0;
}

div#content-wrapper form textarea
{
	display: inline;
	float: left;
	width: 220px;
	margin-bottom: 8px;
	height: 72px;
	border: 1px solid #b0b0b0;
	font-size: 12px;
	color: #1e1f1f;
	padding: 3px;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

div#content-wrapper form #submit
{
	width: 100px;
	height: 21px;
	padding: 0;
	text-align: center;
	margin-left: 192px;
	font-weight: bold;
	border: 1px solid #0d0d0d;
	background-color: #1a304b;
	color: #fff;
}

/*************************************************** Footer Styles ***************************************************/

#footer p
{
	text-align: center;
	color: #fff;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
}

#footer p a
{
	color: #fff;
}

