/* Ultimate Fit Glove */

/* Basic Formatting */
* {margin:0; padding:0;}
html {height:100%;}
img {border:0;}
body {
	font-size:11px;
	color:#bbb;
	font-family:Arial, Helvetica, sans-serif;
	background:#767676;
	text-align:center; /* For IE 5*/
}
acronym {border:0;}
h1 {position:absolute; left:-9999px;}
h2 {font-family:Tahoma, Arial, Helvetica, sans-serif; color:#FFF; font-weight:bold; font-size:18px;}
h3 {font-family:Tahoma, Arial, Helvetica, sans-serif; color:#FFF; font-weight:bold; font-size:14px;}
h4 {font-family:Tahoma, Arial, Helvetica, sans-serif; color:#FFF; font-weight:bold; font-size:12px;}
h5 {font-family:Tahoma, Arial, Helvetica, sans-serif; color:#FFF; font-weight:normal; font-size:11px;}
h6 {}
a, a:link {
	color:#fff;
	text-decoration:none;
}
a:visited {
	color:#eee;
}
a:active, a:hover {
	text-decoration:underline;
}

/* IDs, Classes */
.clear2 {clear:both; visibility:hidden; height:0px; display:block;}
html>body .clear {clear:both; visibility:hidden; height:0px; display:block;}
*:first-child+html .clear {clear: none;}
.top {margin-bottom:10px;}
#spacerdiv {width:10px;}
.yellow {color:#efba00; font-size:12px; font-weight:normal;}
.pagenum {font-size:12px; font-weight:normal;}
.indent {font-size:11px; padding-left:7px; color:#bbb;}

/* Containers */
#sitecontainer {
	width:800px;
	text-align:left;
	margin:0 auto;
	position:relative;
}
#platform {
	width:800px;
	background:url(../images/bg-repeat.gif) repeat-y top left;
}
#platform_top {
	width:800px;
	background:url(../images/bg-top.jpg) no-repeat top left;
}
#platform_bottom {
	width:800px;
	background:url(../images/bg-bottom.gif) no-repeat bottom left;
}
#content {
	width:740px;
	padding:95px 0 30px 30px;
	display:block;
}

/* Columns */
#home #leftcolumn {
	width:365px;
	margin-right:5px;	
	float:left;
}
#home #leftcolumn p {
	margin-bottom:7px;
	color:#ddd;
	line-height:16px;
}
#products #leftcolumn {
	width:365px;
	float:left;
}
#services #leftcolumn {
	width:740px;
	font-size:12px;	
	float:left;
}
#services #leftcolumn ul {
	margin-left:15px;
}
#about #leftcolumn {
	width:740px;
	font-size:12px;	
	float:left;
}
#about #leftcolumn p {
	margin-bottom:7px;
	line-height:16px;
}
#contact #leftcolumn {
	width:740px;
	font-size:12px;	
	float:left;
}
#home #rightcolumn {
	width:365px;
	margin-left:5px;
	float:left;
}
#products #rightcolumn {
	width:365px;
	float: right;
}
#products #rightcolumn h2 {
	text-align:right;
	font-weight:normal;
}

/* Navigation */
#nav {
	width:275px;
	position:absolute;
	left:470px;
	top:42px;
	font-size:12px;
}
#nav ul {
	list-style:none;
	width:275px;
}
#nav li {
	text-align:center;
	display:block;
	float:left;	
	padding:0 5px;
	height:15px;
}
#nav li a {
	text-decoration:none;
	color:#CCC;
	display:block;
}
#nav li a:hover {
	color:#FFF;
}
#home #sitecontainer #nav li a.home, #products #sitecontainer #nav li a.products, #products_large #sitecontainer #nav li a.products, #services #sitecontainer #nav li a.services, #about #sitecontainer #nav li a.about, #contact #sitecontainer #nav li a.contact {
	border-bottom:2px #efba00 solid;
	color:#FFF;
}

/* Footer */
#clearfooter {clear:both;}
#footer {
	width:800px;
	text-align:center;
	font-size:10px;
	color:#fff;
}

/* Products */
.product_small {
	width:353px;
	background:#000 url(../images/product_sm_bg.gif) repeat-x top left;
	border:1px solid #555;
	margin:5px 0px 5px 0px;
	padding:5px;
	display: block;
	float: left;
}
.product_small img {
	border:1px solid #999;
	float:left;
}
.product_small p {
	color:#bbb;
}
.width132 img {
	width: 132px;
}
.product_small p, .product_small h4, .product_small h5 {
	margin-left: 96px;
}
.width132 p, .width132 h4, .width132 h5 {
	margin-left: 140px;
}
.product_large {
	width:728px;
	padding:5px;
	border:1px solid #555;
	background:#000 url(../images/product_sm_bg.gif) repeat-x top left;
	font-size:12px;
	float:left;
}
.product_large img {
	border:1px solid #999;
	margin-right:5px;
	text-align:left;
	float:left;
	/*display: inline;*/
}
.product_large p {
	margin-bottom:5px;
	line-height:16px;
}