/* Top Elements */
* { margin: 0;}

img { border:0px; }

table {
	background:inherit;
}
forms {
	background-color:#f6f4ea;
}

li {
	text-indent:5px;
	background:#FFF;
	border:0px;
	padding:0px;
	background:inherit;
}

h2 {
	color:#06C;
	margin:0px;
	font-size:16px;
}

h3 {
	color:#06C;
	margin:0px;
	font-size:14px;
}

h4 {
	font-size:12px;
}

body {
	background: #CCCCCC;
	font-family:Verdana, Geneva, sans-serif;
	color: #333; 
	text-align: center;
	font-size:11px;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #06F; 
}
a:hover {
	color: #999;
}



code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}

blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
  	background: #FFF url(../images/quote.gif) no-repeat 5px 5px;
	font-style:italic;
	font-size:12px;
}

/* form elements */
input {
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea.contact {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

/* search */
form.search {
	position: absolute;
	top: 110px; 
	right: 35px;
	background: transparent;
	border: none;	
}	
form.search input.textbox {
	margin: 0; padding: 1px 2px;
	width: 120px;
	background: #FFF;
	color: #333; 
}
form.search input.button {
	background: #CCC url(../images/headerbg.gif) repeat-x;
	color: #333;
	border: none;	
	width: 70px; height: 21px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #CCC url(../images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#header {
	width: 820px;
	position: relative;
	height: 135px;
	background: #CCC url(../images/header.jpg) no-repeat ;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 3.3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	/* change the values of top and left to adjust the position of the logo*/
	top: 55px;
	left: 120px;
}
#header h2#slogan {
	position: absolute;
	margin-top:80px;
	font-size:11px;
	text-transform: none;
	color: #006;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 40px;		
}

/* Main Column */
.post-footer .date {
	background: url(../images/imageset/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/imageset/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(../images/footer.jpg) no-repeat center top;
	clear: both;
	width: 820px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}

#footer-text {
	font-size:10px;
	padding-bottom:20px;
}

#footer-text a {
	text-decoration: none;
	font-size:10px;
	text-align:center;
	padding-top:0px;
	padding-left:8px;
	padding-right:8px;
}

/* Box */
.box {
	background: #f6f4ea;
	margin: 0 0 1em 0;
}

.box .padding {
	padding: 1px 15px;
}

.box h2 {
	font-size: 1.8em;
	color: #9a957b;
	margin: 0;
}

b.rtop,
b.rbottom {
	display: block;
	background: #FFF;
}

b.rtop b,
b.rbottom b {
	display: block;
	height: 1px;
    overflow: hidden;
	background: #f6f4ea;
}

b.r1 {margin: 0 5px;}
b.r2 {margin: 0 3px;}
b.r3 {margin: 0 2px;}
b.rtop b.r4,
b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}

.order_button {
	background-image:url(../images/order-button.jpg);
	height: 64px;
	width:170px;
	color:#FFF;
	font-weight:bold;
	display:block;

}

.order_button a:link,
.order_button a:visited,
.order_button a:active {
	text-decoration: none;
	color:#FFF;
	height:64px;
	display:block;
	padding-top:6px;
}

.order_button a:hover {
	color:#FF0;
	height:64px;
	width:170px;
	background-image:url(../images/order-button-hover.jpg);
	background-repeat:no-repeat;
	display:block;
}


#memberlist a{
	float:left; 
	margin-left:5px; 
	margin-bottom:5px;
	padding: 2px 3px 3px 25px; 
	height:16px; 
	width:105px;
	font-weight:bold;
	color: #ffffff;
	background: url(../images/location_list.png) no-repeat;
	
}

#memberlist a:hover{
	background: url(../images/location_list2.png) no-repeat;
	color:#FFF;
}

#quickchat{
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:15px;
	padding: 2px;
	border-width:1px;
	border-color: #A0A0A4;
	background-color:#f4f4f4;
	position:fixed;
}
table.tablemembers22 {
	border-width: 0px 0px 0px 0px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background:inherit;
	width:540px;
	margin: 0px;
}
table.tablemembers22 th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	-moz-border-radius: 6px 6px 6px 6px;
	background:inherit;
}
table.tablemembers22 td {
	border-width: 1px 1px 1px 1px;
	padding: 225px 5px 5px 5px;
	border-style: solid solid solid solid;
	border-color:#cccccc;
	-moz-border-radius: 6px 6px 6px 6px;
	background-repeat:no-repeat;
	background-image:url(templating/Pcli_default/images/aboutbg.jpg);
	background-position:center top;
}
