@charset "utf-8";
/* CSS Document */

body {
	font: 13px/20px Tahoma, Geneva, sans-serif;
	color: #696969;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background-color: #E1E1E1;
	background-image: url(../images/general/bgr-body.png);
	background-repeat: repeat-x;
}

hr {
	height: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #CECECE;
  border-bottom: 1px solid #EEE;
	border-right-style: none;
	border-left-style: none;
}

a {
	color: #D46104;	
}

a:hover {
	text-decoration: none;
	color: #F5B501;
}

img {
	border-style: none;	
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color: #1757A7;
}

h2 {
	color: #000;
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 13px;
	color: #000;
	margin-bottom: 0px;	
}


h4 {
	
}

#navigation .active {
	background: #807F87;
	color: #FFF;
	cursor: default;
	text-decoration: none;
}

.nav_packages .active {
	float: left;
	width: 100px;
	line-height: 30px;
	text-decoration: none;
	height: 30px;
	padding-left: 5px;
	font-size: 12px;
	color: #F1AC02;
	font-weight: bold;
	cursor: default;
}



#header {
	height: 100px;
	width: 900px;
	background: url(../images/general/bgr-header.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
}


#navigation {
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#navigation img {
	float:left;
}

#navigation ul {
	margin: 0px;
	padding: 0px;	
}

#navigation ul li {
	display: inline;
	list-style: none;	
}

#navigation ul li a {
	color: #F3B001;
	text-align: center;
	float: left;
	padding-top: 15px;
	font-size: 11px;
	font-weight: bold;
	height: 35px;
	width: 103px;
}

#navigation ul li a:hover {
	background: #807F87;
	color: #FFF;
}



#navigation #contact {
	width: 115px;

}

#navigation #login:hover {

}

#wrapper_top {
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/general/bgr-wrapper-top.png) no-repeat;
}

#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: url(../images/general/bgr-wrapper.png) repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}

#banner {
	float: left;
	width: 900px;
}


#body_wrapper {
	float: left;
	width: 880px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}


#main_content {
	float: left;
	width: 580px;
}

#side_nav {
	float: right;
	width: 250px;
	padding-left: 10px;
}

#footer{
	clear: both;
	width: 880px;
	color: #FFF;
	background: #404040 url(../images/general/bgr-footer.jpg) no-repeat;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer h2{
	color: #DADADA;
	text-align: center;
	font-weight: bold;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #5B5B5B;
}

#footer p{
	margin: 0px;	
}

#footer ul {
	margin: 0px 0px 5px;
	padding: 0px;
	width: 900px;
	float: left;
}

#footer ul li {
	display: inline;
	list-style: none;	
}

#footer ul li a{
	color: #F1AC02;
	float: left;

}

#footer ul li a:hover{
	color: #FED26D;
}

#footer img {
	float: left;
	margin-top: 1px;
	margin-right: 8px;
	margin-left: 8px;
}

#footer_wrapper {
	background: url(../images/general/bgr-footer-wrapper.png) no-repeat;
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;	
	padding-right: 10px;
	padding-left: 10px;
}
