/*************************************
Big D Webspinner STYLES
*************************************/

html {
	font-size: 125%;
	}
	
body {
	background-color: #000000;
	font-size: 50%;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	}

#main {
	position: relative;
	width: 750px;
	margin: auto;
	border-left: #bebebe solid;
	border-right: #a6a6a6 solid;
	background-color: #ffffff;
	}
	
/*************************************
GLOBAL STYLES
*************************************/

h1 {
	font-size: 20px;
	}

h2 {
	font-size: 16px;
	}

h3 {
	font-size: 12px;
	}

h1, h2, h3 {
	margin-bottom: 5px;
	}
	
hr {
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
	}
	
li {
	font-size: 11px;
	margin-bottom: 3px;
	margin-left: 20px;
	}

p, dl {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;}

#signature {
	background: url(images/content/home/signature.gif) no-repeat;
	width: 265px;
	height: 92px;
	margin-left: 10px;
	}

a {
	text-decoration: none;
	color: #BB8800;
	}

a:hover, .selected {
	text-decoration: none;
	color: #919191;
	}
	
.clearfloats {
	clear: both;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	}

.footer {
	color: #bb8800;
	font-size: 10px;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
	}
	
.center {
	margin: auto;
	text-align: center;
	}
	
blockquote {
	padding-right: 20px;
	padding-left: 20px;
	}
	
.bold {
	font-weight: bold;}

.italic {
	font-style: italic;}

.bold-italic {
	font-weight: bold;
	font-style: italic;}

/*************************************
MAIN SECTIONS
*************************************/

#masthead {
	position: relative;
	background: url(images/presentation/masthead.gif) no-repeat;
	width: 750px;
	height: 350px;
	margin-bottom: 20px;
	}
	
#page-content {
	margin-right: 10px;
	margin-left: 165px;
	}

#main-nav {
	float: left;
	margin-left: 5px;
	width: 150px;
	}
	
/*************************************
MAIN NAVBAR
*************************************/

.main-navbtn {
	display: block;
	width: 150px;
	height: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	font: 12pt Verdana, Arial, sans-serif;
	color: #af5200;
	text-align: center;
	text-decoration: none;
	background: url(images/navbuttons/threestate.gif) 0px -40px no-repeat;
	}

.main-navbtn:hover {
	background: url(images/navbuttons/threestate.gif) 0px -20px no-repeat;
	color: #ffffff;
	}

#home #index, #services #serv, #about-us #about, #portfolio #port, #favorites #fav, #friends #fri {
	background: url(images/navbuttons/threestate.gif) 0px 0px no-repeat;
	color: #ec9e08;
	}