/* Global
================================================*/
html,body {
	margin:0;
	padding:0;
	color:#000;
	background: #eee url(/images/bg_body.gif) repeat-x;
}

body {
	padding:0;
	font:76%/150% Arial, Helvetica, sans-serif;
}

/* Main layout
================================================*/
#container {
	margin:0 auto;
	padding: 0;
	width:760px;
	background-color:#fff;
	position:relative;
	overflow: auto;
}

#header {
	background: url(/images/bg_header.jpg) no-repeat;
	height: 284px;
}

#content {
	background:url(/images/bg_content.gif) repeat-y;
	padding: 0 25px 15px;
	overflow: auto;
}

#content #home {
	background: none;
	float: right;
	width: 525px;
}

#footer {
	background:url(/images/bg_footer.gif) bottom no-repeat;
	padding-bottom: 25px;
	font-size: .9em;
	text-align: center;
}

#footerBorder {
	margin: 0 25px;
	border-top: 2px solid #ac1b07;
}

/* Navigation
================================================*/
#navigation {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 105px;
	padding: 0 25px 0 0;
	float: right;
	width: 190px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

#navigation a {
	display: block;
	padding: 4px 0;
	width: 185px;
	text-decoration: none;
	color: #333;
	text-align: right;
	line-height: 1.2em;
}

#navigation a:hover {
	background-image: url(/images/nav-pointer.gif);
	background-color: #fafafa;
	background-repeat: no-repeat;
	background-position: left;
	color: #ad1b07;
	padding-right: 5px;

}

#navigation #active a {
	color: #ad1b07;
	font-weight: bold;
}

#navigation img {
	border: 0;
}

/* Images
================================================*/
img#logo {
	position: absolute;
	top: 5px;
	left: 15px;
	border: 0;
}

#homeImg {
    float: left;
    width: 167px;;
    margin: 0;
    }
	
img#signature {
	float: right;
	margin-right: 80px;
}

img.left {
	float: left;
	border: 1px solid #666;
	padding: 2px;
	margin: 0 8px 8px 0;
}

img.right {
	float: right;
	border: 1px solid #666;
	padding: 2px;
	margin: 0 0 8px 8px;
}

.imagecontainerleft {
    float: left;
    width: auto;
    margin: 15px 8px 8px 0;
    }
	
.imagecontainerright {
    float: right;
    width: auto;
    margin: 15px 0 8px 8px;
    }
	
.imagebox {
	border: 1px solid #666;
	padding: 2px;
}

.captionbox {
    margin-top: -6px;
	font-size: 0.75em;
    text-align: center;
    }

/* Headers
================================================*/
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000;
}

h1 {
	margin: 0;
	font-size: 1.7em;
}

#homehead h1 {
	margin-bottom: 25px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0;
	font-size: 1.3em;
}

#home h2 {
	margin: 0;
}

/* Lists
================================================*/
ul li{
	padding-bottom: 10px;
}

/* Tab Navigation on kit.phtml
================================================*/
#tabnav {
	height: 20px;
	margin: 20px 0 0;
	padding-left: 10px;
	background: url(/images/tab_bottom.gif) repeat-x bottom;
}

#tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
	
#tabnav a:link, #tabnav a:visited {
	float: left;
	background: #f3f3f3;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #666;
}

#tabnav a:link.active, #tabnav a:visited.active {
	border-bottom: 1px solid #fff;
	background: #fff;
	color: #000;
}

#tabnav a:hover {
	background: #fff;
}

/* Contact Form
================================================*/
form#myform { 
	clear: both;
	margin-top: 0;
	width: 100%;
}
        
form#myform div { 
	clear: both; 
	padding: 0.5em 0 0 0; 
}
        
form#myform label { 
	float: left; 
	width: 28%; 
	text-align: right; 
}

form#myform input, form#myform textarea { 
	float: right; 
	width: 70%; 
	text-align: left; 
}
        
form#myform textarea { 
	height: 8em; 
}
        
form#myform #mySubmit {  
	width: 150px; 
	text-align: center; 
}

form#myform fieldset { 
	margin-top: 20px;
	padding: 1em 2em 2em 1em;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
}

/* Misc
================================================*/
p {
	margin-top: 15px;
}

.contacts {
	float: left;
	margin: 0;
	padding:10px 0 10px 0;
	text-align: left;
	width: 33%;
}

