* {
	font-family:arial, sans-serif;
	margin:0px;
}

body {
	text-align:center;
	color:#333333;
	background:#000 url('../images/structural/background_black.png') top left repeat-x;
	font-size:62.5%;
}

#top {
	margin:0 auto;
	width:930px;
	height:3em;
	text-align:right;
	background:transparent url('../images/structural/container_background.png') top left repeat;
}

#top p {
	font-size:1.2em;
	line-height:2.3em;
	padding:0 5px;
	color:#777;
}

#top p a {
	color:#777;
}

#container {
	margin:-7px auto;
	padding-bottom:30px;
	width:930px;
	text-align:left;
	background:transparent url('../images/structural/container_background.png') top left repeat;
}

h1#logo {
	font-family:arial, arial, Serif;
	font-weight:normal;
	font-size:1.7em;
	background:transparent url('../images/structural/logo.png') top left no-repeat;
	width:290px;
	height:170px;
	position:relative;
	float:left;
	z-index:2000;
	margin:-70px 0 0 -30px;
}

#search {
	height:50px;
	width:300px;
	background:transparent url('../images/structural/search_background.png') top left no-repeat;
	margin-left:0px;
	float:right;
	}
	#search form fieldset {
		border:0;
		padding:4px 0 0 20px;
		}
		#search form fieldset label{
			color:#eee;
			font-size:1.7em;
			padding-right:10px;
		}
		#search form fieldset input.text {
			border:0;
			background:#ccc;
			padding:3px;
		}
		#search form fieldset input.submit {
			background:transparent;
			border:0;
			color:#eee;
			font-size:1.7em;
			margin-top:5px;
		}

#quote {
	height:50px;
	width:346px;
	background:transparent url('../images/structural/quote_background.png') top left no-repeat;
	float:right;
	margin-right:-30px;
	}
	#quote p {
		padding:9px 5px 5px 70px;
		background:transparent url('../images/icons/quote.png') 5px 4px no-repeat;
		font-weight:bold;
		font-size:1em;
}

#menu {
	height:50px;
	position:relative;
	z-index:1000;
	background:transparent url('../images/structural/menu_background.png') top left repeat-x;
	}
	#menu ul {
		list-style-type:none;
		padding-left:0;
		margin-left:740px;
		}
		#menu ul li {
			display:inline;
			font-size:1.9em;
			font-family:Segoe UI, Arial, Sans-Serif;
			}
			#menu ul li a, #menu ul li a:link, #menu ul li a:visited {
				color:#000;
				text-decoration:none;
				padding:0 10px 0 10px;
				line-height:43px;
			}
			#menu ul li a.selected {
				color:#0099ff;
			}

#main {
	color:#fff;
	font-size:1.1em;
}

#column_1 {
	width:680px;
	float:left;
	padding:20px;
	border-right:1px solid #666;
}

#column_2 {
	width:175px;
	padding:15px;
	float:left;
	min-height:600px;
	height:auto !important;
	height:600px;
}

#footer {
	text-align:center;
	color:#555;
	margin:0 auto;
	width:930px;
	padding-top:15px;
}

#footer p {
	text-align:left;
	font-size:0.6em;
	padding:5px 0 5px 0;
}

#footer ul, #footer ul li {
	padding:0px;
}

#footer ul {
	list-style:none;
}

#footer ul li {
	display:inline;
	font-size:1.1em;
}

#footer ul li a:link, #footer ul li a:visited {
	margin:0 5px 0 5px;
	font-size:1em;
	color:#555;
	line-height:1.8em;
}

.button_1, .button_1:link, .button_1:visited {
	font-size:1.2em;
	padding:8px 30px;
	background:transparent url('../images/structural/button_background_dark.png') top left repeat;
	color:#fff;
	text-decoration:none;
}

.button_2, .button_2:link, .button_2:visited {
	font-size:1.3em;
	padding:8px 30px;
	background:transparent url('../images/structural/button_background_light.png') top left repeat;
	color:#fff;
	text-decoration:none;
}

.blue {
	color:#0099ff;
}

a:link {
	color:#555;
	font-size:1em;
}

a:visited {
	color:#333;
}

.clear {
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

img {
	border:0;
}

p, div, h1, h2, h3, h4 {
	line-height:1.2em;
}

p, li {
	font-size:1.1em;
	color:#fff;
}

h2 { font-weight:normal; margin-bottom:3px; }

.hide-left {
	position:absolute;
	left:-9999px;
}

/******************************** homepage *********************************/

#feature {
	margin-bottom:50px;
	}
	#feature img {
		float:left;
		margin-right:15px;
		}
	#feature h2 {
		margin-bottom:20px;
		font-size:1.7em;
	}

#products .product {
	float:left;
	padding:0 16px 20px 0;
	}
	.homepage_feed_image {
		width:215px;
		height:170px;
	}

.black {
	background:#000;
	margin-top:20px;
	padding:10px 20px 20px 20px;
	}
	.black .left {
		width:400px;
		float:left;
		}
		.black ul {
			padding-left:0;
			}
			.black ul li {
				list-style-type:none;
				line-height:1.2em;
				}
				.black ul li a {
					color:#eee;
					text-decoration:none;
				}
		.black h2 {
			font-size:1.7em;
			border-bottom:1px solid #0099ff;
			padding-bottom:5px;
			margin-bottom:7px;
		}
	.black .right {
		width:235px;
		float:left;
		}
		.black .right p {
			line-height:1em;
			}

