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

Copyright a|f8 - shaun harrison 2009 */

/*

GLOBAL

*/

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	font-size:11px;
	line-height:18px;
	font-family: "Courier New", Courier, monospace;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
:focus {
	-moz-outline-style: none;
}
/*

STRUCTURE

*/

#container {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 600px;
	margin-top: -275px;
	margin-left: -50%;
}
#canvas {
	height: 600px;
	width: 100%;
	text-align: left;
	background-repeat: repeat-x;
	background-position: center center;
}
#layout {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 600px;
	background-image: url(/img/bg.png);
}

/* TOP NAVIGATION */

#topnavi {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnavi ul li {
	float: left;
	padding-right: 15px;
}
#topnavi ul li a:link, #topnavi ul li a:visited, #topnavi ul li a:active {
	display: block;
	background-position: 0% 0px;
}
#topnavi ul li a:hover {
	background-position: 0% -5px;
}
#topnavi ul li a.selected {
	background-position: 0% 5px;
}


/*

SLIDE

*/

#slide {
	position: relative;
	width: 1024px;
	height: 600px;
}
#slide div.left {
	width: 200px;
	height: 460px;
	float: left;
	padding: 20px;
}
#slide div.right {
	width: 700px;
	height: 550px;
	float: right;
	padding: 20PX 20PX 0PX 20PX;
}
/*

FOOTER

*/

#footer {
	position: relative;
	width: 840px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}
#footer div.left {
	width: 500px;
	padding-top: 0px;
	float: left;
	text-align: left;
	margin-right: 0px;
	font-family: Georgia, serif;
	font-size: 12px;
}
#footer div.right {
	width: 200px;
	float: right;
	text-align: right;
	padding-top: 15px;
}
/*

COPYRIGHT

*/

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	padding-top: 10px;
}
a.copyright:link, a.copyright:visited, a.copyright:hover, a.copyright:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	padding-top: 10px;
}
.pagetitle {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 12px;
}
.nav-header {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	float: left;
	height: 18px;
	width: 175px;
	background-color: #333333;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}
.about-paragraph {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 26px;
	text-align: justify;
}
#slide  div.right-portfolio-nav {
	width: 700px;
	height: 40px;
	float: right;
	padding-top: 10px;
	text-align: right;
}
#slide div.right-imgcontainer {
	width: 700px;
	height: 460px;
	float: right;
}
#slide   div.right2 {
	width: 180px;
	height: 350px;
	float: left;
	padding-left: 20px;
	margin-top: 200px;
}
#slide  div.right1 {
	width: 460px;
	height: 550px;
	float: left;
	padding-right: 20px;
}
.socialLine {
	width:175px;
	border-top:#666 solid 1px;
	margin:15px 0 0 0;
}
#socialMedia {width:102px; margin:10px auto 0 auto; background-color:#930;}
#socialMedia .facebook {width:30px; margin: 0 10px 0 0; float:left;}
#socialMedia .twitter {width:30px; margin: 0; float:left;}

