body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../img/header.gif) repeat-x;
	text-align: justify;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#6f6f6f;
}

h2, h3, h4, h5, h6 {
	margin: 0;
	
}

h1 {
display:none;
}

h2 {
	font-weight: bold;
	font-style: normal;
	color: #343b4a;
}

h3 {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	color: #343b4a;

}
h4 {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #343b4a;

}

p, ol, ul {
	line-height: 180%;
}

ul {
	margin-left: 0;
	padding-left: 15px;
	list-style-position: inside;
}

a {
	color: #343b4a;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:none;
}
img a{
	border:none;
}
img a:hover{
	border:none;
}

/******** Header ********/

#header {
	width: 770px;
	height: 125px;
	margin: 0 auto;
}

#header .logo {
	padding: 54px 0px 0px 0px;
	height:66px;
	
}

/******** Container ********/

#container {
	width: 770px;
	margin: 0 auto;
}

#main {
	float: left;
	width: 564px;
	padding-bottom:10px;
}
.content {
	padding: 2px 5px 15px 4px;
	background: #FFFFFF url(../img/shadow.gif) repeat-x;
}
#main h2 {
	font-size: 16px;
}

#navigation {
	float: right;
	width: 186px;
}

.nav {
	padding: 0px 10px 10px 10px;
	color: #444444;
	line-height: 1.5;
	border-top:1px solid #343b4a;
	
}

/******** Navigation ********/

#navigation a {
	text-decoration: none;
}

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

#navigation ul {
	padding:0px 0px 0px 0px;
	list-style: none none outside;
}

#navigation li {
	padding: 1px 0px 0px 0px;
	background: url(../img/nav-spacer.gif) repeat-x;
}

#navigation li.first {
	background: none;
	padding:0px 0px 0px 0px;
}

/******** Article/Tutorial ********/

.article {
	font-family: Verdana;
	line-height: 1.5;
	padding: 15px 20px 10px 20px;
}

.article .code {
	padding: 10px;
	margin: 0px 20px 0px 20px;
	border: 1px solid #DDDDDD;
	background: #F8FCDC;
	color: #555555;
	text-align: left;
	overflow:auto;
}

.item_footer {
	border-top: 1px dotted #343b4a;
	margin-top: 10px;
}
.item_footer_auth {
	display:block;
	float:left;
}
.item_footer_add {
	display:block;
	float:right;
}

.filter {
	padding: 6px;
	margin: 10px 10px 20px 10px;
	border: 1px solid #DDDDDD;
	background: #F8FCDC;
	color: #555555;
	text-align: center;
}

.contact {
	font-weight: bold;
	color: #7f9800;
}

.affiliateImage {
padding:0px 5px 4px 6px;
}

/******** Tutorial Lists ********/

.featuredItem {
	float:left;
	padding-left:0px;
	width:516px;
	padding:8px 0px 10px 0px;
}

.mainItem {
	float:left;
	padding-left:0px;
	width:516px;
	padding:8px 0px 8px 0px;
	border-bottom:1px dashed #666666;
}

.mainImage {
	background-color: #FFFFFF;
	border:1px dashed #343b4a;
	float:left;
	margin:2px 8px 2px 5px;
	padding:2px;
	width:40px; height:40px;
}

.mainHeader {
	color:#666633;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif !important; 
	font-size:12px;
	font-weight:bold;
	width:457px;
}

.mainInfo {
	float:left;
	width:457px;
	font-size:9px;
	color:#666666;

}

.mainDescription {
	float:left;
	width:457px;
}

.mainItemContent {
	float:left;
	padding:8px 11px 25px 11px;
	margin:0px 0px 10px 0px;
	width:471px;
}

/* ----- Blog ----- */

.blogHeader {
	font-size:14px;
	color:#343b4a;
	font-weight:normal;
}
.blogInfo {
	font-size:9px;
	color:#666666;
	margin:0px 0px 0px 11px;
}
.blogBody {
	padding-left:0px;
	padding:8px 9px 8px 9px;
	margin:0px 0px 0px 1px;
	overflow:auto;
}

