@charset "utf-8";
/**
 * Default Site Format
 *
 */
* { 
	margin:0px; 
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	font-size:14px; 
	height:100%;
	background:#e2e2e2 url(../images/background.jpg) repeat-x;
	
}
img { border:none; }
a {
	text-decoration:none;
	color:#1d6ea3;
}

a:hover {	text-decoration:underline; }

hr {
	color: #D9D9D9; 			/* inner_border_color */
	background-color: #D9D9D9; 	/* inner_border_color */
	height: 1px;
	border: 0px;
	margin: 8px 0px 8px 0px; 
}

th {
	text-align:left;
	text-decoration:underline;	
}

h3 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 14px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 11px;
	display:block;
	text-decoration:none;
	font-weight:normal;
	color:#666666;
	
}
.pageheader {
	font-size:14px;
	font-weight:bold;
}

#main {
	width:921px;
}

#content_body_bg {
	position:absolute;
	bottom:0px;
	left:50%;
	margin-left:-350px;
	width:732px;
	height:200px;
	z-index:0;
	background: url(../images/content_bg_y.jpg) repeat-y;
}
#content_body {
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-350px;
	width:700px;
	background:#FFFFFF;
	padding-left:23px;
	padding-right:23px;	
	height:auto;
	z-index:1;
	background: url(../images/content_bg_y.jpg) repeat-y;
}


#leftmenu {
	float:left;
	text-align:center;
	width:150px;
}

#header {
	background:#CCC;
	color:#000;
	margin-top:7px;
	position:relative;
	z-index:1000;
	height:79px;
	width:686px;
	font-style:normal;
	text-align:center;
	padding-top:3px;
	background: url(../images/header_er.jpg) no-repeat;
	background-image: url(/iq/r/rcky/images/header_er.jpg);
}

#menu {
	position:absolute;
	right:0px;
	bottom:0px;
	padding-left:10px;
	padding-right:0px;
	z-index:200;
}

#content {
	position:relative;
	width:686px;
	padding-top:10px;
	padding-left:0px;
	padding-right:20px;
	padding-bottom: 10px;
	z-index:100px;
}

#brands {
	width:686px;
	height:80px;
}

#footer {
	position:relative;
	left:0px;
	bottom:0px;
	width:684px;
	padding-top:10px;
	margin-bottom:10px;
	text-align:left;
	font-weight:bold;
	font-size:10px;
	z-index:1000;
	/*background: url(../images/content_bg_y.jpg) repeat-y;*/
}

#section {
	display:block;
	padding:5px;
	border-color: #A6A6A6;
	border-width: 1px;
	border-style: dashed;
}

.note_title {
	font-size:10px;
	color:#999999;
}

#header_link {
	text-align:center;
	position:absolute;
	top:22px;
	left:375px;
	z-index:101;
}

.error {
	color:#FF0000;
	font-weight:bold;
}


#ads {
	position:relative;
	width:651px;
	height:auto;
	padding-top:2px;
}
#ad {
	border:1px solid #000;
	float:left;
	width:211px;
	height:90px;
}

.webpart {
	background:#f5f5f5;
	margin-top:3px;
	padding-left:5px;
}

.webpart h4 {
	background:#CCC;
	padding:2px;
	padding-left:5px;
	margin-bottom:5px;
	margin-left:-5px;
}	

#staticpage {
	position:relative;
	width:684px;
	height:auto;
}

