@charset "utf-8";
/* CSS Document */

@import url('rollovers.css');

* {
	margin: 0px;
	border: 0px none;
}
a:link , a:visited{
	text-decoration: none;
	color: #333;
}
a:hover, a:active {
	text-decoration: none;
	color: #666;
}



body {
	background-color: #ebeff0;
	background-repeat: repeat-x;
	background-image: url(../images/backgrounds/body-bg-gradient.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	overflow: visible;
}

.textright { text-align: right; }
hr {
	color: #666;
	margin-top: 10px;
}




#header {
	height: 351px;
	position: relative;
	width: 886px;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

#rts-logo {
	position: absolute;
	z-index: 101;
	left: 24px;
	top: 21px;
}

#flash-box {
	position: absolute;
	z-index: 99;
	bottom: 0px;
}

#wrapper {
	display: block;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100%;
}

#wrapper h1 {
	position: absolute;
	color: #1f293b;
	font-size: 14px;
	font-variant: small-caps;
	top: 100%;
	margin-top: -170px;
	z-index: 1;
	left: 600px;
	width: 200px;
}

.rotor-bg {
	position: absolute;
	top: 0px;
	z-index: -1;
	width: 100%;
	height: 505px;
	background-image: url(../images/backgrounds/body-bg-rotor.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	height: auto !important;
	height: 100%;
	margin: 0 auto -219px;
}

#content-cap {
	background-image: url(../images/text-block-cap.png);
	height: 34px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
}

#content-block {
	background-image: url(../images/text-block-bg.png);
	background-position: center bottom;
	padding-right: 12px;
	padding-left: 40px;
	min-height: 325px;
	background-repeat: no-repeat;
}

#content-block h2 {
	font-size: 19px;
	color: #1f293b;
	font-family: Arial, Helvetica, sans-serif;
}
#content-block h3 {
	font-size: 19px;
	color: #cc6600;
	margin-top: 20px;
}
#content-block p {
	margin-top: 10px;
}
#content-block table td {
	border-bottom: solid 1px #eee;
	padding: 3px;

}
#content-block table .no-border  {
	border: none 0px;

}

#content-block table td a  {
	text-align: right;
	display: block;
}
#content-block .float   {
	float: right;
}

#content-block #h3-p {
	margin-top: 0px;
}
#content-block .content-list {
	list-style-image: url(../images/list-arrow.png);
	list-style-type: none;
	list-style-position: outside;
	padding-left: 25px;
	padding-bottom: 1px;
}

#content-block #right-nav {
	float: right;
	text-align: right;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}
#content-block #right-nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#content-block #right-nav ul li {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	list-style-type: none;
}
#content-block #right-nav ul li a:link, #content-block #right-nav ul li a:visited {
	color: #C60;
	display: block;
	width: 200px;
	padding-top: 10px;
	background-image: url(../images/right-menu-shadowing.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 30px;
	padding-right: 10px;
	text-decoration: none;
}
#content-block #right-nav ul li a:hover, #content-block #right-nav ul li a:active {
	color: #C70;
	background-image: url(../images/right-menu-shadowing2.png);
	background-repeat: no-repeat;
	background-position: right top;
}



#content-block #highlight {
	background-image: url(../images/index-content-highlight-bg.png);
	background-repeat: no-repeat;
	float: right;
	height: 132px;
	width: 358px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#content-block #highlight p {
	color: #cc6600;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
#content-block #highlight ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#content-block #highlight ul li {
	color: #ccc;
	list-style-position: outside;
	list-style-image: url(../images/list-arrow.png);
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
	margin-left: 16px;
}
#content a img{
	display: block;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
	padding-bottom: 14px;
	padding-left: 10px;
	background-image: url(../images/gallery-shadowing.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 4px;
	padding-right: 4px;
}




#content-shoe, #push {
	height: 219px;
}

#content-shoe {
	background-image: url(../images/text-block-shoe.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#footer {
	display: block;
	width: 876px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
#footer a:hover, #footer a:active {
	color:#C60;
}

#footer #footer-info {
	float: right;
}

#footer #footer-copy {
	font-size: 10px;
	margin-top: 3px;
	color: #999;
}

#footer #footer-copy a:link, #footer #footer-copy a:visited {
	padding: 0px;
	font-weight: normal;
	color:#999;
	text-decoration: none;
}

#footer #footer-copy a:hover, #footer #footer-copy a:active {
	color: #777;
	text-decoration: none;
}

#content-block #highlight ul li a { color: #C60; }