/******** Pagination ********/

.pagination {
	float:left;
	padding-left:0px;
	width:516px;
	padding:10px 0px 8px 0px;
	text-align:center;
}

.pagination a {
	font-weight: bold;
	font-size: 10px;
	padding: 4px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #DDDDDD;
	background: #ffffff;
	color: #555555;
	text-align: center;
	text-decoration: none;
}

.pagination a:hover {
	background: #bfbfbf;
}

.pagination .current {
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #DDDDDD;
	background: #343b4a;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

/******** Footer ********/

#footer {
	clear: both;
	width: 770px;
	margin: 0 auto;
	padding: 30px 0px 20px 0px;
	background: url(../img/footer.gif) repeat-x
}

#footer p {
	margin: 0;
	padding:2px;
	text-align: center;
	text-transform: lowercase;
}

/******** Form ********/

form{
color:#343b4a;
}
input, textarea{
border-top:1px solid #343b4a;
border-right:1px solid #343b4a;
border-bottom:1px solid #343b4a;
border-left:3px solid #343b4a;
}
.contactLeft {
padding:3px 0px 3px 0px;
text-align:right;
float:left;
width:100px;
font-weight:bold;
color:#343b4a;
}
.contactRight {
padding:3px 0px 3px 0px;
margin-left:5px;
text-align:left;
float:left;
width:406px;
color:#666666;
}
.contactInput {
border-top:1px solid #343b4a;
border-right:1px solid #343b4a;
border-bottom:1px solid #343b4a;
border-left:3px solid #343b4a;
width:306px;
}
.contactSelect {
width:306px;
border-top:1px solid #343b4a;
border-right:1px solid #343b4a;
border-bottom:1px solid #343b4a;
border-left:3px solid #343b4a;
}
.button {
color:#343b4a;
width:100px;
border-top:1px solid #343b4a;
border-right:1px solid #343b4a;
border-bottom:1px solid #343b4a;
border-left:3px solid #343b4a;
}

.messageError {
padding: 4px 4px 4px 4px;
background:#f4e7ea;
border:1px solid #986265;
font-size:11px;
color:#FF0000;
text-align:left;
}

/******** Affiliate Form ********/

.affiliateLeft {
padding:3px 0px 3px 0px;
text-align:right;
float:left;
width:100px;
font-weight:bold;
color:#343b4a;
}
.affiliateRight {
padding:3px 0px 3px 0px;
margin-left:5px;
text-align:left;
float:left;
width:406px;
color:#666666;
}
.affiliateRightItem {
padding: 0px 0px 0px 6px;
float:left;
}
.affiliateButton {
color:#343b4a;
margin-left:5px;
border-top:1px solid #343b4a;
border-right:1px solid #343b4a;
border-bottom:1px solid #343b4a;
border-left:3px solid #343b4a;
}
.affiliateFile {
margin-left:5px;
border-top:1px solid #343b4a;
border-right:1px solid #343b4a;
border-bottom:1px solid #343b4a;
border-left:3px solid #343b4a;
width:306px;
}
.affiliateForm {
color:#343b4a;
}
.affiliateLeft {
padding:3px 0px 3px 0px;
text-align:right;
float:left;
width:100px;
font-weight:bold;
}
.affiliateInput {
margin-left:5px;
border-top:1px solid #343b4a;
border-right:1px solid #343b4a;
border-bottom:1px solid #343b4a;
border-left:3px solid #343b4a;
width:300px;
}

/* ----- BBCode ------*/

.bold {
	font-weight: bold;
}

.italics {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.overline {
	text-decoration: overline;
}
.listbullet {
	list-style-type: disc;
	list-style-position: inside;
}

.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
}

.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
}

.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
}

.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
}

.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
}
