/*	CSS Document for (MATTHEW FAIRWEATHER)
	Designed by THE CUBE LAB
	Designer name : (STEVE)

/*	Colors used on site : 

footer : #
links : #
text : #
other :

red - #e11f27

*/

/*------------------------------
			GLOBAL
-------------------------------*/


body {
	
	font-family: "Helvetica Neue", arial, verdana, sans-serif;
	text-align: center;
	font-size: 40%;
	margin: 3% 0;
}

body#basic-page #content, body#basic-page #logo {
	top: 50px;
	height: 500px;
	background-position: bottom left;
}

body#contact-page #banner {
	
}

img {
	border: none;
}

/*------------------------------
			LAYOUT
-------------------------------*/

#container {
	position: relative;
	width: 848px;
	height: 700px;
	margin: 0 auto;
	text-align: center;
}

#navcontainer {
	width: 848px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	xbackground: url(/templates/resources/mfd/sideline.gif) repeat-y top left;
	z-index: 200;
}

#banner {
	width: 848px;
	height: 325px;
	padding-left: 0px;
	padding-top: 80px;
	margin-left: 1px;
	border-left: 1px solid #dcdcdc;
	z-index: 1;
	color: #fff;
	text-align: left;
	font-size: 1.4em;
}


#subnav {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0;
	background: url(/templates/resources/mfd/sideline.gif) repeat-y top left;
	text-align: left;
}

#content {
	xposition: absolute;
	width: 450px;
	xheight: 350px;
	xtop: 410px;
	left: 0;
	xborder: 1px solid #000;
	background: url(/templates/resources/mfd/sidestrip.gif) no-repeat top left;
	padding-left: 22px;
	padding-top: 17px;
	text-align: left;
}

#logo {
	background: url(/templates/resources/mfd/logo.gif) no-repeat;
	position: absolute;
	width: 194px;
	height: 94px;
	top: 485px;
	left: 640px;
}

#footer {
	xposition: absolute;
	width: 848px;
	height: 80px;
	xtop: 700px;
	left: 0;
	text-align: center;
}


/*------------------------------
			NAVIGATION
-------------------------------*/


#subnav ul {
	text-transform: uppercase;
	font-size: 1.0em;
	line-height: 2px;
	text-align: left;
	padding-left: 10px;
}

#subnav ul li {
	list-style: none;
	display: inline;
}

#subnav ul li a:link {
	text-decoration: none;
	color: #777;
	border: 1px solid #dcdcdc;
}

#subnav ul li a:visited {
	text-decoration: none;
	color: #777;
	border: 1px solid #dcdcdc;
}

#subnav ul li a:hover {
	text-decoration: none;
}

#here a {
	color: #e11f27;
}


/*------------------------------
			TEXT
-------------------------------*/

#content {
	font-size: 1.6em;
	color: #000;
	line-height: 1.5;
}

#banner p {
	padding-left: 20px;
}


#footer {
	text-transform: uppercase;
	color: #777;
	border-top: 1px solid #dcdcdc;
	font-size: 0.9em;
	color: #666;
}

/*------------------------------
			LINKS
-------------------------------*/

a:link {
	color: #000;
	xfont-weight: bold;
	text-decoration: none;
}

a:active {
	background: gray;
}

a:hover {
	color: #e11f27;
}

a:visited {
	text-decoration: none;
	color: #e11f27;
}


/*------------------------------
			HEADINGS
-------------------------------*/

h1, h2, h3 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 1.6em;
}

#content h1 {
	padding-top: 10px;
	
	letter-spacing: 0px;
	color:#e11f27;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.2em;
}

#banner h3 {
	padding-top: 120px;
	padding-left: 20px;
}

#footer h4 {
	line-height: 1.9;
	font-weight: lighter;
}



/*------------------------------
			IMAGES
-------------------------------*/





/*------------------------------
			FORMS
-------------------------------*/

fieldset {
	border: none;
}

form p {
	font-size: 1.1em;
	color: #fff;
	float: left;
	xpadding-left: 20px;
}

form {
	width: 800px;
	height: 200px;
	margin: 0;
	padding: 0;
	text-align: left;
	padding-top: 110px;
	xmargin-top: 110px;
	padding-left: 18px;
}

label {
	display:  block;
	padding-left: 0;
}

input {
	font-size: 1.1em;
	padding: 0 5px 5px 5px;
	padding-right: 0;
	width:  226px;
	xheight: 13px;
	color: #3f2813;
	border: none;
}
textarea {
	font-family: Helvetica, Georgia, serif;
	font-size: 1.0em;
	padding: 5px;
	width: 473px;
	height: 60px;
	color: #3f2813;
	border: none;
}

input.btn {
	width: 226px;
	height: 50px;
	margin-top: 21px;
	xtext-indent: -9999px;
	color: #fff;
	background: #00A2E0;
	border: 2px solid #fff;
}



/*------------------------------
			TABLES
-------------------------------*/
#banner table {
	padding-left: 20px;
}

/*------------------------------
			MISC
-------------------------------*/