/* quirks */
@import "/images/css/ie6win.css";
@import "/images/css/queue.css";

/* general */
@import "/images/css/old.css";

body {
	font: 13px/19px Arial, sans-serif;
	background-color:#D0D0D0;
	margin:0; padding:0;
}

table, td {
	font: 13px/19px Arial, sans-serif;
}

a {
	color: #10B;
}

a:visited {
	color: #606;
}

a:hover {
	color: #09E;
}

img {
	border: 0;
}

h1 {
	font-size:36px;
	font-weight:normal;
	line-height:normal;
}

h2 {
	font-size: 19px;
	font-weight: normal;
	line-height: normal;
	padding-bottom: 10px;
	margin-bottom:0;
}

li {
	list-style-type: disc;
}

#wrap {
	width:780px;
	background-color:#FFF;
	margin:0 auto;
}

/* header */

#head {
	white-space: nowrap;
	background-color: #4682B4;
	/*background: url(/images/decor/moonlit_night.png) #003 no-repeat;*/
	height: 130px;
}

.textSm{
    font-size: 10px;
    color: #B22222;
}


#logo {
	z-index:2;
	position:absolute;
	width: 100px;
	height: 40px;
	margin:10px;
	margin-top:0;
	font: 36px Georgia, "Times New Roman", Times, serif;
}

#account {
	position: absolute;
	width: 780px;
	text-align:right;
	color: #ABB;
	margin:0 0 0 -10px;
	padding:5px 0 0 0;
}

#account li {
	display:inline;
	margin:0;
	margin-left:20px;
	padding:0;
}

#account a {
	color: #ABB;
}

#account a:hover {
	color: #FFF;
}

#login_box {
    background-color: #FFFFFF;
    width: 340px;
    margin-bottom: 3px;
}

#nav_demo a {
  color: #D9E7F2;
  text-decoration: none;
}

#nav_demo a:hover {
  color: #FFF;
}

#nav {
	z-index:1;
	position: absolute;
	margin:0; 
	padding:0 0 0 10px;
	margin-top:102px;
	color: #D9E7F2;
	font-weight: bold;
	font-size:13px;
}

#nav li {
	display:block;
	float:left;
	margin-right:2px;
}

#nav a {
	color: #D9E7F2;
	text-decoration: none;
}

#nav a:hover {
	color: #FFF;
}

#nav li.active {
	padding-bottom:8px;
	background: url(/images/decor/grid_white.gif) repeat-x 0 bottom;
}

#search {
/*	position:absolute;
	text-align: right;
	word-spacing:10px;*/
	margin:0; padding:0;
	/*margin-top: 63px;
	margin-left:-10px;*/
}

/* content */

#content {
	float:right;
	width:620px;
	overflow:hidden;
	margin:10px;
}

#content h1:first-child, #content h2:first-child {
	margin-top: 0;
}

/* left menu */

#menu {
	float:left;
	width:130px;
	overflow:hidden;
	margin-top:10px;
	padding:0;
	background-position:129px;
	/*background-color: #FBFBF0;*/
}

#menu ul {
	padding:0;
	margin:0 10px 15px 10px;
}

#menu li {
	list-style-type:none;
	margin-left:5px;
}

#menu h3 {
    color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	margin:0; 
	padding:2px 10px 0px 10px;
}

#menu a {
	color:#FFFFFF;
}

#menu a:hover {
	color: #B22222;
}

/* footer */

#about {
	padding:5px 10px;
	border-top: 30px solid #FFF;
	clear:both;
	text-align:right;
	color: #444;
	background-color:#D0D0D0;
}

#about a {
	color:#444;
}

#about a:hover {
	color:#000;
}

#about ul {
	float:right;
	margin:0; padding:0;
}

#about li {
	display:inline;
	margin-left:20px;
}

/* stuff */

.rent_button {
	line-height: 25px;
	width: 90px;
	height:30px;
	overflow: hidden;
	background: no-repeat;
	text-align:center;
	cursor: pointer;
}
.rent_button a {
	color: #10B;
	text-decoration: none;
	width: 90px;
	height: 30px;
	overflow: hidden;
}

.rent_button a:visited {
	color: #10B;
}

.non_clickable {
	cursor: default;
}

#txtstr{
        float:left;
        width:100%;
        overflow:hidden;
        margin-top:1px;
        background-color: #003F83;
        color: #FFFFFF;
        font-weight: bold;
        text-align: center;
}

#txtstr a{
	color: #DDD;
  text-decoration:none;
}

#txtstr a:hover{
	color: #FFF;
  text-decoration:none;
}

#order_now{
  position:absolute; margin-top:30px; margin-left:230px;
}

#wap_drs{
  position:absolute; margin-top:30px; margin-left:430px;
}
