body {
	margin:0;
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:85%;
	color:#222;
	background: url(../images/ui/bg_gray2.gif) repeat-x;
}

form {
  margin:0;
  padding:0;
}

a:link {
	color:#d11e26;
}
a:visited {
	color:#B31E26;
}
a:hover {
	color:red;
	text-decoration: none;
}

h1, h2 {
	/*color:#d11e26;*/
	color:#444;
	font-family: Georgia, Times New Roman, Times, Serif;;
}
h1 {
	font-size:1.5em;
	letter-spacing: 2px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:1.2em;
}
h2 {
	font-size:1.0em;
	font-weight:bold;
	margin-top:2em;
	margin-bottom:.8em;
}

p {
	margin:0 0 1.1em 0;
}

#topAnchor {
	position:absolute;
	top:0;
	left:0;
	font-size:0;
}
#outerWrapper {

}
#wrapper {
	width:778px;
	margin: 20px auto;
	position:relative;
	/*left:-28px;*/
}
#header {
	background: url(../images/ui/ruthless_header_large.gif) top right no-repeat;
	height:205px;
}
#header img {
	border:0;
}
#homeLink {
	display:block;
	position:absolute;
	width:620px;
	height:60px;
	margin-top:100px;
	margin-left:95px;
	background: url(../images/ui/trans.gif);
	text-decoration:none !important;
}
#main {
	background: url(../images/ui/bottom_border.gif) bottom right no-repeat;
	min-height: 200px;
	padding-bottom:45px;
	clear:both;
}
#nav {
	width:225px;
	float:left;
	margin-bottom:30px;
	background: url(../images/ui/divider.gif) top right no-repeat;
}
#nav img {
	background:0 !important;
}
#nav .navHeader {
	font-size:.9em;
	font-weight:bold;
	color:#444;
	margin-top:4px;
	padding-left:2px;
}
#nav .navLink, #nav .navSubLink, #nav .navLinkHome {
	display: block;
	margin:4px 2px 2px 1px;
	color:#d11e26;
	font-size:.9em;
	font-weight:bold;
	padding:5px 4px 1px 2px;
	text-decoration: none;
	border:0;
}
#nav .navLinkHome {
  
}
#nav .navSubLink {
	font-size:.8em;
	font-weight:normal;
	margin:1px 2px 0 10px;
	padding-top:0;
}
#nav .navLink:hover, #nav .navSubLink:hover, #nav .navLinkHome:hover {
	text-decoration: underline;
	color:red;
	background:#f7f7f7;
}
#nav .navLink img, #nav .navSubLink img, #nav .navLinkHome img {
	border:0;
}
#content {	
	float:right;
	width:510px;
	margin:0 20px;
}
#footer {
	margin-left:56px;
	margin-top:5px;
	text-align:center;
	font-size:.8em;
	color:gray;
}
#footer a, #footer a:visited {
	color:gray;
	padding:0 15px;
}
br {
	clear:both;
}

/* links */
.linksList {
	margin:1em;
}
.linksList .link {
	display:block;
	margin:8px 5px;
	background: #f7f7f7;
	padding:1px 4px 3px 4px;
}
.linksList .link:hover {
	background: #eeeeee;
}
/* end links */

.toplink { /* spacer between products */ 
	margin:4em 0 1em 0;
	font-size:8pt;
	color:gray;
}
.toplink a {
	color:gray;
}
.toplink a:hover {
	color:red;
}

