/*
Theme Name: Suitmen

Tags: fixed width, two columns, right sidebar, valid XHTML, valid CSS
*/

/* Reset
-------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
img {
	border: none;
	text-align: right;
}
html {
	background: #f34c08;
}
/* Body
-------------------------------------------------------------------*/
body {
	margin: 0 auto;
	font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #333;
	background: #ffffff url(images/shadow.jpg) no-repeat center top;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif;
	color: #bb0273;
}
h1 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}
h2 {
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 7px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
}
h5 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}
h6 {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}
h1 span {
	color: #999;
}
a {
	color: #f34c08;
}
a:hover {
	color: #bb1500;
}
a:visited {
	color: #bb1500;
}
A:link {
	text-decoration: none
}
A:visited {
	text-decoration: none
}
A:active {
	text-decoration: none
}
a:hover {
	text-decoration: underline;
	color: red;
}
p {
	margin-bottom: 10px;
	color: #333;
}
html {
	overflow-y: scroll;
}
input, textarea {
	font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif;
}
blockquote {
	font: italic 14px/22px Georgia, Serif;
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #e4ede2;
}
/* Header
-------------------------------------------------------------------*/
#topHeader {
	width: 851px;
	overflow: hidden;
	margin: 0 auto;
	position:relative;
	left:10px;
}
/* Header
-------------------------------------------------------------------*/
#header {
	width: 851px;
	height: 230px;
	margin: 0 auto;
	background: url(images/header_bg.jpg) no-repeat center;
	position: relative;
}
#cwheader {
	width: 851px;
	height: 230px;
	margin: 0 auto;
	position: relative;
}
#headercyclopedia {
	width: 851px;
	height: 230px;
	margin: 0 auto;
	background: url(images/cyclopediaheader.jpg) no-repeat center;
	position: relative;
}
#headerartemis {
	width: 851px;
	height: 230px;
	margin: 0 auto;
	background: url(images/artemis-header.jpg) no-repeat center;
	position: relative;
}
#headertoland {
	width: 851px;
	height: 230px;
	margin: 0 auto;
	background: url(images/tolandheader.jpg) no-repeat center;
	position: relative;
}
#headercm {
	width: 851px;
	height: 230px;
	margin: 0 auto;
	background: url(images/cmheader.jpg) no-repeat center;
	position: relative;
}
#header span {
	position: absolute;
	top: 195px;
	left: 150px;
	padding-left: 10px;
	font-size: 12px;
	color: #333;
}
/* home Page
-------------------------------------------------------------------*/
#headerTopBanner {
	width: 851px;
	height: 265px;
	margin: 0 auto;
	position: relative;
	top: 0px;
}
/* Container
-------------------------------------------------------------------*/
#wrapper {
	width: 851px;
	margin: 0 auto;
	padding:0px 0px 150px 0px;
	position:relative;
}
/* Content
-------------------------------------------------------------------*/
#content {
	width: 835px;
	padding: 15px;
	position:relative;
}
#leftColumn {
	width: 520px;
	padding:0px 0px 0px 0px;
	position:relative;
	top:0px;
	left:2px;
}
#rightColumn {
	width: 260px;
	padding:0px 0px 0px 0px;
	position:absolute;
	left:572px;
	top:16px;
}
#requirements {
	color:#aaaaaa;
}
#rightColumn ul {
	line-height:200%;
}
#rightColumn li {
	background-image: url(images/bullet.jpg);
	background-position: 8px left;
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style: none;
}
#content .post {
	margin-bottom: 40px;
}
#content .post p {
	margin-bottom: 20px;
}
#content .post h3 a {
	text-decoration: none;
	font-size: 20px;
	padding-left: 0px;
}
#content .post-list li {
	list-style: none;
}
#content .post .post-info {
	clear: both;
	font-size: 11px;
	color: #777;
	padding: 15px 5px 5px 5px;
	margin-bottom: 20px;
	text-align: right;
	background: url(images/meta_bg.gif) top center no-repeat;
}
#content .post .post-info a {
	color: #333;
	text-decoration:none;
}
#content .post .post-info a:hover {
	color: #555;
	text-decoration:none;
}
#content #pages {
	text-align: center;
}
#content #pages a {
	font: bold 20px "Trebuchet MS";
	color: #bb0273;
	text-decoration: none;
}
#content #pages a:hover {
	color: #1e2726;
}
#content ul, ol, dl {
	margin-bottom: 20px;
}
#content ul {
	list-style: disc;
	list-style-position: inside;
}
#content ol {
	list-style: decimal;
	list-style-position: inside;
}
#content dl dt {
	font-weight: bold;
}
#content dl dd {
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 5px 15px 10px 0;
}
.alignright {
	float: right;
	margin: 5px 0 10px 15px;
}
/* faq
-------------------------------------------------------------------*/
.answerBox {	
	display: none;	
	background: #eeeeee;
	padding:10px;
	margin-bottom:30px;
	margin-top:10px;
}
/* Next Button */

    /* image replacement */
        .graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */
	
	#content {
	position:relative;
}
/* Easy Slider */

