/*
Theme Name: Spectrum
Theme URI: http://www.spectrumsi.com/
Description: Official Template of <a href="http://www.spectrumsi.com">Spectrum Solutions</a>.
Version: 0.9
Author: Charles Lunsford
Author URI: http://www.simplyabcd.com/
Tags: red, blue, custom header, fixed width, two columns
*/

/* @override http://wordpress.wishimac.homeip.net/wp-content/themes/spectrum/style.css */

body,tr,td,ul,li,h1,h2,h3,h4,h5,div,p {
	margin: 0;
	padding: 0;
	border: 0;
}


body {
	background: url(images/bg-header-repeat2.jpg) repeat-x;
}

#header {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/bg-header.jpg) no-repeat;
	height: 250px;
}

.panduit {
	background: url(images/panduit.png) no-repeat;
	width: 170px;
	height: 45px;
}

.amp {
	background: url(images/amp.png) no-repeat;
	width: 150px;
	height: 74px;
}

.submenu ul {
	list-style-type: none;
	margin-right: 10px;
	margin-top: 35px;
}
.submenu li {
		font: 12px/35px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-left: 1px solid #dd0000;
}

.submenu li.first {
	border-left: none;
}

.submenu a:link,
.submenu a:visited {
	text-decoration: none;
	color: #fff;
}

.submenu a:hover {
	text-decoration: underline;
}

.mini-promo {
	color: #fff;
	font: 11px/15px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	top: 225px;
	left: 10px;
}

.mini-promo a:link,
.mini-promo a:visited {
	color: #fff;
}

#content {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg-with-sidebar.jpg);
}

#promo {
	background: url(images/gb-oval.jpg) no-repeat;
	min-height: 65px;
	padding-top: 10px;
}

.promo-box {
	margin-top: 20px;
	margin-bottom: 10px;
	/*border: 1px solid #ccc;*/
	width: 500px;
	padding: 10px;
	background: url(images/bg-promo.jpg) no-repeat 10px;
}

#content-main {
	width: 500px;
	padding: 10px;
	/*border: 1px solid #ccc;*/
}

#sidebar {
	width: 220px;
	/*border: 1px solid #ccc;*/
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}


#footer {
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	min-height: 64px;
	background-image: url(images/bg-footer.jpg);
}

.clearboth {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*** textstyles ***/

body {
	color: #333;
}

.promo-h1 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #336699;
	position: relative;
	left: -45px;
}

.promo-p {
	font: 11px/16px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	left: -45px;
}

#content-main h1 a:link,
#content-main h1 a:visited {
	color: #990000;
	text-decoration: none;
}

#content-main h1 a:hover {
	text-decoration: underline;
}

.metadata {
	font: 11px/18px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 5px;
	padding-bottom: 5px;

}

.story {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

.story p {
	margin-bottom: 10px;
}

.story li {
	list-style-type: square;
	margin-left: 25px;
	margin-bottom: 5px;
}

h1 {
	font: 22px/30px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #990000;
	background: url(images/square.jpg) no-repeat 0 center;
	padding-left: 22px;
	margin-bottom: 10px;
}

h2 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	color: #336699;
	padding-bottom: 3px;
}

h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	color: #990000;
	padding-bottom: 3px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #336699;
}

.sb-title {
	color: #990000;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
}

#sidebar ul {
	margin-bottom: 18px;
}

#sidebar li {
	list-style-type: none;
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	opacity: 1;
	list-style-position: outside;
	background: url(images/square-small-gray.gif) no-repeat 0 center;
	padding-left: 12px;
}

#sidebar li.nobullet {
	background-image: none;
	font: 11px/18px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar a:link,
#sidebar a:visited {
	color: #333;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

.footer-p {
	font: 11px/14px "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 15px;
	padding-right: 30px;
	padding-left: 30px;
}

.whats-hot {
	background-image: url(images/whats-hot.png);
	width: 90px;
	height: 80px;
	position: relative;
	float: left;
	left: -50px;
}

hr {
	border-top: 1px solid silver;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-top: 15px;
	margin-bottom: 15px;
}