/*
-----------------------------------------------
CIHOTELS.COM SCREEN STYLE
version: 07/12/06
----------------------------------------------- */


html, body
{
	font-family: helvetica, sans-serif, arial;
	font-size: 14px;
	color: #555;
	background: url('../images/bg.jpg') repeat-x center 90px #fff;
	padding: 0;
	margin: 0;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, label, span, em, a 
{
	border: 0;
	padding: 0;
	margin: 0;
}

p { margin: 0 0 15px 0; }

ul { list-style-type: square; }

p a, li a { text-decoration: none; color: #b31616;}
p a:hover { color: #000; }

img 		{ border: none; }
a img 		{ border: none; }
a:hover img { border: none; }

fieldset label { display: block; clear: both; }
fieldset label input, fieldset label textarea { font-family: verdana, arial; }
fieldset label span { float: left; }
fieldset label .text, fieldset label .textarea
{
	font-size: 13px;
	width: 135px;
	height: 18px;
	color: #666;
	background-color: #fff;
	border: 1px solid #ddd;
	float: right;
	padding: 2px 5px;
}
fieldset label .textarea { width: 430px; height: 150px; }
fieldset label .text:focus, fieldset label .textarea:focus { border: 1px solid #ef9d9d; }
fieldset label .button
{
	width: 50px;
	height: 50px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: url('/images/button.gif') no-repeat center center;
	border: none;
	margin: 0;
}
fieldset label .select
{
	width: 147px;
	height: 22px;
	border: 1px solid #ddd;
	color: #666;
	float: right;
}

.cleaner { clear: both; font-size: 0; line-height: 0; }


/* HEADER
----------------------------------------------- */

#head
{
	width: 900px;
	height: 70px;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#head #logo {
	position: relative;
	}

#head #logo {
	width: 125px;
	height: 219px;
	margin-left: 50px;
	text-indent: -9999px;
	background: url('../images/cih_logo_125.gif') no-repeat center center;
	position: absolute;
}

#head #lang ul {
	float: right;
	list-style-type: none;
	font: 12px Verdana, Arial;
	padding: 0;
	margin: 0;
	display: block;
	}

#head #lang ul li {
	float: left;
	margin: 0;
	padding:0 0 0 10px;
	list-style:none;
	text-decoration: none;
	display: block;
	}

#head #lang a {
	color: #999999;
	text-decoration: none;
	}

#head #lang a:hover {
	color: #C60002;
	text-decoration: underline;
	}

#head #lang .active {
	color: #C60002;
	text-decoration: none;
	}

#head #nav ul
{
	list-style-type: none;
	float: right;
	padding: 0 2px 0 0;
	margin: 24px 0 0 0;
	*margin: 5px 0 0 0;/*ie7hack3*/,_margin: 5px 0 0 0; /*ie6 hack*/
	clear:both;
}
#head #nav ul li
{
	font: 13px/normal Verdana, Arial;
	display: inline;
}
#head #nav ul li a
{
	color: #555;
	text-decoration: none;
	border: none;
	border-left: 1px solid #e2e2e2;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	display: block;
	float: left;
	padding: 7px 15px;
	margin: 0 -1px 0 0;
}
#head #nav ul li a:hover  { color: #555; background-color: #EBEBEB; }
#head #nav ul li.active a { color: #fff; background-color: #98000F; }


/* MASTHEAD
----------------------------------------------- */

#masthead
{
	width: 900px;
	height: 170px;
	margin: 35px auto 0 auto;
	clear: both;
}

#masthead .left
{
	width: 220px;
	height: 100%;
	float: left;
}
#masthead .left .description 
{ 
	width: 218px;  
	height: 134px; 
	text-indent: -9999px;
	background: url('/images/extra_description.gif') no-repeat center left transparent;
	margin: 0; 
}
#masthead .left .callus { font-size: 16px; color: #999; margin: 10px 0 0 0; }

#masthead .right
{
	width: 640px;
	height: 270px;
	float: right;
	background: url('../images/teaser_01.jpg') no-repeat center center #fff;
}

#contact #masthead .right
{
	width: 640px;
	height: 195px;
	float: right;
	background: url('../images/masthead_contact.jpg') no-repeat center center #fff;
}

#membership #masthead .right
{
	width: 640px;
	height: 195px;
	float: right;
	background: url('../images/masthead_membership.jpg') no-repeat center center #fff;
}

#search #masthead .right
{
	width: 640px;
	height: 195px;
	float: right;
	background: url('../images/masthead_search.jpg') no-repeat center center #fff;
}


/* CONTENT
----------------------------------------------- */

#content
{
	width: 900px;
	padding: 0 0 1px 0;
	margin: 20px auto;
}

