/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}     

body {
	line-height: 1;
}  

::selection 		{ background: #399B44; /* Safari */ }
::-moz-selection 	{ background: #399B44; /* Firefox */}

ol, ul {
	list-style: none;
}      

blockquote, q {
	quotes: none;
}                  

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}   

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
} 

/* Page Styles */

body {
	background-color: #262626;
	margin: 0;
	padding: 0;     
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;  
	font-size: 1em;
	font-weight: normal;
	color: #ccc;
}
        
/* Page Wrap */

#page-wrap {
	width: 850px;
	height: auto;
	margin: 0px auto;  
}    

/* Header */

#header {
	background: url("images/header.jpg");
	width: 100%; 
	height: 160px;
	margin: 35px 0 35px 0;
	position: relative;                       
}  

/* Navigation */     

ul#nav {    
    width: 414px;
	height: 37px;  
	position: absolute;
	top: 10px;
	left: 420px;
}

ul#nav li {
	float: left;  
}

ul#nav li a {      
	background: url("images/nav.jpg") no-repeat;
	height: 37px;                                 
   	display: block;
}   

/* Home */ 

ul#nav li a.home {
	width: 119px;  
}

ul#nav li a.home:hover, ul#nav li.on a.home {
	background-position: 0px -37px;  
} 


/* Blog */ 

ul#nav li a.blog {
	width: 72px;
	background-position: -118px 0;
}       

ul#nav li a.blog:hover, ul#nav li.on a.blog {
	background-position: -118px -37px;
}


/* About */  

ul#nav li a.about {
	width: 105px;
	background-position: -192px 0;
}   

ul#nav li a.about:hover, ul#nav li a.about:active, ul#nav li.on a.about {
	background-position: -192px -37px;
}

/* Contact */
       
ul#nav li a.contact {
	width: 116px;
	background-position: -297px 0;
}   

ul#nav li a.contact:hover, ul#nav li.on a.contact {
	background-position: -297px -37px;
}      

/* Page Content */

#content {
	width: 100%;
	height: auto;
}   

#sidebar {
	width: 300px;
	height: auto;
	float: left;  
} 

#sidebar ul {
	width: 100%; 
	height: auto;
	margin: 0px auto;  
}              

#sidebar li {
	background: #222; 
	display: block;
	height: 40px;    
	margin-bottom: 10px;
	position: relative;
}       

#sidebar li a, #sidebar li a:visited {  
	background: url("images/pointer.jpg") no-repeat -20px 0;
	width: 100%;       
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 1.2em;  
	text-decoration: none;  
	color: #666666;
}     

#sidebar li a:hover {
	background-position: 260px 5px;
	color: #399b44;   
}  

#sidebar li a.on {
	background: none;
	color: #ccc; 
	cursor: default;
}

#sidebar h1 {
	width: 100%;
	margin-bottom: 4px;
	font-size: 1.4em; 
	color: #399b44;   
}   

#sidebar p{
	font-size: 1em;
	line-height: 24px;
}

#sidebar .line {  
	background: url("images/line.jpg") repeat-x 0 6px;
	width: 100%;
	height: 20px; 
	display: block;
}    

#sidebar .break {
	width: 100%;
	height: 10px;
	display: block;
}            

#text{
	width: 530px;
	height: auto;
	float: right;
}  

#text h1 {
	width: 100%;
	margin-bottom: 4px;
	font-size: 1.4em;
	font-weight: bold; 
	color: #fff; 
	line-height: 28px;   
}

#text h2 {
	font-size: 22px;
	color: #399b44;
	padding: 0px;
	margin: 0px;
	display: inline;
}

#text li {
	line-height: 22px;
	padding-bottom: 18px;  
	padding-left: 6px;
	margin-left: 16px;
	list-style: circle outside;
	color: #399b44;
}              

#text li strong {
	color: #399b44;
}       

#text .white {
	color: #fff !important;
}

#text p {
	font-size: 1em;
	line-height: 22px;
	padding-bottom: 20px;
}  

#text a {
	text-decoration: none;
	color: #399b44; 
} 

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

#text a:visited {
	color: #399b44;
}

#text img.clear-left, #text img.clear-right { 
	display: inline; 
	padding: 4px; 
	border: 1px solid #333333;
}

#text img.clear-left { 
	float: right; 
	clear: right; 
	margin: 4px 0px 8px 16px; 
}

#text img.clear-right { 
	float: left; 
	clear: left;
	margin: 4px 16px 8px 0px; 
}

.text-box {
	background: #222;
	width: 496px;
	height: auto;
	padding: 10px 18px;
	margin: 15px 0; 
	font-size: 1em; 
	line-height: 28px;   
	color: #666666;
}   

#text img.heading {
	margin-bottom: 18px;
}

.c {
	display: block;
	background: #333333;
	border: 2px solid #444444;
	color: #ccc;
	margin-top: 6px;
	padding: 4px;
}

.c-longer {
	width: 250px;
	display: block;
	background: #333333;
	border: 2px solid #444444;
	color: #ccc;
	margin-top: 6px;	
	padding: 4px;
}

.c-submit {
	width: 77px;
	height: 36px;
	background: url("images/pages/contact/submit.jpg");
	margin-top: 10px;
	border: none;
	text-indent: -1000px;
	display: block;
}

.c-submit:hover {
	background: url("images/pages/contact/submit-hover.jpg");
	cursor: pointer;
}

#footer {  
	background: url("images/line.jpg") repeat-x 0px 6px;
	width: 530px; 
	height: 40px;
	clear: both; 
	margin-left: 320px; 
	padding: 20px 0 40px 0;
}

