@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ddd url(images/bg.gif);
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
	} 

/* common styles */

p 	{
	margin:0; 
	padding: 5px 0 5px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	text-align: justify;
	}
	
a 	{
	color:#0079a5;
	font-family:verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	}
	
form {
	margin: 0;
	padding: 0;
	}
	
a:hover {
	text-decoration:underline;
	}
	
img {
	border: none;
	}
	
#wrapper { 
	width: 1004px;
	background: #ffffff url(images/contentbg.jpg) repeat-y;
/*	background: #ffffff url('images/bottom_bg.png') bottom left no-repeat; */
	margin: 10px auto; 
	text-align: left;
	font-size: 11px;
	line-height:1.5;
	} 

/* header styles */	
#header	{
	margin: 0;
	padding: 0;
	background: #ffffff url(images/header.jpg) top left no-repeat;
	height:189px;
	}

#sites {
	margin: 0;
	margin-right: 200px;
	padding: 0;
	font-size: 10px;
	text-align: left;
	}

#sites a {
	color: #333;
	font-size: 10px;
	font-weight: bold;
    text-decoration: none;
    }
    #sites ul {
	margin: 0;
	padding: 2px 0 2px 0;
	list-style: none;
	}

#sites li {
	margin: 0;
	padding: 0;
	display: inline; 
	}

#sites li a {
	color: #333;
	font-size: 10px;
	font-weight: bold;
    text-decoration: none;
    }
    
#sites li a:hover {
	text-decoration: underline;
    }	

/* right sidebar styles */
#sidebar {
	width:214px;
	margin: 0;
	padding:3px 10px 0px 10px;
	float:right;
	color:#000000;
	}
	
#sidebar ul, #intro ul {
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	list-style:square;
	}	
	
#sidebar ul li, #intro ul li {
    margin: 0;
    padding: 3px;
    padding-left: 20px;
    list-style: none;
    border-bottom: dotted 1px #333;
	}

#sidebar ul li a, #intro ul li a {	
	color:#000000;
	text-decoration:none;
	}
	
#sidebar ul li a:hover, #intro ul li a:hover {
	color:#FFFFFF;
	}

#sidebar h2, #intro h2 {
	margin: 0;
	margin-left: 10px;
	padding: 5px 0 0 20px;	
	color:#000;
	font-weight:bold;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	height:23px;
	background: url(images/lbg.png) top left no-repeat;
	}
	
/* base content and signup form styles styles */
	
#signup {
	margin: 2px;
	padding: 0;
	padding-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #ccc;
	}
	
#signupoptions {
	margin: 0;
	padding: 0;
	margin-left: 58px;
	text-align: left;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 1.1;
	}
	
#signuptext {
	float: left;
	width: 48px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 11px;
	line-height: 2.0;
	}

/* Product List styles - left sidebar */
#products {
	width:214px;
	margin: 0;
	padding:10px 10px 0px 10px;
	float:left;
	color:#000000;
	}
	
#products ul {
	margin: 0;
	padding: 0;
	padding-bottom: 25px;
	list-style:square;
	}	
	
#products ul li {
    margin: 0;
    padding: 3px;
    padding-left: 20px;
    list-style: none;
    border-bottom: dotted 1px #333;
	}
	
#products li.new {
	color: #DC143C;
	}

#products ul li a {	
	color:#000000;
	text-decoration:none;
	}
	
#products ul li a:hover {
	color:#FFFFFF;
	}

#products h2 {
	margin: 0;
	margin-left: 10px;
	padding: 5px 0 0 25px;	
	color:#000;
	font-weight:bold;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	height:23px;
	background: url(images/lbg.png) top left no-repeat;
	}	

/* intro style */
#intro {
	margin: 0;
	padding: 0;
	}
	
#intro_content {
	margin: 0;
	padding: 0 10px 0 10px;
	width: 750px;
	float: left;
	}	
	
#intro_sidebar {
	margin: 0;
	padding: 0 10px 0 10px;
	float: right;
	width: 214px;
	}	

/* maincontent styles */
#content {
	margin: 0 234px 0 234px; 
	padding: 0px; 
	padding-bottom: 15px;
	}
	
#slide {
	width: auto;
	margin: 0;
	padding: 0;
	}
	
#post {
	width: auto;
	margin:0;
	padding: 10px;
	}
	
