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

/* Base element */

	html, body {
		height:100%;
	}

/*Images*/	

	img {
	padding:0;
	border: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}

/*End Images*/

/* Typo */		

	p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
		line-height:1.6em;
	}

	h1 {
		font-size: 2em;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
	
	h2 {
	font-size: 1.8em;
	line-height: 1.5em;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0.7em;
	margin-left: 0;
	}
	
	h3 {
		font-size: 1.5em;
		font-weight:normal;
       	line-height: 1.5em;
		margin: 0 0 0.3em 0;
		padding: 0;
	}
	
	h4 {
	font-size: 1.4em;
	font-weight:normal;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0px;
	margin: 0px;
	}
	
	h5 {
		font-size: 1.2em;
       	line-height: 1.5em;
		margin: 0 0 0.3em 0;
		padding: 0;
	}
	
	ul, li {
		margin:0px;
		padding:0px;
		list-style:none;
	}


/* End Typography */		

/* Links */

	a,	a:link,	a:active {
		color:#212020;
		text-decoration: none;
	}

	a:hover {
	color:#FF0000;
	text-decoration: underline;
	}


/* End Links */

/* End Base element */

	body {
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		text-align: left;
		font-size:12px;
		color:#212020;
		background: url(images/sky.jpg) repeat-x top left;
	}
	
	#container{
	margin:0 auto;
	width:760px;
	padding:0px 0px 30px 0px;
    }

/*Header and menu */	

	#header{
	margin:0;
	position:relative;
	display: block;
	height: 100px;
    }
	
	#header h1 {
	display:none;
	position:relative;
	margin:0px;
	float:left;
	left:5px;
	height:82px;
	width:400px;
	overflow:hidden;
	padding:0;
	text-decoration:none;
	text-indent:-9999px;
	background-repeat: no-repeat;
	background-position: left top;
	visibility: hidden;
	}
	
	#header h1 a {
		display:block;
		height:82px;
		width:500px;
	}
	
	#quote {
	position:relative;
	float:right;
	width: 305px;
	display: block;
	margin-top: 50px;
	}
	
	#quote h2 {
	font-size:1.5em;
	font-style:italic;
	float: left;
	overflow: auto;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
	#quote p{
		text-align:right;
		margin:0px 10px 0px 0px;
		text-align:right;
		color:#b7b7b7;
	}

/* DropDown Menu */	
	
	#menus {
	padding:0px;
	margin-top: 2px;
	display: block;
	height: 160px;
	}
	
	ul.dropdown {
	position: relative;
	font-size:1.1em;
	float:left;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/main-menu-back.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 565px;
	display: block;
	overflow: auto;
	}
	
	ul.dropdown li  {
		padding: 0;
		position:relative;
		float: left;
		margin: 0px 0px 0 0px;
		display: block;
	}

	ul.dropdown li a{
		float: left;
		padding: 9px 13px 0px 13px;
		margin:0px;
		height:27px;
		text-decoration:none;
		color:#ffffff;
	}
	
	ul.dropdown li a:hover {
	background: url(images/main-menu-hover.png) repeat-x top left;
	color:#ffffff;
	}
	
	ul.dropdown ul {
		 list-style: none;
		 margin: 0;
		 padding: 0;
	}

	
	ul.dropdown li.hover, ul.dropdown li:hover {
		 position: relative;
		 z-index: 599;
		 cursor: default;
		 background-color: transparent;
	}

	ul.dropdown ul {
		 visibility: hidden;
		 position: absolute;	
		 top: 100%;
		 left: 0;
		 z-index: 598;
		 background-color: #222222;
		 color: #fff;
		 font-size: 12px;
		 text-transform: none;
		 filter: alpha(opacity=90);
		 -moz-opacity: .9;
		 KhtmlOpacity: .9;
		 opacity: .9;
		 min-width:150px;
	}
	
	ul.dropdown li.dir {
	 	padding: 0px;
	}

	ul.dropdown ul li.dir {
	 	padding-right: 0px;
	}

	ul.dropdown ul li {
		background:transparent none repeat scroll 0 0;		
		float:none;
		margin:0;
		padding:0;		
		position:relative;
		border-bottom:1px solid #333333;
	}

	ul.dropdown ul li a {
		color:#FFFFFF;
		padding:6px 13px 6px 13px;
		margin:0px;
		display:block;
		float:none;
		height:auto;	
		white-space:nowrap;			
	}
	
	ul.dropdown ul li a:hover, ul.dropdown ul li:hover, ul.dropdown ul li.hover  {
		background: url(images/main-menu-hover.gif) repeat-x center left;
	}
	
	
	ul.dropdown ul ul {
		 top: 0px;
		 left: 100%;
	}

	ul.dropdown li:hover > ul {
 		visibility: visible;
	}

	ul.dropdown li.rtl ul {
		top: 100%;
		right: 0;
		left: auto;
	}
	
	ul.dropdown li.rtl ul ul {
		top: 1px;
		right: 99%;
		left: auto;
	}
	

