/* this file contains layout instructions and typography for specific layout sections */

* {
	padding: 0px;
	margin: 0px;
}

html {
}

body {
	position: relative;
	background: #9e9e9e url(../img/layout/background.jpg) no-repeat top center;
	text-align: center;
	font-family: Verdana;
	font-size: 62.5%;
}

#container {
	background: url(../img/layout/container.png) repeat-y;
	position: relative;
	text-align: left;
	width: 892px;
	margin: 0 auto;
	padding: 0 36px 0 37px;
	min-height: 700px;
	font-size: 1.3em;
}

.structure {
	position: relative;
	width: 892px;
}

.columns {
	position: relative;
	float: left;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.red { color: #ff0000; }
h4 { color: #10367a; font-size: 2.5em; margin: 33px 0 10px 0; font-family: Georgia; font-weight: normal; }
h5 { color: #79797a; font-size: 1.9em; font-family: Trebuchet MS; font-weight: normal; line-height: 1.0em; margin: 33px 0 7px 0; }
h6 { color: #484848; font-size: 1.2em; font-family: Verdana; margin:20px 0 15px 0; font-style:italic; font-weight: normal; line-height:1.2em;}
p { margin: 0 0 15px 0; line-height: 1.5em; }
a { color: #3691FE; text-decoration: underline; }

#flashMessage {
	color: red;
	margin: 2px 0;
}

a img { border: none; }
table { margin: 0 0 30px 0; }

/* Header 
**************************************************************************/
#header {
	background: url(../img/layout/header_sub.png) no-repeat;
	height: 348px;
	width: 910px;
	margin: 0 0 0 -10px;
}

#body-home #header {
	background: url(../img/layout/header_pitch.png);
	width: 910px;
	height: 345px;
}


#logo h1 a {
	height: 130px;
	width: 415px;
	
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 14px;
	left: 41px;
}

#navigation {
	position: absolute;
	width: 910px;
	height: 44px;
	background: url(../img/layout/nagivation.png);
	top: 185px;
	left: 14px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
	margin: 0 16px 0 0;
}

#navigation ul li a {
	color: #d9d9d9;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
}

#navigation ul li a:hover {
	color: #fea546;
}
/*************************************************************************/

/* Content
**************************************************************************/
#main {
	margin: -130px 0 0 0;
	padding: 20px 90px;
	width: 712px;
}

.strong_msg {
	font-size: 1.3em;
	font-weight: bold;
}
/*************************************************************************/

/* Footer
**************************************************************************/
#footer {
	padding: 0 90px;
	width: 712px;
	margin: 100px 0 0 0;
}

#bottom_icons img { margin: 0 62px; vertical-align: middle; }
#lasd { font-size: 0.8em; margin: 35px 0 0 0; }

#footer .navigation {
    height: 215px;
    width: 710px;
    background: url(../img/layout/footer.png);
    position: relative;
    margin: 0 0 0 -100px;
	color: #ffffff;
	padding: 20px 100px 0;
	font-size: 0.9em;
}

#footer .no_navigation {
    width: 710px;
    background: url(../img/layout/footer.png);
    position: relative;
    margin: 0 0 0 -100px;
	color: #ffffff;
	padding: 20px 100px 0;
	font-size: 0.9em;
}


#footer .navigation h3 {
	color: #ffffff;
	margin: 0 0 2px 0;
}

#footer .navigation a {
	color: #ffffff;
	text-decoration: none;
}

#footer .navigation .locations {
	font-size: 0.8em;
}

#footer #copyright {
	font-size:0.8em;
	margin:10px 0 0 0;
	padding:0 0 15px;
	color: #b4b4b4;
}

#footer #flavourstudios {
	position: absolute;
	bottom: 3px;
	right: 15px;
}

#footer #flavourstudios a {
	color: #ff7d1d;
	font-size: 0.8em;
	font-weight: normal;
}

/*************************************************************************/

