@charset "UTF-8";
/* CSS Document */

/* Eric Meyer's CSS Reset */
/* (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
img {
border: 0;
}
html, body, 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, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
ol, ul {list-style: none; margin-bottom: 1em;}
/* tables still need 'cellspacing="0"' in the markup */
table {border: 0; border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/*Global*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}	
a {
	color: #FF7C24;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}	
h1 {
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: "trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 110%;
}
h2 {
	color: #FFFFFF;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(/images/h2.gif);
	font-family: "trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 110%;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	font-family: "trebuchet MS", Verdana, Helvetica, sans-serif;
	margin-top: 30px;
}

/*content*/
#frame {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	position: relative;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
}
#top {
	width:900px;
	height:117px;
	background-image:url(/images/grad.gif);
	background-repeat: repeat-y;
	margin-top: 5px;
}#left {
	background-color: #f6f6f6;
	float: left;
	height: auto;
	width: 230px;
	margin-top: 10px;
	position: relative;
}
#content {
	float: right;
	width: 660px;
	margin-top: 10px;
	position: relative;
	height: auto;
}
#footer {
	clear: left;
	float: left;
	height: 60px;
	width: 900px;
	position: relative;
	margin-top: 20px;
	font-size: 80%;
	padding-top: 20px;
	background-image: url(/images/strip.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
}
#frame #content p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.6em;
}
/*classes*/
.margin1 {
	margin-top: 25px;
}
.margin2 {
	margin-top: 16px;
}
.margin3 {
	margin-top: 5px;
}
.margin4 {
	margin: 10px 10px 20px 10px;
}
.topnav {
	font-size: 90%;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.left {
	float:left;
	width:auto;
	height:auto;
}
.right {
	float:right;
	width:auto;
	text-align: right;
	margin-left:10px;
}	
.text {
	line-height: 1.5em;
	margin-top: 10px;
}
.box {
	border: 1px solid #CCCCCC;
	width: 280px;
	float: left;
	height: 285px;
	margin: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#gmap {
	height: 450px;
	width: 390px;
	border: 1px solid #999999;
	margin-top: 10px;
}
.newsItem {
	margin: 10px;
}
#frame #content .bullets li {
	list-style-image: url(/images/bullet-round.png);
	list-style-type: disc;
	margin-left: 10px;
}
#frame #content .bullets {
	margin: 10px;
}
.product {
	width: 150px;
	float: left;
	margin-right: 50px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: center;
}
.datasheet {
	background-color: #F6F6F6;
	height: 70px;
	width: 100%;
	vertical-align: middle;
	margin-top: 15px;
}
.contentImages {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.ref {
	width: 100%;
	margin-top: 10px;
}
#frame #content ul {
	list-style-type: disc;
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
}
#frame #footer .right p #sklogo {
	padding-bottom: 10px;
}
