* {
	font-size:11px;
	font-family:Arial;
	margin:0px;
	padding:0px;
}
html {
	height:100%;
	min-height:100%;
}
body {
	background-color:#5170A7;
	background-image:url(content_bg2.jpg);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position:left 95%;
	height:100%;
	min-height:100%;
}
#head {
	height:108px;
	background-color:white;
}
#header, #wrapper,#menuWrapper,#footerWrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#header {
	background-image:url(headers/4.png);
	background-repeat:no-repeat;
	background-position:190px center;
	background-color:white;
}
#contacts {
	float:right;
	font-size:9px;
	color:#46739C;
	margin-top:4px;
	/*border:1px solid #46739C;*/
	/*background-color:white;*/
	padding:7px;
}
#addr, #email, #tel, #skype, #fax {
	display:block;
	margin-bottom:3px;
}
#skype a, #skype img {
	border:0px;
	text-decoration:none;
	color:#46739C;
}
#addr {

}
#email {
 	background-image: url(icon_mail.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:18px;
}
#tel {
	background-image: url(icon_phone.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:18px;
}
#fax {
	background-image: url(icon_fax.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:18px;
}
#menu {
	clear:both;
	display:block;
	text-align:center;
	border-top:1px solid #EBF1F7;
	border-bottom:0px solid #EBF1F7;
	height:30px;
	background-color:white;
}
#menuWrapper {
	padding-left:100px;
	overflow:hidden;
}
#menu a {
	display:block;
	float:left;
	padding:10px;
	margin-right:5px;
	margin-left:5px;
	font-size:12px;
/* fix for ie:
	padding-bottom:5px;
	*/
	font-weight:bold;
	text-decoration:none;
	color:#36648F;
	height:21px;
	width:60px;
}
#menu a * {
	display:block;
}
#menu a b { /*opera fix*/
	visibility:hidden;
}
#menu a:hover b,#menu a.active b { /*opera fix*/
	visibility:visible;
}
#menu a:hover,#menu a.active {
		background-color:#46739C;
		background-image:url(menu_bg.png);
		background-repeat:repeat-x;
		color:white;
		text-decoration:none;
}
#logo {
	background-image:url(logo.png);
	width:172px;
	height:108px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-left:10px;
}
#main {
	padding-bottom:15px;
	padding-top:8px;
	padding-bottom:70px;
}
#left {
	float:left;
	clear:none;
	display:block;
}

/* Sidebar start */
#main .sidebar {
	background-image:url(sidebar_bg.gif);
	width:172px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:30px;
}
#main .sidebar a {
	background-image:url(sidebar_arrow.png);
	background-repeat:no-repeat;
	padding-left:12px;
	margin-left:10px;
	text-decoration:none;
	color:#305E8A;
}
#main .sidebar a.active {
	font-weight: bold;
	color:#507EAA;
}
#main .sidebar a:hover {
	text-decoration:underline;
}
#main .sidebar p {
	margin-left:10px;
	margin-right:10px;
}
#main .sidebar h1 {
	background-image:url(sidebar_top.png);
	width:142px;
	height:21px;
	color:#303A45;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	padding-top:18px;
}
#main .sidebar_down {
	background-image:url(sidebar_bottom.gif);
	width:172px;
	height:19px;
}
/* Sidebar end */

/* Main frame start */
#main .mainframe {
	background-color:white;
	background-image:url(mainframe_bg.png);
	background-repeat:repeat-y;
	width:699px;
	float:left;
}

#main .mainframe span {
	margin-left:13px;
	margin-right:13px;
	display:block;
}
#main .mainframe h1.hot {
	color:#E58405;
}
#main .mainframe h1 {
	background-image:url(mainframe_top.png);
	width:669px;
	height:21px;
	color:#303A45;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	padding-top:18px;
}
#main .mainframe_down {
	background-image:url(mainframe_bottom.png);
	width:699px;
	height:19px;
}
/* Main frame end */


#footer {
	background-image:url(footer_bg.png);
	height:31px;
	position:fixed;
	bottom:-1px;
	width:100%;
}
#footerWrapper {
	width:860px;
}
#footer a#mc {
	background-image:url(ueb_dizain.png);
	background-repeat:no-repeat;
	height:30px;
	width:70px;
	text-indent:-999px;
	padding:0px;
	margin:0px;
	margin-top:1px;
	margin-left:10px;
}
#footer a#mc:hover {
	background-position:0px -31px;
}
#footer a {
	padding-left:10px;
	padding-right:10px;
	float:left;
	font-size:11px;
	color:white;
	text-decoration:none;
	display:block;
	height:23px;
	padding-top:8px;
	font-weight:bold;
}
#footer a:hover {
	background-color:white;
	color:#A1BBD0;
}



