/* CSS Document */

body {
	margin:0;
	background-image:url(../images/body-bg.gif);
	font-family:Arial, Helvetica, sans-serif;
}

img {
	border:0;
}

form {
	margin:0;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.autogrow {
	overflow:hidden;
	height:auto;
}

.clear {
	clear:both;
}

.gap10 {
	width:10px;
	height:10px;
}

.gap20 {
	width:20px;
	height:20px;
}

.gap30 {
	width:30px;
	height:30px;
}

.gap40 {
	width:40px;
	height:40px;
}

.gap50 {
	width:50px;
	height:50px;
}

.w33per {
	width:32.8%;
}

.width50per {
	width:50%;
	width:expression("49%");
}

.width30per {
	width:30%;
	/*width:expression("29%");*/
}

#wrapper {
	width:970px;
	margin:auto;
}

/* HEADER */
#header {
	width:100%;
}

.header-top {
	height:90px;
	background:transparent url(../images/header-top-bg.gif) 0 0 repeat-x;
}

#header .logo {
	float:left;
	width:25%;
}

#header .search-login {
	float:right;
	width:60%;
	margin:12px 4px auto auto;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}

#header .search {
	float:left;
	width:300px;
	height:64px;
	background:transparent url(../images/search-bg.gif) 0 0 no-repeat;
}

#header .login {
	float:left;
	width:184px;
	height:64px;
	/*background:transparent url(../images/login-bg.gif) 0 0 no-repeat;*/
}
#header .login-rt {
	float:left;
	width:45px;
	padding-top:20px;
	
}
#header .search-wrapper{
	width:280px;
	margin:10px auto auto auto;
}
#header .adv-wrapper{
	width:190px;
	float:left;
	margin:5px 5px auto 15px;
}
#header .adv-wrapper2{
	width:50px;
	float:left;
	margin:0px 5px auto auto;
}
.category {
	width:160px;
	margin-top:2px;
}

.keywords {
	width:160px;
	height:16px;
	margin-top:2px;
}

#header .login-wrapper {
	width:165px;
	margin:10px auto auto auto;
}

.txt-username {
	width:90px;
	height:12px;
	border:1px solid #44302d;
	font-size:9px;
	margin-bottom:2px;
	margin-bottom:expression("1px");
}

.forgot-pass, .forgot-pass a {
	font-size:9px;
	color:#FFFFFF;
	text-decoration:none;
}

.forgot-pass a:hover {
	text-decoration:underline;
}

#menu {
	width:968px;
	height:38px;
	margin:1px auto 0 auto;
	background:transparent url(../images/menu-bg.gif) 0 0 repeat-x;
	border-left:1px solid #8c8989;
	border-right:1px solid #8c8989;
}

#menu a {
	display:block;
	float:right;
	width:150px;
	text-align:center;
	line-height:36px;	
	font-size:13px;
	color:#801d33;
	font-weight:bold;
	text-decoration:none;
}

#menu .separator {
	width:2px;
	height:38px;
	float:right;
	background:transparent url(../images/separator.gif) 0 0 no-repeat;
}

.header-bot {
	height:38px;
	background:transparent url(../images/header-bot-bg.gif) 0 0 repeat-x;
}

/* /HEADER */

/* CONTENTS */
#content {
	width:100%;
	background-color:#FFFFFF;
}

.content-inner {
	padding:15px 15px 30px 0;
}

/* /CONTENTS */

/* FOOTER */
#footer {
	width:100%;
}

.footer-top-bar {
	height:24px;
	background-color:#7b132a;
	
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	line-height:22px;
}

.footer-links {
	height:58px;
	
	text-align:center;
	color:#801d33;
	font-size:11px;
}

.footer-links a {
	color:#801d33;
	text-decoration:none;
}

.footer-links a:hover {
	text-decoration:underline;
}
/* /FOOTER */
.cursor {
cursor:pointer;
}
