/* GENERAL */


html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background-image: url(../img/rings.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	background-color: #FFF;
	height: 100%;	
}

ul{
	list-style: none;
}

li{
	padding-left: 14px;
	background-image: url(../img/listbullet.gif);
	background-repeat: no-repeat;
	background-position: 0px  4px;
}

table{
	padding: 0px;
}


td {
	font-size: 12px;
	padding: 0px;
	vertical-align: top;
}


a{
	font-size: 12px;
	color: #CC0000;	
}

a:link{	 	text-decoration: none; 	}
a:visited{	text-decoration: none;	}
a:hover {   text-decoration: underline;  }
a:active{	text-decoration: none;	}


/* LOGO & MENU */

#leftCol{
	width:270px;
	height:600px;
	position:absolute;
	top:0px;
	left:0px;
}

#logo{
 	width: 250px;
 	height: 30px;
	margin-top:20px;
	margin-left:20px;
}

#logo img{
	border: 0px;
}

#menu{

position:absolute;
	margin-top:30px;
	
	width:160px;
	margin-left:124px;
}

#menu a{	
	font-size: 13px;
	text-decoration: none;
}

#menu div{
	left:0px;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #000000;
	font-weight: bold;
}

div.menuItem a{
    color: #000;
}

div.menuItem a:link{    	color: #000;	}
div.menuItem a:visited{	    color: #000;	}
div.menuItem a:hover {   	color: #a80000;    }
div.menuItem a:active{		color: #000;	}

div.menuItemOn a{
    color: #a80000;
}

#rightCol{
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	height:400px;
	text-align:right;
	background-color: #FFF;
}

#book{
	 margin-right:20px;
	 margin-top:20px;
	 margin-bottom:40px;
	 text-align:center;
}

#book img{
	border: 0; 
}

#contact{
	background-image: url(../img/ringRight.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width:200px;
	height:280px;
}


#content img{
  	border:1px solid #FFFFFF;
	margin-right: 6px;
	margin-top:2px;
}



#pageTitle{
	
	
	width:300px;
}

/* CONTENT*/

#content{
      
	background-color: #FFFFFF;
	margin-left:290px;
	margin-right:200px;
	max-width:500px;
	#width:auto;
   /*  #width:expression(document.body.clientWidth > 500  ? "500px": "auto" );    */
	font-size:12px;
	margin-top:41px;
	#padding-top:41px;
}


div.leftBlock{
	float:left;
	width:250px;
	height:406px;
	font-size: 13px;
 	color: #000000;
}

h1{
	font-size: 18px;
	color: #666;
font-weight:500;


}

h2{
	font-size: 14px;
	color: #666;
font-weight:500;


}

div.subtitle{
	font-size: 13px;
	color: #666666;
	font-weight: 600;
}




/*NEWS*/
div.newsItem{
	margin-bottom:30px;
	max-width:500px;
#width:auto;
	border-top: 1px solid #CCC;
}

div.newsMessage{
	margin-bottom:6px;
}

div.newsHead{ 
	margin-bottom: 30px;
}


div.newsTitle{ 
   font-size:15px;
   font-weight: 600;
  	margin-top:0px;

}
div.newsTitle a{ 
   font-size:15px;
   font-weight: 600;
  margin-top:0px;

}

div.newsDate{
   	margin-bottom:2px;
	font-size:11px;
 	margin-right:5px;
}

.newsImage{
	float:left;
	padding-top: 1px;
}

div.newsItemContent{
	margin-top:5px;
}


/* FORMS */
.formResult{
	background-color: #CBFFCB;
	width:490px;
	padding: 5px;
	margin-bottom:6px;
	font-weight:bold;
	margin-left:1px;
	border: 2px solid #03AE03;
}

.formResultError{
	color: #000000;
	background-color: #FFB2B2;
	width:490px;
	padding: 5px;
	margin-bottom:6px;
	font-weight:bold;
	margin-left:1px;
	border: 2px solid #AE0303;
}

input{
	font-family: Trebuchet MS;
	font-size: 12px;
}

textarea{
	font-family: Trebuchet MS;
	font-size: 12px;
}

.posfeedback{
	background-color: #E9FFE9;
	color: #03AE03;
	padding: 2px;
	font-weight:bold;
}

.negfeedback{
	color: #AE0303;
	background-color: #FBDBDB;
	padding: 2px;
}

.feedbackhead{
	padding:2px;
	background-color: #FFFFFF;
}

#formfeedback{
	font-weight:bold;
	margin-left:1px;
	margin-bottom:10px;
	color:#FFF;
}
/* EXTRA */
.spacer{
	clear:both;
}