/******************************** column_2 *********************************/

#column_2 ul {
	padding-left:0;
	margin-bottom:20px;
}

#column_2 ul li {
	line-height:1.4em;
	list-style-type:none;
}

#column_2 ul li a {
	color:#fff;
	text-decoration:none;
}

#column_2 #links a img{
	margin:5px 12px;
}

/************** from old template *****************/

/*************************** styling for login.php *****************************/

label.username, label.password {
	width:6em;
	float:left;
	font-size:1.4em;
	line-height:1.4em;
	color:#fff;
}

input.username, input.password {
	width:10em;
	margin-bottom:1em;
}

form.login fieldset {
	width:25em;
	padding: 20px 15px 15px 15px;
	color:#000000;
	background:transparent url('../images/structural/button_background_light.png') top left repeat;
	margin:0px auto 0px auto;
	text-align:center;
	border:0;
}

form.login {
	padding:70px 0 70px 0;
}

form.login input.submit {
	margin-top:1em;
	border:0;
	padding:4px 25px;
	color:#fff;
	background:transparent url('../images/structural/button_background_dark.png') top left repeat;
}

p.failedLogin
{
	text-align:center;
	color:red;
}

/*************************** styling for cms.php *****************************/

ul.cmsMenu, ul.cmsMenu li
{
	padding:0px;
}

ul.cmsMenu
{
	list-style:none;
	line-height:0.8em;
	padding:100px 0px 300px 9px;
}

ul.cmsMenu li
{
	display:inline;
	margin:5px;
	float:left;
}

ul.cmsMenu li a
{
	background:url(../images/cmsButton.gif) #87CEFA top left no-repeat;
	height:12em;
	line-height:12em;
	width:13.4em;
	display:block;
	text-decoration:none;
	color:black;
	text-align:center;
	float:left;
}

ul.cmsMenu li a:hover
{
	background:url(../images/cmsButton_omo.gif) #87CEFA top left no-repeat;
}

/* Hide from IE5-Mac \*/
ul.cmsMenu li a
{
	float: none;
}
/* End hide */

/*************************** styling for manageContent.php *****************************/

div.selectContent
{
	text-align:center;
}

#listContent
{
	text-align:center;
}

textarea.cms
{
	height:300px;
	width:600px;
	margin:0 0 0 50px;
}

form.cmsForm
{
	margin-top:30px;
	text-align:left;
}

/*************************** styling for textBlock.tpl.php *****************************/

hr.seperator
{
	margin:30px 100px 20px 100px;
}

/*************************** styling for sitemap.php *****************************/

ul.siteDirectory
{
	list-style:disc inside;
}

li.noBullet
{
	list-style-type:none;
}

/*************************** styling for contact.php *****************************/

div.contactForm fieldset
{
	margin:0 auto;
}

div.contactForm form fieldset label
{
	width:11.5em;
	float:left;
	text-align:left;
	font-size:12px;
	margin:3px 0px 3px 0px;
}

div.contactForm form fieldset input, div.contactForm form fieldset textarea, div.contactForm form fieldset select
{
	margin:3px 0px 3px 0px;
	border:1px solid #1E90FF;
}

div.contactForm form fieldset input, div.contactForm form fieldset select
{
	width:150px;
}

div.contactForm form fieldset textarea
{
	width:295px;
	height:200px;
}

div.contactForm form fieldset submit
{
	border:2px outset #1E90FF;
}

div.contactForm form fieldset
{
	width:300px;
	padding:4px;
	border:1px solid #1E90FF;
	text-align:center;
	font-size:10px;
	padding:10px;
}

div.contactInfo
{
	padding-bottom:20px;
}

div.contactInfo p
{
	margin-bottom:22px;
}

p.emailError
{
	width:250px;
	color:red;
}

/*************************** styling for failedEmails.php *****************************/

table.emailLog
{
	width:100%;
}

table.emailLog tr td, table.emailLog tr th
{
	font-size:8px;
	background-color:#dddddd;
}

table.emailLog tr th
{
	text-align:center;
}

/*************************** styling for failedLogins.php *****************************/

table.loginLog
{
	width:100%;
}

table.loginLog tr td, table.loginLog tr th
{
	font-size:8px;
	background-color:#dddddd;
}

table.loginLog tr th
{
	text-align:center;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	padding:10px 20px 10px 20px;
	border:1px solid #000;
	background:#000;
	height:70px;
}

/* accordion header */
#accordion img {
	float:left;
	margin-right:10px;
	cursor:pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
}

/* currently active header */
#accordion img.current {
	cursor:default;
	opacity:1;
	filter: alpha(opacity=100);
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;		
	margin-right:10px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:190px;
	font-size:15px;	
}
	
#accordion div p {	
	font-size:11px;
	width:190px;
}

#accordion .username, #accordion .password {
	background:#161616;
	color:#fff;
	border:1px solid #161616;
}