/* En DropDown Menu */	


	ul.contact {
		position: relative;
		margin:0 0 0px 0;
		padding:2px 10px 0px 0px;
		font-size:1.1em;
		float:right;	
        list-style: none;		
		z-index: 597;	
	}
	
	ul.contact li  {
		float: left;
		padding: 9px 13px 0px 13px;
		margin:0px;
		height:27px;
		text-decoration:none;
		font-style:italic;
		font-weight:bold;
		color:#ffffff;
	}
	
	ul.submenu {
		position: relative;
		margin:10px 0 0px 0;
		padding:0px 0px 0px 10px;
		font-size:1.1em;
		float:right;	
        list-style: none;	
	}
	
	ul.submenu li  {
		padding: 0;
		float: left;
		margin: 0px 0px 0 15px;
		display: block;
	}

	ul.submenu li a{
		float: left;
		padding:4px 3px  4px 3px;
		margin:0px;
		text-decoration:none;	
	}
	
	ul.submenu li a:hover {
		color:#669600;
		text-decoration:none;
	}
	
	 ul.submenu li a#currentsub {
		border-bottom:3px solid #669600;
		text-decoration:none;
	}

/* 960 coloumn */

	.col2 {
	width:760px;
	display: block;
	margin-left: -50px;
	}
	
	.col3 {
	float: left;
	width: 370px;
	padding-left: 0px;
	padding-right: 10px;
	}
	
	.col4 {
	float: left;
	width: 360px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
/* End 960 Column */
	
	#mainbar {
	background-image: url(images/line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 760px;
	display: block;
	margin-bottom: 15px;
	}
	
	#description {
	display: block;
	float: left;
	position: relative;
	width: 550px;
	margin-left: -70px;
	padding-top: 7px;
	}
	
	#description h2{
		font-size:2.1em;
		font-weight:normal;
		margin-bottom:5px;
		letter-spacing:-1px;
	}
	
	.buttons-group {
		position:relative;
		float:left;
		display:inline;
		padding-top:4px;
		margin-left:118px;
	}
	
	a.button-home {
		color:#ffffff;
		display:block;
		float:left;
		cursor:pointer;
		padding:0px 20px 0px 20px;
		height:33px;
		line-height:33px;
		background:url(images/button-home-left.gif) no-repeat top left;
	}
	
	div.button-home1 {
		float:left;
		margin-left:10px;
		background:url(images/button-home-right.gif) no-repeat top right;
	}		
	
	#smallbar {
		height:14px;
		width:100%;
		background:url(images/small-bar.gif) no-repeat top left;
	}
	
	/* Subpage and Genral page title */
	
	#subbar {
		position:relative;
		margin:15px 10px 17px 10px;		
		padding-bottom:15px;
		background:url(images/line.gif) repeat-x bottom left;
	}
	
	
	#subbar h1{
		float:left;
		margin-bottom:0px;
	}
		
	/* END Subpage and Genral page title */
	
/* Slides Home Page */

	.prevNext {
		display:none;
		height:100%;
		float:left;
	}
	
	.has-script .prevNext{ 
		display:block; 
		z-index:100;
	}
	
	.prevNext a{
		display:block;
		position:relative;
		margin-top:70px;
		float:left;
		height:25px;
		width:14px;
		text-decoration:none;
		text-indent:-9999px;
	}
	
	.prevNext a:focus {
		outline-style:none;
	}
	
	a.prev {
		background: url(images/prev.gif) no-repeat top center;
	}
	
	a.next {
		background: url(images/next.gif) no-repeat top center;
	}
	
	#jFlowSlide {
		float:left;
		margin: 0px 13px 0px 11px;
		overflow:hidden;
	}
	
	#slides {
		float:left;
		height:170px;
		overflow:hidden;
	}
	
	#slides img {
		float:left;
	}	
	
	/*End Slides */
	
/*End Header and menu */

