/*
	stylesheet: this is the main stylesheet file.

	Author: Dalton K. Mackie
	Version: 2011.07.10
*/

body {
	background-color: #40464B;
}

body, input, textarea, select {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #255876;
}

img {
	border: none;	
}

.main, .footer {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.main {
	min-height: 800px;
	border: solid 3px white;
	background-color: #CCCCCC;
}
.footer {
	height: 50px;
	margin-top: 10px;
	display: block;
	text-align:center; 
	color: #CCCCCC
}

.topbar {
	float: left;
	min-height: 230px;
    width: 100%;
	display: block;
	text-align: center;
}

.leftbar {
	float: left;
	width: 20%;
}

.navbar ul {
	width: 120px;
	text-align: center;
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
}
.navbar li {
	border: solid 3px white;
	margin: 7px;
}
.navbar ul a {
	display: block;
	padding: 7px;
	text-decoration: none;
}
.navbar ul a:link, .navbar ul a:visited {
	background-color: #255876;
	color: white;
}
.navbar ul a:hover {
	background-color: #DDDDDD;
	color: #255876;
}
.navbar ul a:active {
	background-color: white;
	color: #333333;
}

.logos {
	margin-top: 64px;
	display: block;
	text-align: center;
}
.logos img {
	width: 110px;
}

.content {
	overflow: auto;
    width: 77%;
	margin: 0;
	padding: 10px;
	padding-top: 0px;
	min-height: 570px;
	float: right;
	background-color: #DDDDDD;
}

#iconbuynow {
	float: right;
	display: block;
	text-align: center;
	padding: 10px;
	color: green;
}

#facepage {
	float: right;
	display: block;
	text-align: center;
	padding: 10px;
}

#video {
	display: block;
	text-align: center;
}

#slideshow {
	min-height: 500px;
	display: block;
	text-align: center;
}

/*
	expands the parent div if placed before closing
	parent div tag.
*/
.clearboth {
	clear: both;
	width: 0px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

a:link, a:visited {
	color: #255876;
	text-decoration:none;
}
a:hover {
	color: #255876;
	text-decoration:underline;
}
a:active {
	color: #333333;
	text-decoration:underline;
}