html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


/********************************* END OF RESET ****************************/


body
{
	background-color:white;
	margin: 0;
	width:100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
}

/* DISPLAY NONE CLASS */

.none
{display: none;}


header
{
	background-color: #EAEAEA;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #CDCDCD solid 1px;
}

.logoimg
{
	width: 550px;
	margin-right:auto;
	margin-left: auto;
	display: block;
}

h2 {
	max-width: 700px;
	color: #434343;
	font-size: 1.5em;
	line-height: 1.3em;
	border-left: #E4E4E4 solid 1px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 55px;
	font-weight: lighter;
}


h3 {
	max-width: 700px;
	color: #9B9B9B;
	text-align:left;
	font-size: 1.1em;
	line-height: 1.2em;
	padding-left: auto;
	padding-right:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	font-weight: lighter;
}

#welcomeText {
	width:120px;
	text-align:center;
	color: #434343;
	font-size: 1.5em;
	line-height: 1.3em;
	border-left: #E4E4E4 solid 1px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
	margin-bottom: 45px;
	font-weight: lighter;
}

#navigation_section_top
{
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

#navigation_section_bottom
{
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

#navigation_button
{
	padding-top: 10px;
}	
#navigation_button img
{
	opacity:0.7;
}
#navigation_button img:hover
{
	opacity:1.0;
}



#naviText{
	width:100px;
	text-align:center;
	color: #FCFCFC;
	font-size: 2.0em;
	line-height: 1.3em;
	
	left:-20px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 17px;
	
	font-weight: lighter;
	-moz-transition: all 0.1333s;
	-webkit-transition: all 0.1333s;
	-ms-transition: all 0.1333s;
	-o-transition: all 0.1333s;
	transition: all 0.1333s;

	opacity:0.0;
}


#navigation_button:hover + #naviText {
    opacity: 0.9;
}

#image_back
{
background-color:#7D8489;
width: 100%;
height: 100%;
padding-top: 80px;
padding-bottom:80px;
border-top: #505254 solid 1px;
border-bottom: #505254 solid 1px;
-moz-transition: all 0.333s;
-webkit-transition: all 0.333s;
-ms-transition: all 0.333s;
-o-transition: all 0.333s;
transition: all 0.333s;
}

#image_area
{
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	padding-bottom:0px;
	text-align:center;
	background-image: url(tweed.png);
	border-top: #505254 solid 1px;
	border-bottom: #505254 solid 1px;
	min-height:640px;
}

#image_area img
{
	max-width: 100%;
	max-height: 100%;	
	box-shadow: 15px 15px 60px #000;
}

footer
{
	background-color: #657A89;
	line-height: 1.5em;
	font-size: 0.8em;
	padding-top: 40px;
	padding-bottom: 40px;	
	letter-spacing: .05em;
}

footer p {
	color: #83DEFF;
	text-align: center;
}

footer a {
	text-decoration: none;
	color: #fff;
	text-align:center;
}

footer a:hover {
	color: #000;
}


a:link		{color: #FCFCFC; text-decoration: none; }
a:active	{color: #FCFCFC; text-decoration: underline; }
a:visited	{color: #FCFCFC; text-decoration: none; }
a:hover		{color: #FCFCFC; text-decoration: underline; }