/** Inner pages **/
.offersList img {
	border:1px solid #615858;
	float:left;
	clear:none;
	margin-right:10px;
}
.offersList h2 {
	clear:right;
	color:#676A6D;
}
.offersList span {
	clear:right;
	color:#36648F;
	font-size:9px;
}
.offersList span p {
	font-size:10px;
}
/*.offersList .priceContainer {
	float:right;
	height:92px;
	display:block;
} */
.offersList small.hot {
		background-image:url(star_hot.png);  
}
.offersList small {
	margin-top:-15px;
}
.offersList small,.viewOffer small {
	color:white;
	font-weight:bold;
	background-image:url(star.png);
	width:92px;
	height:50px;
	text-align:center;
	padding-top:40px;
	float:right;
	display:inline;
	overflow:auto;
}
.offersList a {
	display:block;
	clear:both;
	text-decoration:none;
	margin-left:7px;
	margin-right:7px;
	margin-bottom:3px;
	padding:6px;
	background-color:#C7D4E0;
	width:647px;
	height:90px;
}
.offersList .niftycorners b {
	border-color:white;
	background-color:white;
}

/* view offer */
.viewOffer {
	display:block;
	overflow:auto;
	color:#36648F;
	font-size:9px;
}
.viewOffer a {
	text-decoration:underline;
	color:#666666;
}
.viewOffer small.hot {
	background-image:url(star_hot_white.png);   
}
.viewOffer small a {
	color:white;
	text-decoration:none;
}
.viewOffer small a:hover {
	color:#f1f1f1;
}
.viewOffer small {
	background-image:url(star_white.png);   
	float:right;
	clear:right;
	margin-right:5px;
}
.viewOffer span {
	float:left;
	margin:0px !important;
	width:440px;
}
.viewOffer a:hover {
	color:black;
	text-decoration:none;
}
.offerMedia {
	float:right;
	clear:right;
	margin-top:5px;
	width:130px;
}
.offerMedia a {
	border:1px solid #cccccc;
	margin:3px;
	display:block;
	float:right;
	overflow:auto;
}
.offerMedia a:hover {
	border:1px solid #f1f1f1;
}

.offerMedia img {
	border:0px solid #cccccc;
}

/* Tips */
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

/** End inner pages **/

/* General elements */
ul,ol {
	margin-left:30px;
}
a.button {
	padding:4px;
	border:1px solid #B2B4B6;
	background-color:#C7D4E0;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	display:block;
	float:left;
	overflow:auto;
	margin-left:5px;
}
a.button:hover {
	border:1px solid #C7D4E0;
	background-color:#F9DB4D;
	color:#E58405;
}
.toolbar {
	float:right;
	clear:none;
	margin-top:5px;
	margin-right:3px;
}

.paginator {
	width:auto;
	height:35px;    
	float:right;
	display:block;
	clear:both;
	overflow:hidden;
	padding-top:5px;
}
.paginator a:hover,.paginator a.active {
	color:white;
	border:1px solid #B2B4B6;
	background-color:#C7D4E0;
}
.paginator a {
	border:1px solid #C7D4E0;
	background-color:white;
	color:#C7D4E0;
}
.paginator a {
	padding:4px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	display:block;
	float:left;
	overflow:auto;
	margin-left:5px;
	margin-right:4px;
}
.loading {	
	background-image:url(ajax-loader.gif);
	background-position: center center;
	background-repeat:no-repeat;
}

.err {
	background-image: url(js/fancyupload/delete.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding-left:22px;
	height:18px;
	color:#aa0000;
	border:1px solid #aa0000;
	padding-top:3px;
	margin-bottom:3px;
	display:block;
	float:left;
	clear:both;
}
.field strong, .button {
	margin-left:10px;
}
.field {
	clear:both;
}
.field input, .field textarea {
	border:1px solid #cccccc;
	display:block;
	clear:left;
	margin-left:13px;
	width:135px;
}

.calendar {
	float:left;
}
.mainframe span div li a {
	color:#36648F;
	text-decoration:none;
}
.mainframe span div li a:hover {
	color:blue;
	text-decoration:underline;
}

/* wide frame! */
#main .wide_mainframe {
	margin-left: 80px;
	width: 900px;
	background-image: url("wide_mainframe_bg.png");
}
#main .wide_mainframe h1 {
	width: 870px;
	background-image: url("wide_mainframe_top.png");
}
#main .wide_mainframe .mainframe_down {
	width: 900px;
	background-image: url("wide_mainframe_bottom.png");
}