/*Reset

-------------------------------------------------------------------------------*/



html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, 

tr, th, td {

margin: 0;

padding: 0;

border: 0;

outline: 0;

font-weight: inherit;

font-style: inherit;

font-size: 100%;

font-family: inherit;

vertical-align: baseline;

background: transparent;

}

/* remember to define focus styles! */

:focus {

outline: 0;

}



p.head {

	margin: 0;

	padding: 0;

	border: 0;

	outline: 0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	font-family: inherit;

	vertical-align: baseline;

	background: transparent;

	font-weight:normal;

	font-size:1.5em;

}





body {

line-height: 1;

color: black;

background: white;

}

ol, ul {

list-style: none;

}

/* tables still need 

'cellspacing="0"' in the markup */

table {

border-collapse: collapse;

border-spacing: 0;

}

caption, th, td {

text-align: left;

font-weight: normal;

}

blockquote:before, blockquote:after,

q:before, q:after {

content: "";

}

blockquote, q {

quotes: "" "";

}

 /* Forces blocks to enclose their floated children */

.clearfix:after { /* This can be replaced by the alternative fix below if it doesn't kill CatFish */

    content: ".";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

  }



  /* This alternative fix works fine, but it's disabled to troubleshoot CatFish */

  /*.clearfix {

    overflow: hidden;

  }*/



  /* Don't know why we'd need this rule, but it was here when CatFish worked */

.clearfix {

   display:block;

	position:relative

  }



* html .clearfix { /* This should be moved to ie.css, as IE7 doesn't support * html */

    height: 1%;

  }

  /* END: Forces blocks to enclose their floated children */



/*Basic Elements

---------------------------------------------------------------------*/



body {

	font:62.5%/1.4 Arial, Helvetica, sans-serif;

	color:#333;

	background:#fff;

	min-width: 980px;

	margin: 0;

}



h1,h2,h3,h4,h5,h6 {

	font-weight:normal;

}

h1 {font-size:2.0em;}

h2 {font-size:1.8em;}

h3 {font-size:1.7em;}

h4 {font-size:1.6em;}

h5 {font-size:1.5em;}

h6 {font-size:1.4em;}

a:link {color:#336699;}

a:visited {color:#336699;}

/*a:visited {color:#5E3399;}*/

a:hover {color:#FF6600;}

a:active {color:#336699;}

strong {

	font-weight: bold;

}

p {

	line-height:1.4em;

	padding:0;

	margin:.5em 0;

}

dl {

	margin: 1.6em 0;

}

dt {

	font-weight: bold;

}

.clearing {

	clear: both;

}

.hide {

	display: block;

	width:0;

	height: 0;

	line-height: 0;

	overflow:hidden;

}



.p-sep {

	padding-bottom:1em;

	margin:0 0 1em 0;

	}	

.last {

	margin:0;

}	

.more {

	margin: 1em 0;

}	

hr, .none {

	display: none;

}	

.small {

	font-size: 95%;

}

.last {

	border: none;

}

.note {

	border:1px solid #ff6666;padding:1em;

}

.del {

	background: transparent url(../images/icon_del.gif) 0 .35em no-repeat;

	padding: 0 0 0 14px;

}

input,

textarea {

	font-family: Arial, Helvetica, sans-serif;

	padding: 2px;

}

select {

	font-family: Arial, Helvetica, sans-serif;

	font-size:100%;

}

option, 

optgroup {

	font-size:100%;

}

h1 {

	color: #FF3300;

}

address {

	font-style: normal;

	font-size: 95%;

	width: 40%;

}

/*Page structure

---------------------------------------------------------------------*/



#page {

	position:relative;

	margin:0;

	padding:0;

	font-size:1.2em;

}  

#header {

	background: transparent url(../images/bg.jpg) 0 0 repeat-x;

	height: 150px;

}



#lefim{



	background:url("../images/bg-header-img_l.jpg") 0 0 no-repeat;

	z-index:12;

	position:relative;



	

	margin:0;

	width:680px;

	height:150px;

	float:left;

	}

	



	

#riim{

	background:url("../images/bg-header-img-r.jpg") 0 0 no-repeat;





	margin:0;

	width:285px;

	height:150px;

	float:right;

	clear:left;

	

	position:right;



	}



#wrapper {

	margin: 20px 30px;

}



#container {

	width: 100%;

	float: left;

	margin-right: -200px;

}

