*
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	background: #CCC;
	color: #000;
	font-size: 100%;
	font-family: "arial";
}

img { border: 0; }

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

/*----------------------------------------------------------------
ADAPTIVE STYLEs ------------------------------------------------*/
@media (min-width: 900px) {

#top,#header,#main,#footer{margin: 0 auto;width: 900px;}
#topright{float: left;width: 625px;padding: 5px 25px 0 0;text-align: right;}
#headerright{float: left;width: 600px;background: #333;}
#main{background: #FFF url('../images/background-main.png') repeat-y;}
#mainmenu{float: left;}
#maincontent{float: left;width: 550px;}

}/*-------------------------------------------------------------*/
@media (max-width: 899px){

#topleft,#headerleft,.B_crumbBox{display: none!important} 
#topright{text-align: center;}
#headerright{background: url('/assets/templates/horizon/images/image.jpg') 0px 0px no-repeat,#333;}
#mainmenu{margin: auto}
#maincontent{background: #F1F1F1;}

}/*-------------------------------------------------------------*/


@media (max-width: 800px){


}/*-------------------------------------------------------------*/

@media (max-width: 620px){


}/*-------------------------------------------------------------*/




#topCont
{
	width: 100%;
	height: 250px;
	color: #CCC;
}
#top
{
	height: 50px;
	background: #000;
	font-weight: bold;
}
#topleft
{
	float: left;
	width: 225px;
	height: 32px;
	font-size: 85%;
	padding: 18px 0 0 25px;
	color: #666;
}
#topleft a
{
	color: #FC0;
	text-decoration: none;
}
#topleft a:hover
{
	color: #FFF;
	text-decoration: none;
}
#topright
{   
	font-size: 120%;
	color: #fff;
}
#topright a {
	color: #fff;
}

#header
{
	height: 200px;
	background: #000;
}
#headerleft
{
	float: left;
	width: 300px;
	height: 200px;
	background: #333;
}
#headerright
{
	height: 200px;
}
#headerright h1
{
	margin: 0;
	padding: 65px 30px 0 0;
	font-weight: normal;
	font-size: 300%;
	letter-spacing: -2px;
	color: #FFF;
	text-align: right;
}
#headerright h2
{
	margin: -10px 0 0 0;
	padding: 0 30px 0 0;
	font-weight: normal;
	font-size: 200%;
	letter-spacing: -1px;
	color: #FC0;
	text-align: right;
}

#h1style a:link {color:white; text-decoration: none;} 
#h1style a:visited {color:white; text-decoration: none;} 
#h1style a:active {color:white; text-decoration: none;} 
#h1style a:hover {color:white; text-decoration: none;}

#mainCont { width: 100%; }

#mainmenu
{
	width: 299px;
	padding: 15px 0 15px 0;
	font-size: 95%;
	font-weight: bold;
	background: #F1F1F1;
}
#mainmenu ul
{
	list-style-type: none;
	margin: 0 0 30px 0;
}
#mainmenu a
{
	display: block;
	padding: 7px 0 7px 20px;
	width: 279px;
	text-decoration: none;
	color: #333;
}
#mainmenu a.active
{
	background: #CCC;
	color: #FFF;
}
#mainmenu a:hover
{
	background-color: #FC0;
	color: #FFF;
}
#mainmenu p
{
	margin: 0 20px 15px 20px;
	color: #555;
	line-height: 160%;
	font-size: 110%;
}
#mainmenu p span
{
	color: #222;
	font-size: 125%;
}

#maincontent
{
	padding: 15px 25px 15px 25px;
	line-height: 160%;
}
#maincontent p
{
	margin: 0 0 15px 0;
	padding: 0;
}
#maincontent h1, #maincontent h3
{
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 140%;
	color: #666;
}
#maincontent h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 110%;
}
#maincontent img
{
	float: right;
	margin: 0 0 15px 15px;
	padding: 5px;
	border: 1px solid #CCC;
}
#maincontent ul
{
	margin: 0 0 15px 30px;
	list-style-type: square;
	color: #FC0;
}
#maincontent ol { margin: 0 0 15px 30px;}
#maincontent blockquote
{
	margin: 0 0 15px 20px;
	padding: 0 0 0 15px;
	border-left: 3px solid #FC0;
}
#maincontent ul li span { color: #000; }
.B_crumbBox {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 95%;
	font-weight: bold;
}
.B_crumbBox a, .B_crumbBox a:link, .B_crumbBox a:visited {
	color: #000;
	text-decoration: none;
}
.B_crumbBox a:active, .B_crumbBox a:hover {
	color: #FC0;
	text-decoration: none;
}

#footerCont { width: 100%; }
#footer
{
	color: #999;
	font-size: 85%;
	background: #FFF;
	border-top: 1px solid #CCC;
}
#footer a
{
	color: #666;
	text-decoration: none;
}
#footer a:hover { color: #FC0; }
#footerleft
{
	float: left;
	width: 425px;
	padding: 15px 0 15px 25px;
}
#footerright
{
	float: left;
	width: 425px;
	padding: 15px 25px 15px 0;
	text-align: right;
}

.bottom { clear: both; }

.clearfix:before,
.clearfix:after {
   content: "";
   display: table;
}
.clearfix:after {
   clear: both;
}
.clearfix {
   zoom: 1;
}