/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	background-color: #111;
	background-repeat: repeat;
	background-image: url(images/Assets/back.gif);
}

p,ul {
	font-size: 1.4em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none;}

ul {
	margin-left: 2em;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", sans-serif;
}
h1 {
	font-family: sans-serif;
	font-size: 1.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(images/Assets/stripe.gif);
	height: 6px;
}
.left {
	float: left;
}
.right {
	float: none;
	margin-left: 168px;
}


/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 125px;
	overflow: hidden;
	padding-left: 16px;
	position: relative;
	
}

.container .main .right .content #InnerContent {
	padding-top: 35px;
	padding-right: 12%;
	padding-bottom: 30px;
	padding-left: 12%;
}

.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
	
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #111;
	color: #BBB;
}
.container .header #UGSLogo a:hover {


}
.container .header #UGSLogo a {

}


.container .header #UGSLogo {
	height: 120px;
	width: auto;
	float: left;
}
#VDMHeaderAd {
	float: right;
	margin-top: 34px;
	height: 61px;
	width: 460px;
	margin-right: 10%;
	border: 1px none #333333;
}




/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {
	width: 168px;
}

.main .right {
	width: auto;
}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding-top: 11px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}

/* content elements */
.content h1 {
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}

.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}
.container .main .right .storecontent a {
	color: #999;
	text-decoration: underline;
}
.container .main .right .storecontent h1 {
	color: #EEE;
}
.storecontent a {
	color: #999;
}
.storecontent a:hover {
	color: #CCC;
}




/* navigation */
.nav {
	background: #191919 url(images/Assets/nav.gif);
}
.nav a {
	background: #191919 url(images/Assets/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background-color: #333333;
	background-image: url(images/Assets/nav_hover.gif);
	color: #FFFFFF;
}
.container .footer #TrailingEnd {
	color: #CCC;
	text-align: center;
	font-size: 1.2em;
}
.container  .main  .right  .content  #InnerContent  #ClimbingIncline {
	background-color: #000000;
	float: right;
	margin: 10px;
	padding: 5px;
}



.container .footer #TrailingEnd a {
	color: #CCC;
}
.container .footer #TrailingEnd a:hover {
	color: #FFFFFF;
	background-color: #191919;
	}
/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(images/Assets/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	font-size: 8px;
	padding-top: 1%;
	padding-right: 3%;
	padding-bottom: 1%;
	padding-left: 3%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {
	color: #CCC;
}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
.container #AdTop {
	background-color: #2A2A2A;
	height: 90px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	overflow: hidden;
}
.container .main .left .subnav #LeftUGSAd {
	height: 600px;
	width: 160px;
	margin-left: 5px;
}
.container .main .left .subnav #LeftUGSAd2 {
	width: 160px;
	margin-left: 5px;
}

.container .main .right .content #InnerContent #RealContent {

}
.imageborder {
	background-color: #000000;
	padding: 3px;
}
.container .main .left .subnav #LeftUGSAd2 {
	height: 600px;
	width: 160px;
}
.linkunit {
	height: 90px;
	width: 160px;
	padding-left: 5px;
	background-color: 333333;
}
.line {
	background-image: url(images/Assets/bgh1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.line2 {
	background-image: url(images/Assets/bgh1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 60px;
}

.container .main .right .content #InnerContent #RealContent .Senders #RightSender {
	float: right;
	font-size: 1.6em;
	width: 43px;
}

.container .nav #SearchForm {
	float: right;
	padding-top: 1px;
	padding-right: 16px;
	
}
.container .main .right .content #InnerContent #RealContent .Senders #LeftSender {
	font-size: 1.6em;
	margin-left: 0px;
	width: 43px;
	float: left;
}
.container .main .right .content #BreadCrumb {
	height: 12px;
	margin-left: 10px;
	font-size: 14px;
	color: #CCCCCC;
	padding: 5px;
}
.style3 {
	font-size: 2.8em;
	font-weight: bold;
}
.container .main .right .content #InnerContent #RealContent ol {
	margin-left: 40px;
}
.container #AdTop #senseLinkUnit {
	float: right;
	height: 90px;
	width: 160px;
	
}
.container #AdTop #sense728x90 {
	float: left;
	height: 90px;
	width: 728px;
}
.container .main .right .content #InnerContent #IX12060contact {
	height: 31px;
	width: 88px;
	margin-right: auto;
	margin-left: auto;
}
ol {
	font-size: 14px;
	font-family: "Lucida Sans Unicode", sans-serif;
}
.container .main .right .content #InnerContent #RealContent #RealContent2 noscript {
	line-height: normal;
}