#content {

	margin-right: 220px;

}

/*2 cols inner layout*/

#container-inner {

	width: 100%;

	float: left;

}

#content-inner {

	margin-right: 0;

}

#main {

	margin-left: 220px;

	background: transparent url(../images/bg-content.gif) 0 0 repeat-x;

	border: 1px solid #D3EFDE;

	/*background: transparent url(../images/left-top-corner-box.jpg) 0 0 no-repeat;*/

	padding: 10px 20px;

	min-height: 320px;

}

#left {

	width: 198px;

	float: left;

	/*border:1px solid #BCDDED;

	background: transparent url(../images/bg-content.gif) 0 0 repeat-x;*/

	background: transparent url(../images/left-top-corner-box.jpg) 0 0 no-repeat;

}

#sidebar {

	width: 198px;

	float: right;

	/*border:1px solid #BCDDED;*/

	/*background: transparent url(../images/bg-content.gif) 0 0 repeat-x;*/

	background: transparent url(../images/left-top-corner-box.jpg) 0 0 no-repeat;

}

#newcontent  {

	background:#E6F5EC;

	border-bottom:1px solid #C0D0E0;

	margin:0;

	padding:10px 30px;

	position: relative;

}



#footer {

	color:#777;

	clear:both;

	line-height:1.6em;

	margin-top:1.7em!important;

	clear:both;

	overflow:hidden;

	border-top:1px solid #ccc;

/*	height: 61px;*/

	padding: 10px 30px 50px 30px;

	background: transparent url(../images/bg-footer.gif) 0 0 repeat-x;

  }





.block {

	padding: 10px 0 10px 10px;

}

.bold {

	font-size:14px;

}

#left h3,

#sidebar h3 {

	font-size: 1.2em;

	font-weight: bold;

	margin-top: 1em; 

}

#left h2,

#sidebar h2 {

	line-height: 1.2em;	

	font-size: 1.4em;

	font-weight: bold;

/*	color:#339999;*/ 

}

/*Header

----------------------------------------------------*/











#header h1 {

	float: left;

	position: relative;

}

#header h1 a:link, #header h1 a:visited {

	text-indent: -9999px;

}

#header h1 a:link, #header h1 a:visited {

	display: block;

/*	background: transparent url(../images/logo_.gif) 40px 10px no-repeat; */

	height: 68px;

	width: 330px;

}



#h2d{

	width:100%;

	margin-top:10px;

	float:right;

	clear:left;

	text-align:right;

}

#h2d h2 {

	line-height:1em;

	color: #2F3C57;

	font-size:20px;

}



#header h2 {





	line-height:1em;

	color: #2F3C57;

}

#header p {

	position:absolute;

	right:0;

	top: 22px;

	background: transparent url(../images/trans.png) repeat;

	border-top: 2px solid #8D95A4;

	border-bottom: 2px solid #8D95A4;

	border-left: 2px solid #8D95A4;

	padding: 5px 30px 5px 30px;

}

#header p a {

	display: block;

	text-align: right;

	text-decoration: underline;

}

#header p strong {

	font-weight: bold;

	color: #FF3300;

}

/*Top navigation

----------------*/



#navigation p {

	position: absolute;

	right: 30px;

	line-height: 1.8em;

	font-style: normal;

	z-index: 1000;

}

#navigation p a {

	color: #fff;

}

#navigation p a span {

	font-weight: bold;

	font-size: 1.4em;

}

#nav {

	height:3em;

	background: #3B4A67 url(../images/bg-top-nav.gif) 0 100% repeat-x;

	/*border-bottom: 1px solid #A1A6B1;*/

	/*border-top:1px solid #ccc;*/

	padding: 0 0 0 30px;

	position:relative; 

	z-index:100 !important;

}

#nav li {

	float: left;

	border-left: 1px solid #576178;

	border-right: 1px solid #576178;

	margin: 0 -1px 0 -1px;

	position:relative; 

}

#nav li a:link,

#nav li a:visited {

	color: #fff;

}

#nav li a,

#nav li strong {

	display: block;

	height:3em;

	line-height:3em;

	padding: 0 10px;

	border-right: 1px solid #1F2635;

	border-left: 1px solid #1F2635;

	text-decoration: none;

	background:transparent url(../images/bg-top-nav.gif) 0 100% repeat-x;

}