/*Content*/

	#content {
	position:relative;
	float: right;
	width: 380px;
	margin: auto;
	}
	
	#main {
	
		float:left;
		margin:0 0 10px 0px;
		padding:0px 22px 0px 10px;
		display:inline;
		width:608px;
		background:url(images/line-side.gif) repeat-y top right;
	
	}
	
	.page {
	
		padding-bottom:10px;
	
	}
	
	.home h2, .gallery h2 {
	font-size:1.5em;
	margin-bottom:5px;
	font-weight:normal;
	color:#FF0000;
	}
	
	.home h2 a, .gallery h2 a {
	
		color:#212020;
		text-decoration: none;
	
	}
	
	.home a, .page a {
	
		color:#669600;
	   	text-decoration: none;
	
	}
	
	.home a:hover, .page a:hover {
	
		color:#669600;
	   	text-decoration: underline;
	
	}
	
	.page h2 {
	
		font-size:1.6em;
		margin-bottom:10px;
		line-height:1em;
		
	}
	
	.page h2 a{
		color:#212020;
		
	}
	
	.page h2 a:hover{
		color:#669600;
		
	}
	
	.page h3 {
	
		font-size:1.5em;
		margin-bottom:7px;
		line-height:1.2em;
		font-weight:normal;		
	}
	
	.block {
	
		margin-bottom:25px;
		
	}
	
	.gallery img{
	
		padding:4px;
		margin:0px 0px 15px 0px;
		width:290px;
		height:120px;
		background:#cccccc;
		border:1px solid #bbbbbb;
		
	}
	
/* News Section */	


	p.quote {
		padding:0px 0px 0px 15px;
		margin-left:20px;
		color:#888888;
		background:url(images/line-side.gif) repeat-y top left;
	}

/*End Content*/
	
/*Footer */
	
	#footer{
	height:120px;
	color:#abb096;
	background:url(images/footer-back.gif) no-repeat top left;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	width: 750px;
    }
	
	#footerleft p{
		float:left;
		line-height:63px;	
	}
	
	#footerleft ul{
	padding:0px;
	float:left;
	margin:auto;
	list-style:none;
	}
	
	#footerleft ul li{
	float:left;
	list-style:none;
	margin:0;
	margin-right:2em;
	color: #FFFFFF;
	}
	
	#footerleft a {
		color:#ffffff;
	}	
	
	a.download{
		color:#ffffff;
		display:block;	
		cursor:pointer;
		padding:0px 20px 0px 21px;
		height:33px;
		line-height:33px;
		background:url(images/download-left.gif) no-repeat top left;
	}
	
	a.download:hover {
		color:#ffffff;
	}
	
	div.download {
		float:right;
		margin-top:14px;
		margin-left:10px;		
		background:url(images/download-right.gif) no-repeat top right;
	}		
	
	
	
	p.bottom {
		text-align:center;
		margin-top:10px;
		color:#919387;
	}

/*End Footer */


/*Tools*/

	.hidden {
		display:none;
	}

	.center {
		margin:0 auto;
	}
	
	.last {
		margin:0px;
		padding:0px;
	}
	
	.imagelast {
		margin-left:0px;
		margin-right:0px;
	}
	
	.elementclear {
		clear:both;
	}
	
	.clear, .clearline {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	
	.margin-bottom {
		margin-bottom:20px;
	}
	
	.left {
		float:left;
		display:inline;
	}
	
	.right {
		float:right;
		display:inline;
	}#container #header #quote img {
}
#container #header #quote #social {
	float: right;
}
#container #mrblogo {
	background-image: url(images/logo.png);
	height: 200px;
	width: 200px;
	float: left;
	margin-top: -58px;
}
#container #content2 {
	display: block;
	width: 380px;
	float: left;
	position: relative;
	margin: auto;
}
#container #col5 {
	position: relative;
	margin-right: 5px;
	margin-left: 5px;
}


#container #content2 .col3 #contactform  label {
	display: block;
	float: left;
	width: 84px;
	text-align: right;
	margin-top: 3px;
	margin-right: 5px;
}
#subbutton {
	margin-left: 80px;
}
#container #content2 .col3 #contactform {
	display: block;
	float: left;
	position: relative;
}
#container #space {
	display: block;
	width: 760px;
}
#container #bottom {
	display: block;
	position: relative;
}
#menus #description #location {
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
}
#menus #description #location #phone {
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
#heading {
	color:#000000;
}
#container #content3 .col5 {
	padding-right: 7px;
	padding-left: 7px;
}
#menus #main-menu a:hover {
	background-image: url(images/main-menu-hover.gif);
	background-repeat: repeat-x;
	background-position: left;
}

#container #bottom #content2 .col3 #contactheader {
	display: block;
	margin: auto;
}

#container #bottom #content .col3 #movie {
	padding-bottom: 10px;
}
#menus #mrblogo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 200px;
	width: 185px;
	margin-top: -60px;
}
#footer #links {
	float: right;
	position: relative;
}
#footer #links2 {
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}

#footer #links3 {
	float: right;
	margin-right: 40px;
	margin-top: 10px;
}

#footer #links2 #footlink1 li {
	display: block;
	margin: 5px;
}

#footer #links3 #footlink1 li {
	display: block;
	margin: 5px;
}
#footer #links2 #footlink1 a {
	color: #FFFFFF;
}
#footer #links3 #footlink1 a {
	color: #FFFFFF;
}
#footer #footerleft {
	display: block;
	float: left;
	margin-top: 20px;
}
