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

Body {
	font-size:80%;
	background-color:#99aac4;
	font-family:Arial, Helvetica, sans-serif;

}

.outer_container{
	/*width: 95%;*/
	padding-top: 10px;
	padding-bottom: 0px;
	background: #FFFFFF;
	margin-top:27px;
	margin-left:20px;
	margin-right:20px;
	

}

#grad1 {
    background: -webkit-linear-gradient(red, blue); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(red, blue); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(red, blue); /* For Firefox 3.6 to 15 */
    background: linear-gradient(red, blue); /* Standard syntax (must be last) */
}


.container {
	
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	/*margin-top: 20px;*/
	margin-bottom: 20px;

}


.fixed {
	position: fixed; 
	top: 0; 
	height: 70px; 
	z-index: 1;
}

.container_footer {
	width: 900px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 20px;
	margin-bottom: 20px;
	color:#FFF;
}

nav {
	
	width: 900px;
	height: 100px;
	
}



nav ul ul {
	
	display: none;
	text-decoration:none;
	
	
	
	
}

nav ul li:hover > ul {
	display: block;
	
		
}

nav ul {
	/*background: #20385b; */
	/*padding: 0 75px;*/
	/*border-radius: 10px;*/
	list-style: none;
	position: relative;
	display: inline-table;
	
}

nav ul:after {
	content: ""; clear: both; display: block;
	text-decoration:none;
}


nav ul li {
	text-decoration:none;
	float: left;
	/* smooth transition properties next up*/
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
	
	
}


nav ul li:hover {
	background: #20385b;
	/*background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);*/
		
}
	
	
nav ul li:hover a {
	color: #fff;
	text-decoration: none;
	
}
	

nav ul li a {
	text-decoration:none;
	display: block; padding: 10px 40px;

	color:#20385b;
		
	
}


nav ul ul {
	background: #5e6571; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	text-decoration:none;
	/* smooth transition properties next up*/
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
	
	
	
}
	
nav ul ul li {
	float: none; 
	border-top: 1px solid #FFF;
	/*border-bottom: 1px solid #101c2e;*/
	position: relative;
	text-decoration:none;
	
	
	}

nav ul ul li a {
	padding: 11px 40px;
	color: #fff;
	text-decoration:none;
}
	
nav ul ul li a:hover {
	background: #99aac4;
	text-decoration: none;
}



nav ul ul ul {
	position: absolute; left: 100%; top:0;
	text-decoration:none;
	vertical-align:bottom;
}




.page_title{
	background-color:#8b96a8;
	height:3px;

	
}

.page_title_centre{
	
	background-color:#99aac4;
	
	
	/*padding-right:1000px;*/
	
	color: rgba(0,0,0,0.6);
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),0px -5px 35px rgba(255,255,255,0.3);
	
	
}


.page_title_align{
	width:900px;
	
	
		
	
}

.whitetext{
	color:#FFF;
	}



#whitetext a{
	color:#FFF;;
	text-decoration:none
	}

.fltright{
	float: right;
	margin-left: 8px;
	
	}
	
.fltleft{
	float: left;
	margin-left: 100px;
	
	}

ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 10;
	margin: 10;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	
}

h1
{
color: #e9e9e9;
margin-left:-12px;
}

h2
{
color: #20385b;
}


a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration:none;
	color:#184990;
	
}


a:visited {
	color:#20385b;
}
	

a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color:#7e1621;
}

.header{
	float: right;
	margin-right: 25px;
	padding-top: 10px;
	color:#FFF;
	text-decoration: none;
	
	
	}

	
.header:link
	{
	text-decoration: none;
	color:#FFF;
	}
	
.header:active
	{
		color:#FFF;
	}
	
.header:hover
	{
		color: #0066FF;
	}	

.header:visited
	{
		color:#FFF;
	}



.gallery
	{
		background-color:#e8eaec;
	
	
	}	
	
	
.catalog
	{
	
	border-top: 1px solid #99aac4;
	
	}	
	
.catalog:link
	{
		
	
		
	}		
	
.catalog:hover
	{
	
	color: #FFF;
	text-decoration: none;
	background-color:#99aac4;
	padding:5px;
		
	}
	
	
	
		
	
.footer
	{
	
	color: #FFF;
	
	
	}	
	
.footer:link
	{
	font-size: 85%;
	color: #FFF;
		
	}		
	
.footer:hover
	{
	font-size: 85%;
	color: #CCC;
	text-decoration:underline;
		
	}
	
.special
	{
		text-decoration:line-through;
	
	}		

.facebook
	{
		margin-top:-110px;
		padding-left:500px;
		
	}	
	
.box 
	{ 
	} 

.box:hover 
	{ -moz-box-shadow: 0 0 10px #000; 
	-webkit-box-shadow: 0 0 10px #000; 
	box-shadow: 0 0 10px #000;
	} 


.copyright
	{
	font-size: 85%;
	color: #CCC;
		
	}		
	
section {
	height: 20vh;
}

/* Screens Settings */
#screen1 {	
	
}

#screen1 p {
	padding-top: 200px;


}

#screen2 {
	background: #efc94d;
	
}

#screen3 {
	background: #e1793d;
}


@media only screen and (max-width: 520px) {

nav li {
	padding: 24px 4px;
}


nav li a {
	font-size: 14px;
}

}
	
	