#content .left
{
	width: 229px;
	float: left;
	border-right: 1px solid #ccc;
	padding: 0 20px 0 0;
	margin: 0 -1px 0 0;
}

#content .right
{
	width: 630px;
	float: right;
	border-left: 1px solid #ccc;
	padding: 0 0 0 20px;
}


/* CONTENT LEFT
----------------------------------------------- */

.left p.caption
{
	font: 16px/normal Helvetica, Arial;
	color: #666;
	margin: 0 0 10px 0;
}

.left .hr
{
    width: 249px;
	height: 1px;
	font-size: 0;
	border-bottom: 1px solid #ddd;
	line-height: 0;
	color: #ddd;
	clear: both;
	padding: 0;
	margin: 45px -20px 20px 0;
}

.left .time
{
	font-size: 11px;
	color: #ae1515;
}

.left #sub_nav
{
	width: 249px;
	font: 12px/normal Verdana, Arial;
	list-style-type: none;
	margin: 0 -20px 25px 0;
}
.left #sub_nav
{

}
.left #sub_nav li a
{
	width: 219px;
	border: none;
	background: url('/images/sub_nav_a.gif') no-repeat 5px center transparent;
	border-bottom: 1px solid #e2e2e2;
	display: block;
	padding: 7px 0 7px 30px;
}	
.left #sub_nav li.active a, .left #sub_nav li a:hover 
{
	background-image: url('/images/sub_nav_ahover.gif');
}

.left #callback { background: url('../images/callback_bg.gif') repeat-x #fff; border-top: 1px solid #ddd; padding: 5px; margin: 0 0 -20px 0; }
.left #callback label { height: 24px; margin: 5px 0; }
.left #callback label .text { width: 140px; }
.left #callback label .select { width: 152px; }
.left #callback label .button { margin: 0 0 0 64px; }



.left .box ul 
{
	width: 219px;
	list-style-type: none;
	margin: 0;
}
.left .box ul li 
{
	font-size: 12px;
}

.left ul  
{
	list-style-type: none; 
	margin: 5px 20px 0 20px;
}
.left ul li 
{
	background: url('../images/check.gif') no-repeat top left;
	border-bottom: 1px solid #ddd; 
	padding: 0 0 5px 20px; 
	margin: 0 0 10px 0; 
}

/* CONTENT RIGHT
----------------------------------------------- */

.right h1
{
	font: 22px/normal Arial;
	color: #b31616;
	margin: 25px 0 10px 0;
}

.right .box_set .box
{
	width: 145px;
	float: left;
	margin: 0 25px 0 0;
}
.right .box_set .box h2
{
	font-size: 14px;
	font-weight: bold;
	border: none;
	margin: 0 0 10px 0;
}
.right .box_set .box ul 
{
	list-style-type: none;
	margin: 0;
}
.right .box_set .box ul li 
{
	font-size: 12px;
}

.right ul  
{
	list-style-type: none; 
	margin: 5px 20px 0 20px;
}
.right ul li 
{
	background: url('../images/check.gif') no-repeat top left;
	border-bottom: 1px solid #ddd; 
	padding: 0 0 5px 20px; 
	margin: 0 0 10px 0; 
}

.right ul .membershiplist  
{
	list-style-type: none; 
	margin: 5px 20px 0 20px;
}

.right ul li .membershiplist 
{
	background: url('../images/check.gif') no-repeat top left;
	padding: 0 0 5px 20px; 
	margin: 0 0 10px 0; 
}


.right #contactform { background-color: #f7f7f7; border: 1px solid #f1f1f1; padding: 5px; margin: 15px 0 0 0;}
.right #contactform label { height: 24px; margin: 5px 0; }
.right #contactform label .text { width: 430px; }

.right .quote
{
	background: url('/images/quote1.gif') top left no-repeat;
	margin: 10px 0 15px 0;
}
.right .quote p
{
	background: url('/images/quote2.gif') bottom right no-repeat;
	padding: 30px 40px 30px 45px;
}


/* FOOTER
----------------------------------------------- */
	
#footer
{
	width: 100%;
	height: 70px;
	background: url('../images/footer_bg.gif') repeat-x top center #ebebeb;
}

#footer .set
{
	width: 900px;
	height: 55px;
	background: url('../images/footer_bg.gif') repeat-x top center #ebebeb;
	padding: 15px 0 0 0;
	margin: 0 auto;
}

#footer .set p
{
	font-size: 10px;
	text-align: right;
	color: #888;
	padding: 4px 0 0 0;
	margin: 0;
}



/* BUTTONS
----------------------------------------------- */

a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.login { 
	margin: 0 0 0 65px; /* login button */
}

.contact { 
	margin: 0 0 0 180px; /* contact button */
}