#nav li strong {

	/*color: #303D58;*/

	color: #fff;

	font-weight: normal;

	/*background: #fff url(../images/bg-top-nav-strong.gif) 0 100% repeat-x;*/

	background:#009F62 url(../images/bg-top-nav-hover.gif) 0 100% repeat-x;

}

#nav li a:hover {

	background:transparent url(../images/bg-top-nav-hover.gif) 0 100% repeat-x;

	text-decoration: none;

}



/* submenu styling */

#nav li ul {

	display: none;

	position:absolute;

	margin: 1px 0 0 0;

	top:2.9em;

	left:0;

	padding-top:0px !important;

	z-index: 1000;

	background: #ECF2F6;

	border-top: 1px solid #C0CEDA;

	border-left: 1px solid #C0CEDA;

	border-right: 1px solid #C0CEDA;

}

#nav li ul li {

	font-size: 100%;

	display: block;

	margin:0;

	float: none;

	padding:0;

	border: 0 !important;

}

#nav li ul li a {

	display: block;

	float: none;

	padding:.2em .8em;

	margin: 0;

	width:15em;

	height:auto;

	line-height:1.3em;

	font-weight: normal;

	text-decoration: none;

	border-left: 0!important;

	border-right: 0!important;

	border-bottom:1px solid #C0CEDA;

	color:#303D58 !important;

	background: none;

}

#nav li ul li a:hover {

	text-decoration: none;

	background: #009F62;

	color:#fff !important;

}





#nav li:hover ul,#nav li.over ul { /* lists nested under hovered list items */

display: block;

width:auto;

}

/* Holly Hack. IE Requirement \

* html #nav  ul li { float: right; height: 1%; }

* html #nav  ul li a { height: 1%; }

/* End */

 

 

 /*crumbs

 -------------------*/

 #breadcrumbs {

 	position: relative;

	width: 100%;

 }

#breadcrumbs em {

	position: absolute;

	right: 30px;

	z-index: 1;

	font-size:95%;

	line-height: 1.8em;

	font-style: normal;

	color: #ff3300;

}

#breadcrumbs em a {

	/*color: #fff;

	line-height: 1.6em;

	display: block;

	background: #ff3300;

	padding: 0 1em;

	text-align: center;

	text-decoration: none;*/

	color:#999;

}

#breadcrumbs em a:hover {

	color: #ff6600;

}

#crumbs {

 	height: 2em;

	background: #EEF5FB;

	padding: 0 0 0 30px;

	font-size: 95%;

	color:#666;

	border-bottom: 1px solid #C0D0E0;

	position: relative;

 }

 #crumbs li {

 	float: left;

	line-height: 2em;

	margin: 0 5px 0 0;

 }

  #crumbs li strong {

	font-weight: normal;

  }

  

  

/*New content

---------------------------------------------------*/

#newcontent form {

	margin:10px 0;

	float: left;

}

#newcontent form li select {

}

#newcontent form legend {

	display: none;

}

#newcontent div.desc {

	float: right;

	width:100%;

	margin-left: -48%;

}

#newcontent div.desc div {

	margin-left: 48%;

}

#newcontent div.info {

	/*width: 48%;*/

}

#newcontent h1 {

	font-size: 1.8em;

}

#newcontent h1 strong {

	color:#009F62;

	font-weight: normal;

}



/*Content

---------------------------------------------------*/



/*Hot offer*/



#main div.offer {

	margin: 10px 0 10px 0;

	height:1%;

	background: transparent url(../images/bg-offer-sep.gif) 0 100% repeat-x;

	padding: 0 0 11px 0;

	overflow: hidden;

}

#main div.offer h2 {

	margin:0;

	padding: 0;

	line-height: 1em;

	font-size: 1.4em;

	font-weight: bold;

}

#main div.offer img {

	float: left;

	padding: 1px;

	border:1px solid #ccc;

}



#main div.offer div.offer-wrapp {

	float: right;

	width: 100%;

	margin-left: -140px;

}

#main div.offer div.offer-desc {

	margin-left: 140px;

}

#main div.offer div.offer-img {

	width:140px;

	float: right;

}



/*Full offer description*/

#main div.full img {

	margin: 0 20px 0 0;

}





/*Thumbs*/

#main div.thumbs {

}

#main div.thumbs img {

	padding:1px;

	border: 1px solid #ccc;

	margin: 0 7px 7px 0;

}

/*getinfo*/

