﻿/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: "Myriad Pro", Helvetica, Arial;
	vertical-align: baseline;
	border-left:0;
	font-weight:normal;
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	font-size: 100%;
	font-family: "Myriad Pro", Helvetica, Arial;
	vertical-align: baseline;
	font-weight:normal;
}

li {
padding-left:30px;
}

ol, ul {
	list-style: none;
	padding:20px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* clearing technique */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* mac hide \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide */
/*........... do not change or amalgamate the above clearfix styles ......*/

p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin-bottom:.5em
}
a img, img {
	border:none;
	display:block;
}
a {
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	color:#333333
}
h1 {
	font-size:197%
}/* 26px */
h2 {
	font-size:182%
}/* 24px */
h3 {
	font-size:167%
}/* 22px */
h4 {
	font-size:152%
}/* 20px */
h5 {
	font-size:136%
}/* 18px */
h6 {
	font-size:122%;
}/* 16px */
body {
	font-size: 13px;
	text-align:center;/* for ie5.+*/
}
#outer {
	width:800px;
	margin:auto;/* center the page*/
	text-align:left;/* reset text back to left due to ie5.x fix */
}
#header {
	width:800px;
	height:130px;
	padding-top: 10px;
}
#logo {
	width:245px;
}
ul#nav {
	font-size:122%;
	text-align:right;
	padding: 0;
}
ul#nav li {
	display:inline;
	text-transform:uppercase;
	font-family: "Myriad Pro", Helvetica, Arial;
	padding: 5px 5px 10px 10px;
}
ul#nav li a {
	color:#4f4f4f;
}
ul#nav li a:hover {
	color:#ffffff;
	background-color: #eb762e;
}
#main_box {
	height: 430px;
	width: 90%;
	background-color: #e6e6e6;
	margin:auto;
	z-index:1;
}
#banner {
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	background-position: 30px 30px;
	z-index:2;
	width:430px;
	height:293px;
	float:left;
	display: inline;
}
#label {
	background-image:url(images/right_bg.png);
	background-repeat:repeat-y;
	margin: 30px 0 0 30px;
	width:33%;
	height:auto;
	z-index:2;
	float:left;
	text-align:left;
	padding: 0px 0px 0 15px;
}
#label h6 {
	padding: 0 0 0 10px;
}
#textlabel {
	background-image:url(images/textlabel.jpg);
	background-repeat:no-repeat;
	margin: 30px 0 0 30px;
	width:100%;
	height:auto;
	z-index:2;
	float:left;
	text-align:left;
	padding: 40px 0 0 5px;
	display:inline;
}
#main {
	width:90%;
	clear:both;
	margin: auto;
	padding-top: 20px;
}
#maincol {
	width:70%;
	float:left;
	height: auto;
	padding: 10px 0 0 30px;
}
#sidecol {
	width:30%;
	float:right;
	height:150px;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	height:50px;
	width:85%;
	clear:both;
	margin:auto;
	background-position: center top;
	padding: 20px 0 0 5%;
}
.highlight {
	color: #eb762e;
	font-weight: bold;
}
/*ul#servicecol li:hover {
	color:#ffffff; 
	background:none;
    background-color: #eb762e;
}
ul#servicecol li h1:hover {
	color:#ffffff;
} */
ul#servicecol li h1:hover:before {
	content: "\00BB\00A0"
}
ul#servicecol li {
	border: 1px solid #666666;
	margin: 10px;
	padding: 10px;
}
ul#accessoriescol li h1:hover:before {
	content: "\00BB\00A0"
}
ul#accessoriescol li {
	border: 1px solid #666666;
	margin: 10px;
	padding: 10px;
}
.minihighlight {
	font-weight:bold;
	text-align:left;
	font-style:italic;
	font-size:100%;
}
ul#checklist {
	list-style-image:url(images/ok.png);
}
ul#checklist li {
	font-size:122%;
}
p#checklist {
	font-size:122%;
	text-align:justify;
}
li#service1 {
	background:url(images/service1.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
li#service2 {
	background:url(images/service2.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
li#service3 {
	background:url(images/service3.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
li#service4 {
	background:url(images/service4.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
li#service5 {
	background:url(images/service5.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
li#service6 {
	background:url(images/service6.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
li#service7 {
	background:url(images/service7.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
li#accessories1 {
	background:url(images/accessories1.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
li#accessories2 {
	background:url(images/accessories2.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
li#accessories3 {
	background:url(images/accessories3.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
li#accessories4 {
	background:url(images/accessories4.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
li#accessories5 {
	background:url(images/accessories5.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
li#accessories6 {
	background:url(images/accessories6.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
