@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	background-color: #A1D6E4;
	background-image: url(../images/Background.jpg);
	background-repeat: repeat-x;
	line-height: 1.4em;
}
* {
	margin: 0px;
	padding: 0px;
}
img    {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #A4333B;
	font-weight: normal;
	font-size: 1.6em;
	letter-spacing: 0.3em;
}
h1 a:link, h1 a:visited {
	color: #94333B;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color: #666;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #87D2E2;
	letter-spacing: 0.2em;
	font-size: 1.5em;
}
h3 {
	font-weight: bold;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
h4 {
	font-size: 1.5em;
	color: #999;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: .1em;
}
.oneColFixCtrHdr #container {
	width: 870px;
	margin: 0 auto;
	text-align: justify;
	position: relative;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-bottom: 5px;
	height: 40px;
}
.wrapper {
	background-color: #FFF;
	padding: 5px;
}
.liner {
	padding: 10px;
	border: 1px solid #E1E1E1;
	background-color: #FFF;
}
#box {
	width: 850px;
}
#menu {
	margin-top: 10px;
}
#kirkware {
	margin-right: 50px;
	display: block;
	margin:1px 0;
}
#menu div {
	float: left;
	display: block;
	margin:1px 0;
}
.oneColFixCtrHdr #mainContent {
	clear: both;
}
.oneColFixCtrHdr #footer {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
	line-height: 1.8em;
}
.CapsSpacing {
	letter-spacing: 0.1em;
	word-spacing: 2em;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.TopShadow870 {
	background-image: url(../images/Top_Shadow_850.png);
	background-repeat: no-repeat;
	height: 6px;
	width: 870px;
	margin: 0px;
	padding: 0px;
}
.CenterShadow870 {
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/center_Shadow_850.png);
	background-repeat: repeat-y;
}
.BottomShadow870 {
	background-image: url(../images/bottom_Shadow_850.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 870px;
}
#footer a:hover, #footer a:active {
	color: #A4333B;
}
#spacer {
	height: 12px;
}
#leftbox {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
}
#leftColBox {
	display: block;
	width: 301px;
	background-image: url(../images/Event_Home_background.png);
	height: 215px;
	background-repeat: no-repeat;
	float: left;
	margin:1px 0;
}
.ThreeColumns {
	width: 231px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ColRightLine {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E1E1E1;
	width: 1px;
	display: block;
	float: left;
	height: 200px;
	margin:1px 0;
}
.wrapperLeftCol {
	background-color: #FFF;
	padding: 5px;
}
.wrapperRightTwo {
	background-color: #FFF;
	padding: 5px;
}
#RightTwoColBox {
	width: 569px;
	height: 215px;
	background-image: url(../images/home_stubben_background_02.png);
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
.png {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader;
}
a:link,a:visited {
	color: #87D2E2;
}
a:hover,a:active {
	color: #A4333B;
}
#products .inside {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}
.inline {
	float: left;
	display: inline;
}
.product {
	height: 260px;
}
#products {
	float: left;
	width: 590px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#left_sidebar {
	float: left;
	width: 220px;
}
.logoUNIOS {
	padding-top: 25px;
	padding-left: 10px;
}
#RightTwoColBox .inside {
	padding-top: 130px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 325px;
}
#product_image {
	padding-right: 40px;
}
.line {
	display: block;
	height: 2px;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	margin:1px 0;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
#left_sidebar .inside {
	padding: 20px;
}
#productDescription {
	width: 280px;
	float: left;
	padding-top: 20px;
}
#productDescriptionTwo {
	width: 280px;
	float: left;
	margin-top: 30px;
}
#unios_company {
	display: block;
	float: left;
	padding-left: 20px;
}
#stubbenProducts p {
	line-height: 1.5em;
	color: #333;
}
#call {
	width: 850px;
	position: relative;
}
#phonecall {
	font-size: 1.5em;
	font-weight: normal;
	color: #FFF;
	position: absolute;
	width: 300px;
	top: 26px;
	right: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
#call .liner {
	background-image: url(../images/Call.jpg);
}
#call a:link, #call a:visited {
	color: #9FD7E4;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1.2em;
}
#call a:hover, #call a:active {
	color: #666;
}
.productName {
	color: #900;
	font-weight: bold;
}
li .retailers a:link , li .retailers a:visited {
	font-size: 13px;
	font-weight: normal;
	color: #999;
}
#retail {
	padding-left: 20px;
	color: #9AD3E1;
}
#phonecall a:link, #phonecall a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
}
#phonecall a:hover, #phonecall a:active {
	text-decoration: underline overline;
}
.indent {
	padding-left: 30px;
}
