/*------------------------------------reset--------------------------------------------*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,label,blockquote,fieldset,input { margin: 0; padding: 0; }

ul, ol {
	list-style:none;
}
.floatleft {
	float:left;
	padding:0px 10px 0px 0px;
}
.floatright {
	float:right;
	padding-left:20px;
	padding-bottom:10px;
}
img {
	border:none;
}

/*layout*/
.clear {
	clear:both;
}
.clearer { 
clear: both;
height:40px;
}
.clearfix { 
clear: both;
height:20px;
}

/* ---------------------- end reset ---------------------------------*/
body {
	background:url(/media/template/main-background.jpg) repeat-x #eee;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:13px;
	color:#000;
	text-align:center;
}
#wrapper {
	width:900px;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

/* ---------------------- start header ---------------------------------*/
/* NB: Header menu CSS in separate common file in media/template dir    */

/* ---------------------- start mainbody -------------------------------*/
#mainbody {
	width:900px;
	padding:0px 0px 0px 0px;
}
#banner-home {
	width:900px;
	height:245px;
	padding:0px 0px 0px 0px;
}
#banner-inner {
	width:900px;
	height:180px;
	padding:0px 0px 0px 0px;
}
#content {
	width:100%;
	background: url(/media/template/content-repeat.gif) repeat-y; 
	padding: 0px; 
	overflow:hidden;
}
#content-home-page {
	padding: 0px 30px 0px 30px;
}
#content-top {
	background: url(/media/template/content-top.gif) no-repeat; 	
	height: 28px;
	margin-top: 10px;
}
#content-bottom {
	background: url(/media/template/content-bottom.gif) no-repeat; 	
	height: 30px;
}
#content-left {
	width:200px;
	margin:0px 0px 0px 10px;
	float: left;
	padding: 0px 25px 0px 15px;
	border-right: 1px solid #e6e6e6;
	background: #fff;
}
#content-left a {
	color: rgb(0,0,0);
}
#content-left hr {
	height: 1px;
	background-color: #e6e6e6;
	color: #e6e6e6;
	border: none;
}
#content-right {
	width:580px;
	margin:0;
	float: left;
	padding: 0px 25px 5px 25px;
	background: #fff;
}
#content-right a {
	color: #445535 !important;	/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: underline;
}
#content-right a.link {
	text-decoration: none;
	color: #445535 !important;
}
#content-right a.link:hover {
	text-decoration: underline;
}
#content-right hr {
	height: 1px;
	color: #e6e6e6;
	background-color: #e6e6e6;
	border: 0px;
}
#content-right ul {
	list-style-position: inside;
	list-style-type: disc;
}
#content-home-page a {
	color: #445535 !important;	/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration: underline;
}
#content p {
	line-height:19px;
	margin-bottom:10px;
}
#content-right ol {
	list-style-position: inside;
	list-style-type: decimal;
}
#content-right ol ol {
	list-style: lower-alpha inside;
	padding-left: 15px;
}
#content-right ol ol ol {
	list-style: lower-roman inside;
	padding-left: 30px;
}

h1, h2, h3 {
	font-size:15px;
	color: #ff9000;
	font-weight:bold;
	margin-bottom: 10px;
}
.breadcrumb a {
	color: #ff9000;
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
h2, h3 {
	margin-top:5px;
}
h3 {
	color: #000;
}
/* ---------------------- start newsletter -------------------------------*/
.newsletter {   
  width:250px;   
  margin:10px 0 0 0px;   
  padding: 5px 5px 5px 5px;   
  background: #f5f5f5;   
  border: 1px solid #ccc;
  color: #000;   
  font-size: 12px;   
  } 
.newsletter input[type=text] {
  color: #000;
  margin-bottom: 5px;
  width: 100%;   
  border: 1px solid #000;   
}
.newsletter input[type=submit] {
  color: #fff;   
  background-color: #ffb525;   
  width: 100px;   
  margin-left: 75px;
  border: 1px solid #000;    
}
.newsletter input[type=submit]:hover {   
  color: #000;   
  background-color: #d5ffbc;   
  } 
.newsletter input:focus {   
  color: #000;   
  background-color: #fff;   
  }