/* #post ul {
	margin: 0;
	padding: 10px 0px;
	}
	
#post li {
	background: url(images/dot.gif) no-repeat left top;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding: 2px 0px 2px 15px;
	list-style-type: none;
	} */
	
.title {
    background: #e4e5d4 url(images/postbg.gif);
	padding:3px;
	padding-left:10px;
	font-size: 14px;
	text-transform:uppercase;
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;	
	}
	
.title a {
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
	
.postbg1{
	background: #e4e5d4 url(images/postbg1.gif) top;
	height:20px;
	padding-top: 5px;
	padding-left:10px;
	font-size: 11px;
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;	
	}
	
.postcontent { /* contains the post itself */
	margin: 0;
   	padding:5px;
   	border: 1px solid #a0abb4;
   	margin-bottom:20px;
	}
	
	
	
/* footer styles */
#footer {
    margin:0;
	padding: 20px 5px 0 5px;
	text-align:left;
	font-size: 10px;
	color:#000000;
	background: #ffffff url('images/footer.jpg') top left no-repeat;
	}
	
#footer a {
	font-size: 10px;
	color:#000000;
	}
	
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#footer ul li {
	display: inline;
	}

#footer ul li a {
	padding: 0 6px 0 2px;
	font-size: 10px;
	color:#000000;
	border-right: solid 1px #222;
	}

.fltrt {
	float: right;
	margin-left: 8px;
	}
	
.catrt {
	float: right;
	margin-right: 5px;
	}
	
.fltlft { 
	float: left;
	margin-right: 8px;
	}
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	}
	
	
#pagetitle {
	color:#8A8A6B;
	font-weight:bold;
	font-size: 13px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border:none;
	padding-top:9px;
	text-transform:uppercase;
	height:20px;
	margin-left:-1px;
}	
	
.stitle{
	color:#D64C3E;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

/* Comments */
#respond {
	color:#000;
	font-weight:bold;
	font-size: 11px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border:none;
	padding-top:9px;
	text-transform:uppercase;
	height:20px;
	margin-left:-1px;
}
.button {
	margin:2px 0 2px 1px;
	background:#7C7D55;
	height:23px;
	width:50px;
	border:1px solid #CECFB3;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#DBDBCE;
}
.input {
	margin:2px 0 2px 1px;
	padding:2px;
	margin-left:18px;
	width:90px;
	height:17px;
	border:1px solid #7C7D55;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000;
}
textarea {
	width: 502px;
	padding:4px;
	font:90% Verdana;
	border: double #aaa;
	height:200px;
	display:block;
	color:#777;
}
.comments {
	background:url('images/comment.gif') no-repeat left center; 
	padding-left:20px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform #submit {
	margin: 0;
	margin-top:5px;
	float: left;
	}

.commentid {
    color:#5F9128;
	float:left;
	margin-left:5px;
}

/* Others 
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
input {
	width:132px;
	padding:3px;
	border:1px solid #71757B;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#777;
}

h2 {
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#9A0201;
	border-bottom:2px solid #f6f6f6;
}
h2 a {
	color:#FFF;
	text-decoration:none;
}
h2 a:hover {
	color:#000;
}
.hr {
height:1px;
color:#BEB8D0;
}
.outline {
	border:1px #000000 dotted;
}
label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;
}
a img {
	border: none;
	}
.img {
	margin:0 0px 0 0;
}

blockquote p {
	font-size:11px;
	font-family:verdana, Arial, Helvetica, sans-serif;	color:#7B7A7A;
	padding:10px;
	border:1px dotted #E3E2E2;
	background:#F9F8F8;
}
.read {
	font-size:11px;
	font-family:verdana, Arial, Helvetica, sans-serif;	color:#7B7A7A;
	border:1px dotted #E3E2E2;
	background:#F9F8F8;
	width:400px;
	padding:2px;
	text-align:right;
}
.readmore {
	background:url('images/page.gif') no-repeat left center;
	padding-left:20px; margin: 0 10px 0 5px;	
}
.date {
	background:url('images/clock.gif') no-repeat left center; 
	padding-left:20px;
}


	

	
* {
	margin:0;
	padding:0;
}

#sitename {
	padding-top:40px;
	margin-left:15px;
	color:#072251;
	}
	
.htitle {
	font-size:20px;
	font-weight:bold;
	color:#072251;
	margin-left:15px;
	}
	
.htitle1 {
	font-size:13px;
	color:#072251;
	margin-left:15px;
	}*/