#sliderHolder {
	position:relative;
}
#slider {
	position:relative;
	left:5px;
	margin:0;
	padding:0;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:482px;
	height:303px;
	overflow:hidden;
}
#prevBtn, #nextBtn {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:100px;
}
#nextBtn {
	position:absolute;
	left:495px;
	;
	top:100px;
}
#prevBtn a, #nextBtn a {
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a {
	background:url(images/btn_next.gif) no-repeat 0 0;
}
/* // Easy Slider */


/* Menu
-------------------------------------------------------------------*/


#menu {
	width: 851px;
	height: 67px;
	margin: 0 auto;
	position: relative;
	left: 267px;
	top: 10px;
}
/*
*	Setup
*/
ul.cssmenu {
	list-style: none;
	padding: 0px;
}
.displace {
	position: absolute;
	left: -5000px;
}
ul.cssmenu li {
	float: left;
}
ul.cssmenu li a {
	display: block;
	width: 105px;
	height: 50px;
	background: url('images/menu-items.jpg');
}
/*
*	Normal Links
*/
ul.cssmenu li.home a {
	background-position: 0px 0;
}
ul.cssmenu li.products a {
	background-position: -105px 0;
}
ul.cssmenu li.company a {
	background-position: -210px 0;
}
ul.cssmenu li.support a {
	background-position: -315px 0;
}
/*
*	Hover Links
*/
ul.cssmenu li.home a:hover {
	background-position: 0px -50px;
}
ul.cssmenu li.products a:hover {
	background-position: -105px -50px;
}
ul.cssmenu li.company a:hover {
	background-position: -210px -50px;
}
ul.cssmenu li.support a:hover {
	background-position: -315px -50px;
}
/*
*	Clicked Links
*/
ul.cssmenu li.home a:active {
	background-position: 0px -100px;
}
ul.cssmenu li.products a:active {
	background-position: -105px -100px;
}
ul.cssmenu li.company a:active {
	background-position: -210px -100px;
}
ul.cssmenu li.support a:active {
	background-position: -315px -100px;
}
/*
*	Selected/Active Links
*/
ul.cssmenu li.home a.selected {
	background-position: 0px -150px;
}
ul.cssmenu li.products a.selected {
	background-position: -105px -150px;
}
ul.cssmenu li.company a.selected {
	background-position: -210px -150px;
}
ul.cssmenu li.support a.selected {
	background-position: -315px -150px;
}
/* Footer
-------------------------------------------------------------------*/


#footer {
	border-top: 5px solid #c0c0c8;
	float: left;
	width: 100%;
	min-width: 960px;
}
#footerlogo {
	background: url('images/footerlogo.png') top center no-repeat;
	position:relative;
	left:-250px;
	top:-150px;
}
#footer-menu {
	clear: both;
	font-size: 11px;
	text-align: right;
	padding:0px 0px 10px 0px;
}
#footerbox {
	width: 851px;
	overflow: hidden;
	margin: 0 auto;
	position:relative;
	top:-273px;
	left:-5px;
}
.prop {
	height:250px;
	float:right;
	width:1px;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
#footer-copyright {
	clear: both;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
}