#main p.getInfo {

	padding-bottom:1em;

	margin:1em 0;

	border-bottom: 4px solid #999;

	}

#main p.getInfo a {

	background: #ff3300;

	color: #fff !important;

	padding: .1em .4em;

	text-decoration: none;

	font-size: 1.6em;

}	





#main ul {

	margin: 20px 0 20px 20px;

	list-style: square;

}

#main ul li {

	margin-bottom: .4em;

}



/*info block*/

#wrapper div.info {

	margin:10px 0;

	padding: 10px;

	border-top: 2px solid #ff6600;

	border-bottom: 2px solid #ff6600;

	font-size: 95%;

}

#wrapper div.info h4 {

	font-size: 1em;

	font-weight: bold;

}

#wrapper div.info img {

	margin: 0 0 -5px 0;

}



/*Left

---------------------------------------*/

#left ul {

	margin: 10px 0 10px 20px;

	list-style: square;

}

#left ul li {

	margin-bottom: .5em;

}

#left ul li strong {

	color: #ff6600;

}

#left strong.menutitle {

	color:#336699;

	border-bottom: 1px solid #336699;

	cursor: pointer;

}

#left ul.submenu {

	font-size: 95%;

}

#left ul.submenu li {

	margin:0;

}

/*sidebar

---------------------------------------*/

#sidebar p.date {

	color: #fff;

	background: #ff6600;

	float: left;

	height: 1%;

	overflow: hidden;

	display: block;

	font-size: 95%;

	margin:.5em 0 auto 0;

	padding: 0 .3em;

}

#sidebar p {

	clear: left;

}



/*footer

---------------------------------------*/

#footer div {

	float: right;

	margin-left: -42%;

	width: 100%;

	height: 1%;

	position: relative;

	overflow: hidden;

}

#footer div ul {

	margin-left: 42%;

	display: block;

}

#footer div li {

	float: left;

	font-size: 95%;

	margin: 0 20px 0 0;

}





/*forms styling

--------------------------------------*/



#contact-form ,#contact-form  fieldset,#contact-form  legend {

	border: 0;

	margin: 0;

	padding: 0;

}

#contact-form legend {

	display: none;

}

#contact-form  ol,#contact-form  form ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

#contact-form  li {

	/*clear: both;*/

	margin: 0 0 .75em;

	padding: 0;

}

#contact-form label {

	display: block;

	float: left;

	line-height: 1.6;

	margin-right: 10px;

	text-align: right;

	width: 120px;

	font-weight: bold;

}

#contact-form label:after {

	content: ':';

}

#contact-form input,#contact-form  textarea {

	background: #E6F5EC;

	font: 1em Arial, Helvetica, sans-serif;

	padding: 1px 3px;

	width: 350px;

}

#contact-form textarea {

	line-height: 1.3em;

	padding: 0 3px;

}

#contact-form input:focus,#contact-form  textarea:focus {

	background: #fff;

}

#contact-form button {

	background: #ff3300;

/*border: 1px outset #333;*/

	color: #fff;

	cursor: pointer;

	font-weight: bold;

	margin-left: 130px;

	padding: .2em .5em;

}



/*Search form*/



#db-search {

	margin: 1em 0;

	background: transparent url(../images/left-top-corner-box.jpg) 0 0 no-repeat;

	padding: 20px 0 20px 20px;

}

#db-search input,

#db-search textarea,

#db-search select,

#order input,

#order textarea,

#order select {

 	background: #E6F5EC;

 }

#db-search input:focus,

#db-search textarea:focus,

#db-search select:focus,

#order input:focus,

#order textarea:focus,

#order select:focus {

 	background: #fff;

 }

#db-search legend {

	/*font-size: 1.6em;

	margin: 0 0 10px 0;*/

	display: none;

}

#db-search ol li

 {

	margin: 0 0 0em 0;

	border-bottom: 1px solid #E0FFFF;

	padding: .5em 0;

	height: 1%;

	overflow: hidden;

}

#order ol li {

	margin: 0 0 0em 0;

	border-bottom: 1px solid #E0FFFF;

	padding: .5em 0;

	height: 1%;

	list-style: none;

}

#db-search ol li:after,

#order ol li:after { /* This can be replaced by the alternative fix below if it doesn't kill CatFish */

    content: ".";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

  }

#db-search ol li label,

