/********************************************
AUTHOR:  			Erwin Aligam 
WEBSITE:   		http://www.styleshout.com/
TEMPLATE NAME: 	PixelGreen
TEMPLATE CODE: 	S-0010
VERSION:          1.2   
LAST MODIFIED:    June-05-2007   	
TEMPLATE TUNING: doTemplate - The online template generator ( www.dotemplate.com ).

*******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* {

}

body {
	margin: 0 auto;
	padding: 0 auto;
	font-family : 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 8pt;
	color: #555555;
	background-color: #000000;
	text-align:center;
}

/* links */
a {
	background: inherit;
	color: #ff9900;
	line-height: 1.5em;
}
a:hover {
	color: #292929;
	border-left-color: #FF9900;
	border-left-style: solid;
	border-left-width: 5px;
	padding: 10;
}

/* headers */
h1, h2, h3 { font: normal 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 {
	font-size: 14pt;
	color: #222222;
}
h2 { font-size: 12pt; color: #222222; text-transform: uppercase; }
h3 { font-size: 11pt; color: #222222; }

p, h1, h2, h3 {
	margin: 0px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img {
	padding: 0px;
	border: 0;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}



/* start - table */
table {

}
th strong {
	color: #fff;
}
th {
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-bottom-style: none;
	border-left-style: none;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */



/***********************
	  LAYOUT
************************/

#wrap {
	margin:0 auto;
	padding:0 auto;
	background: #FFFFFF url(bg.jpg) repeat-x;
	max-width: 750px;
	max-height: 549px;
}

#header-content, #content, #footer-content {
	width: 750px;
}

/* header */
#header {
	height: 125px;
	text-align: left;
	vertical-align: baseline;
}

#header-content {
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#header-content #logo {
	position: absolute;	
	margin: 0; padding: 0;			
	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}



#header-content #slogan {
	position: absolute;
	font-size:12px;
	font-weight:bold;
	text-transform: none;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 42px;
	right: 520px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 0px;
	top: -27px;
	font-family:'Trebuchet MS', sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color: #FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 744px;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	color: #333;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#header-content li a:hover {
	background: #FFFFFF;
	color: #FF9900;
}
#header-content li a#current  {
	background: #FF9900;
	color: #ffffff;
}

/* header photo */
.headerphoto {
	width: 750px;
	height: 165px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
	background-color: #FFFFFF ;	
}

#content {
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}	

.sidebox {
	background: #EEEEEE;
	color:#333;
	border: 1px solid #e4e4e4;
	margin-bottom: 10px;
	font-family : 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 10px;
	padding-top: 0.3em;
	padding-right: 10px;
	padding-bottom: 0.3em;
	padding-left: 10px;
	
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #FF9900;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FF9900;
}

/* main */
#main {
	float: left;
	width: 65%;
	padding: 0;
	margin-top: 0;
	margin-right: 8;
	margin-bottom: 10px;
	margin-left: 8px;
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #EEEEEE; 	
	
}


#main div {
	margin: 0;
	padding: 0;
	font-family : 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 8pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* footer */
#footer {
	clear: both;
	height:70px;
	margin:0 ;
	padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
	background: #000000 url(footerBg.jpg) repeat-x;
	
}

#footer-content {	
	margin: 0 auto;
	padding-top:15px;
	text-align:center;
	color:#FFFFFF;
}

#footer-content a {
	text-decoration: none;
	color: #FFFFFF;
}

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

#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}

/* additional classes */
.clear { clear: both; }
