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

body {
	font: 14px/20px Tahoma, Geneva, sans-serif;
	color: #696969;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	background-color: #FFF;
	background-image: url(../images/general/bgr-body.jpg);
	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: 22px;
	font-weight: normal;
	color: #1757A7;
}

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

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


h4 {
	
}

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

.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 {
	list-style-type: none;
	display: inline-block;
	position: relative;
	float: left;
}

#navigation ul li a {
	color: #F3B001;
	text-align: center;
	float: left;
	padding-top: 15px;
	font-size: 11px;
	font-weight: bold;
	height: 35px;
	width: 103px;
	background-image: url(../images/general/bgr-navigation-link.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#navigation ul li a:hover {
	background-position: bottom;
	color: #FFF;
}


#navigation ul li > ul {
	display:none;
	width: 150px;
	z-index: 100;

}




#navigation ul li:hover > ul{
	margin: 0px;
	position: absolute;
	display: block;
	z-index: 200;
	top: 50px;
	left: -10px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;


}

#navigation ul li:hover > ul li img{
	margin-left: 5px;	
	
}

#navigation ul li:hover > ul li a {
	float:left;
	line-height: 24px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	text-align: left;
	margin-bottom: 1px;
	color: #F3B001;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	background-image: url(http://www.stilu.co.uk/images/general/btn-drop-down.png);
	background-repeat: no-repeat;
	background-position: top;

}

#navigation ul li:hover > ul li a:hover{
	color: #FFF;
	background-image: url(http://www.stilu.co.uk/images/general/btn-drop-down.png);
	background-position: bottom;



}

#navigation #contact {
	width: 115px;

}


#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;
	padding-top:40px;
	position: relative;
}

#wrapper .body_image
{
	position: absolute;
	z-index: -1;
	left:-300px;
	top: 0px;	
}

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

}


#body_wrapper {
	float: left;
	width: 880px;
	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;*/
	background-color:#0F3A71;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	position:relative;
}

#footer h2{
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4A4A4;
}

#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: #CCC;
	float: left;
}

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

#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;
}


#social
{
	margin-right:10px;
	position:absolute;
	top: 60px;
	z-index: 1;
	right: 0px;
	height: 40px;
	width: 85px;
}

#social ul
{

	height: 40px;
	width: 85px;
}


#facebook
{
	background-image: url(../images/general/icon-facebook.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 40px;
	width: 40px;
	margin-right: 5px;
	float: left;
}

#facebook:hover
{

	background-position: bottom;
	
}

#twitter
{
	background-image: url(../images/general/icon-twitter.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 40px;
	width: 40px;
	float: left;
}

#twitter:hover
{

	background-position: bottom;
	
}