#order ol li label {

	float: left;

	display: block;

	width: 160px;

	font-weight: bold;

	text-align: right;

	margin-right: 20px;

	padding: .2em 0 0 0;

	line-height: 1.3em;

}

#db-search ol li select,

#order ol li select {

	font-size: 105% !important;

	font-family: Arial, Helvetica, sans-serif;

}



/*fieldset inside fieldset*/

#db-search ol li fieldset legend {

	display: block;

	width: 160px;

}

#db-search ol li fieldset legend span {

	display: block;

	float: left;

	width: 160px;

	font-weight: bold;

	text-align: right;

	margin-right: 0;

	padding: .1em 0 0 0;

}

#db-search ol li ul {

	margin: 0 0 0 180px !important;

	padding: 0 !important;

}

#db-search ol li ul li {

	border: 0;

	margin: 0 0 .3em 0;

	padding: 0;

	list-style: none;

}

#db-search ol li ul li label {

	float: none;

	display: block;

	width: auto;

	text-align: left;

	font-weight: bold;

	margin: 0 20px .2em  0;

}

#db-search ol li ul li input {

	/*width: 3em;*/

}

#db-search button {

	margin: 10px 0 0 0;

}



/* The hint to Hide and Show */

.hint {

   display: none;

   position: absolute;

   /*right: 20px;*/

   width: 200px;

	margin-left: 30px;

   margin-top: -4px;

   border: 1px solid #c93;

   padding: 10px 12px;

	font-size: 95%;

   /* to fix IE6, I can't just declare a background-color,

   I must do a bg image, too!  So I'm duplicating the pointer.gif

   image, and positioning it so that it doesn't show up

   within the box */

   background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;

	z-index: 100;

}



/* The pointer image is hadded by using another span */

.hint .hint-pointer {

    position: absolute;

    left: -10px;

    top: 5px;

    width: 10px;

    height: 19px;

    background: url(../images/pointer.gif) left top no-repeat;

}



/*order*/

#order legend {

	display: none;

}

#order ol li strong {

	color: #ff3300;

}

#order button {

	margin: .5em 0;

}



button {

	background: #ff3300;

/*border: 1px outset #333;*/

	color: #fff;

	cursor: pointer;

	font-weight: bold;

	padding: .2em .5em;

}



/*errors in forms*/

div.error {

	padding: 0 0 10px 0;

	background: transparent  url(../images/icon_error.gif) 20px 20px no-repeat;

}

div.error ul {

	padding: 0 0 0 40px;

	color: #cc0000;

}

div.error li {

	border: 0 !important;

}



/*Tabed realty navigation

-------------------------------------------------------------*/

#tab {

	border-bottom:1px solid #BCDDED;

	margin: 10px 0 !important;

	padding: .5em 0 .45em 10px !important;

}

#tab li {

	list-style: none;

	display: inline;

	margin: 0 10px 0 0 !important;

}

#tab li a{

	padding: 0.5em 1em; 

 	border: 1px solid #BCDDED;

 	border-bottom: none;

	background: transparent url(../images/bg-content.gif) 0 0 repeat-x;

}

#tab li strong {

	padding: 0.5em 1em; 

 	border-top: 1px solid #BCDDED;

	border-right: 1px solid #BCDDED;

	border-left: 1px solid #BCDDED;

	border-bottom: 1px solid #fff;

}



/* pagination */

.paginate {

	height: 1%;

}

.paginate:after {

	content: ".";

    display: block;

    height: 0;

    clear: both;

    visibility: hidden;

}

.paginate em {

	font-size: 1.6em;

	margin: 0 .5em 0 0;

	font-style: normal;

}

.paginate span {

	color: #ccc;

	font-size: 1.2em;

	margin: 0 .5em;

}

.paginate span a {

	border: none;

	display: inline;

	float: none;

	padding: 0;

	margin: 0;

	font-size: 100%;

}

.paginate span a:hover {

	background: none;

	color: #ff6600;

}

.paginate a {

	padding: .4em .8em;

	border: 1px solid #D3E2F0;

	display: block;

	font-size: 95%;

	float: left;

	margin: 0 .2em;

}

.paginate a:hover {

	background: #00A364;

	color: #fff;

}

.paginate strong {

	display: block;

	float: left;

	padding: .4em .8em;

	margin: 0 .2em;

	font-size: 95%;

	border: 1px solid #D3E2F0;

	background: #EAECEA;

}


