@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: #333;
	background-image:url(../images/main-bg.jpg);
	background-repeat:repeat-x;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:24px;
	font-weight:bold;
	margin-top:0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:18px;
	font-weight:normal;
}

.service {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}

.nav-links ul {
	list-style:none;
	padding-top:0px;
	margin-left:0px;
	float:right;
	padding-right:30px;
	padding-top:54px;
}

.nav-links li {
	display:inline;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	font-size:12px;
	letter-spacing:0px;
}

.nav-links a:link { COLOR: #8a8a8a; TEXT-DECORATION: none }
.nav-links a:hover { COLOR: #fff; TEXT-DECORATION: none }
.nav-links a:visited { COLOR: #8a8a8a; TEXT-DECORATION: none }
.nav-links a:visited:hover { COLOR: #fff; TEXT-DECORATION: none 
}

.nav-space {
	padding-left:16px;
	padding-right:16px;
	color:#8a8a8a;
	font-size:12px;
}

.sectors {
	font-size:14px;
}

.sector-list {
	margin-left:45px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 950px;	
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	background-image:url(../images/main-bg.jpg);
	background-repeat:repeat-x;
	background-color:#000;
}

.header {
	background-image:url(../images/nav-bg.jpg);
	background-repeat:repeat-x;
	padding-left:10px;
}

.intro {
	margin-top:7px;
	width:950px;
	height:auto;
	background-image:url(/images/content-bg.jpg);
	background-repeat:no-repeat;
	margin-bottom:20px;
	line-height:25px;
}


.intro-text {
	font-size:13px;
	padding-top:0px;
	margin:20px;
	margin-top:0px;
	
}

.shop-window {
	background-image:url(/images/shop-window.jpg);
	width:950px;
	height:339px;
}

.shop-window-txt {
	padding-top:50px;
	padding-left:20px;
	color:#FFF;
	width:300px;
	font-size:14px;
	line-height:25px;
}

.window-header {
	font-size:24px;
}

.sidebar1 {
	float: right;
	width: 226px;
	background-image:url(/images/right-column-bg.jpg);
	background-repeat:no-repeat;
	padding-bottom: 10px;
	padding-right:25px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
}

.sidebar2 {
	float: right;
	width: 226px;
	background-repeat:no-repeat;
	padding-bottom: 10px;
    padding-right:25px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
}

.right-column-text {
	margin-top:20px;
	
}

.right-column-header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.content {
	padding: 10px 0;
	width: 689px;
	float: right;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

.content-text {
	margin-left:170px;
}


.product {
	margin-left:20px;
	float:left;
}

.address {
	float:right;
	padding-right:180px;
}

/* ~~ The footer ~~ */
.footer {
	width:950px;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	margin-top:15px;
	margin-bottom:30px;
	text-align:center;
	font-size:10px;
}

.footer a:link { COLOR: #8a8a8a; TEXT-DECORATION: none }
.footer a:hover { COLOR: #00891C; TEXT-DECORATION: none }
.footer a:visited { COLOR: #8a8a8a; TEXT-DECORATION: none }
.footer a:visited:hover { COLOR: #00891C; TEXT-DECORATION: none 
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->

/* CONTACT FORM */

#contact p, label, legend { font: 1.0em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-weight:bold; }

#contact h1 { margin: 10px 0 10px; font-size: 24px; color: #333333; }
#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 550px; margin: 10px; padding: 5px; border: 0px solid #cbcbcb; background-color: #none; -webkit-border-radius:5px;  }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.0em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.0em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('/images/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('/images/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }

