body {
	background: #eeeeee url(../images/bg.png) repeat-x;
	color: #454545;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	line-height: 18px;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	}
	
#wrap {
	background: url(../images/bg02.gif) top center no-repeat;
	margin: 0px auto 0px;
	padding: 0px;
	}

.clear {
	clear: both;
	}
.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;} 
.clearfix {display: block;}
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a, a:link, a:visited {
	color: #669900;
	text-decoration: none;
	}
	
a:focus, a:hover, a:active {
	text-decoration: underline;
	outline: none;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: none;
	width: 1000px;
	height: 60px;
	margin: 0px auto 0px;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
	}

#header h1 a, #header h1 a:visited {
	color: #333333;
	display: block;
	font-size: 36px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	height: 100px;
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	text-indent: -9999px;
	}
	
#header h1 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-indent: -9999px;
	}

.headerleft {
	width: 600px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	float:left;
	}

.headerleft p {
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	}
.headermid {
	width: 180px;
	height:54px;
	float:left;

	}
.headerright {
	width: 200px;
	float:right;
	margin: 0px;
	padding-top:0px;
	overflow: hidden;
	}

.headerright p {
	color: #333333;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	}
	
#cart {
	float: right;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	}
	
#cart a {
	float: right;
	background: #333333 url(../images/cart_btn.png);
	color: #333333;
	width: 40px;
	height: 40px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	}
	
#cart a:hover {
	background-position: -40px 0px;
	color: #333333;
	}
	

/************************************************
*	sIFR      								*
************************************************/

.sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
	}
  
.sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
	}
  
.sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
	}
  
.sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
	}
	
/************************************************
*	jFlow									*
************************************************/

#controller {
	background: #FFFFFF;
	text-align: center;
	float: left;
	display: inline-block;
	position: relative;
	clear: both;
	width: 960px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 8;
	}
	
#controller a {
	text-decoration: none;
	}
	
#controller h1 span {
	float: left;
	display: inline;
	_width: 293px;
	margin: 0px;
	padding: 0px;
	border: none;
	}
	
#controller h1 span.mid {
	_width: 294px;
	}

#controller h1 span a, #controller h1 span a:link, #controller h1 span a:visited {
	float: left;
	display: inline;
	color: #333333;
	background: #FFFFFF;
	background-repeat: no-repeat;
	display: inline-block;
	width: 292px;
	height: 38px;
	_height: 40px; /* Only IE6 Fix */
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	overflow: hidden;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: none;
	}
	
#controller h1 span a.mid, #controller h1 span a:link.mid, #controller h1 span a:visited.mid {
	width: 293px;
	}
	
#controller h1 span a:hover, #controller h1 span a:active {
	color: #F5F5F5;
	background: #333333 url(../images/slider_nav_bg.png) repeat-x;
	text-decoration: none;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: none;
	}
	
#controller h1 span.jFlowSelected a, #controller h1 .jFlowControl.jFlowSelected a {
	background: #333333 url(../images/slider_nav_bg.png) repeat-x;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: none;
	}
	
#controller h1 span.jFlowSelected a {
	color: #F5F5F5;
	text-decoration: none;
	border: none;
	}
	
#prev_btn a {
	float: left;
	clear: both;
	background: #333333 url(../images/slider_prev_btn.png);
	color: #666666;
	text-decoration: none;
	}
	
#prev_btn a:hover {
	background-position: -40px 0px;
	color: #000000;
	}

#next_btn a {
	float: right;
	background: #333333 url(../images/slider_next_btn.png);
	color: #666666;
	text-decoration: none;
	}
	
#next_btn a:hover {
	background-position: -40px 0px;
	color: #000000;
	}

.jFlow {
	float: left;
	background: none;
	display: block;
	clear: both;
	height: 320px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.jFlow h1 {
	margin: 0px;
	}

.jFlow h1 a {
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: #333333 url(../images/nav_bg.png) repeat-x;
	width: 960px;
	height: 40px;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	text-transform: uppercase;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px auto 0px;
	padding: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}

.navbarright {
	float: right;
	display: inline;
	height: 40px;
	margin: 0px;
	padding: 0px;
	}
	
#navicons {
	float: right;
	display: block;
	margin: 0px;
	padding: 13px 10px 0px 5px;
	}

.navicon {
	float: right !important;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	}
	
#navbar .ot-menu {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 40px;
	}
	
/*** ESSENTIAL STYLES ***/

.ot-menu, .ot-menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
	
.ot-menu {
	line-height: 1.0;
	}

.ot-menu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
	}
	
.ot-menu ul li {
	width: 100%;
	border: none;
	margin: 0px 0px 0px 0px;
	}
	
.ot-menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
	
.ot-menu li {
	float: left;
	position: relative;
	}
	
.ot-menu a {
	display: block;
	position: relative;
	}
	
.ot-menu li:hover ul,
.ot-menu li.sfHover ul {
	left: 0;
	top: 40px; /* match top ul list item height */
	z-index: 99;
	}
	
ul.ot-menu li:hover li ul,
ul.ot-menu li.sfHover li ul {
	top: -999em;
	}
	
ul.ot-menu li li:hover ul,
ul.ot-menu li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
	}
	
ul.ot-menu li li:hover li ul,
ul.ot-menu li li.sfHover li ul {
	top: -999em;
	}
	
ul.ot-menu li li li:hover ul,
ul.ot-menu li li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/

.ot-menu .current_page_item a {
	color: #FFFFFF !important;
	background: url(../images/nav_hover.png) #8fc02c repeat-x;
	text-shadow: 0.2px 0.2px #669900;
	}
	
.ot-menu .first.current_page_item {
	color: #FFFFFF !important;
	background: url(../images/nav_home_bg.png) #383838 no-repeat;
	background-position: -100px 0px;
	text-shadow: 0.2px 0.2px #363636;
	}
	
.ot-menu .first.current_page_item a {
	color: #FFFFFF !important;
	background: none;
	text-shadow: 0.2px 0.2px #363636;
	}
	
.ot-menu li li.current_page_item a {
	color: #FFFFFF !important;
	background: #363636 !important;
	text-shadow: none !important;
	}

.ot-menu {
	float: left;
	margin-bottom: 0;
	}
	
.ot-menu a {
	border-left: none;
	border-top:	none;
	border-right: none;
	padding: 13px 10px 11px 10px;
	text-decoration: none;
	text-shadow: 0.2px 0.2px #666666;
	line-height: 16px;
	}
	
.ot-menu li li a {
	border-left: none;
	border-top:	none;
	border-right: none;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	}
	
.ot-menu a, .ot-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #F5F5F5;
	text-decoration: none;
	}

.ot-menu li {
	background: none;
	z-index: 999;
	}
	
.ot-menu li li, .ot-menu li.current_page_item li a {
	background: url(../images/subnav_bg.png) #383838 repeat-x;
	text-shadow: none;
	}
	
.ot-menu li li li {
	background: url(../images/subnav_bg.png) #383838 repeat-x;
	}
	
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
	color: #FFFFFF;
	background: url(../images/nav_hover.png) #363636 repeat-x;
	text-decoration: none;
	text-shadow: 0.2px 0.2px #363636;
	}
	
.ot-menu li:hover, .ot-menu li.sfHover,
.ot-menu li:focus, .ot-menu li:active {
	background: url(../images/nav_hover.png) #363636 repeat-x;
	_background: url(../images/nav_hover.png) #363636 repeat-x !important;
	color: #FFFFFF;
	outline: 0;
	}
	
.ot-menu li.first {
	background: url(../images/nav_home_bg.png) #363636 no-repeat;
	color: #333333;
	}
	
.ot-menu li.first:hover, .ot-menu li.first.sfHover,
.ot-menu li.first:focus, .ot-menu li.first:active{
	background-position: -100px 0px;
	color: #FFFFFF;
	outline: 0;
	}
	
.ot-menu li li:hover, .ot-menu li li.sfHover, 
.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {
	background:	#363636;
	color: #FFFFFF;
	outline: 0;
	}

/*** ARROWS **/

.ot-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
	
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 16px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url(../images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
	
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 14px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
	
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}

/* point right for anchors in subs */
.ot-menu ul .sf-sub-indicator { 
	background-position:  -10px 0; 
	}
	
.ot-menu ul a > .sf-sub-indicator { 
	top: 5px;
	background-position:  0 0; 
	}
	
/* apply hovers to modern browsers */
.ot-menu ul a:focus > .sf-sub-indicator,
.ot-menu ul a:hover > .sf-sub-indicator,
.ot-menu ul a:active > .sf-sub-indicator,
.ot-menu ul li:hover > a > .sf-sub-indicator,
.ot-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
	
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/

#swfDiv {
	margin: 10px 0 0 10px;
	float: left;
	}

#homepagetop {
	float: left;
	display: inline;
	background: none;
	width: 960px;
	height: 330px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contenthome #homepagetop h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform: normal;
	text-align: center;
	letter-spacing: -0.2px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	}
	
#homeslider {
	float: left;
	width: 960px;
	height: 360px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#homepagemid {
	float: left;
	display: inline;
	width: 960px;
	height: 8px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#homepagemid ul li h4 a {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 2px 0px;
	padding: 0px;
	}
	
#homepagemid p {
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 0.2px;
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 0px 0px;
	}

#homepagemid ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#homepagemid ul li.left {
	float: left;
	display: inline;
	width: 228px;
	list-style-type: none;
	margin: 0px 15px 0px 0px;
	}
	
html>body #homepagemid ul li.left {
	width: 214px;
	}
	
#homepagemid ul li.midleft {
	float: left;
	display: inline;
	width: 229px;
	list-style-type: none;
	margin: 0px 15px 0px 0px;
	}
	
html>body #homepagemid ul li.midleft {
	width: 215px;
	}
	
#homepagemid ul li.midright {
	float: left;
	display: inline;
	width: 229px;
	list-style-type: none;
	margin: 0px 15px 0px 0px;
	}
	
html>body #homepagemid ul li.midright {
	width: 215px;
	}
	
#homepagemid ul li.right {
	float: left;
	display: inline;
	width: 228px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	}
	
html>body #homepagemid ul li.right {
	width: 214px;
	}

#homepagemid ul li {
	color: #333333;
	display: block;
	padding: 7px;
	text-decoration: none;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}	

#homepagemid ul li:hover {
	display: block;
	background: #FFFFFF;
	padding: 6px;
	border: 1px solid #DDDDDD;
	}

#homepagemid ul ul li a {
	color: #333333;
	text-decoration: none;
	}
	
#homepagemid ul ul li a:hover{
	color: #333333;
	text-decoration: none;
	}

#homepagemid ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
#homepagemid ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#homepagemid ul li li {
	background: url(../images/check.png) no-repeat top left;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 5px 0px;
	}
	
#homepagemid ul li ul li {
	background: url(../images/check.png) no-repeat top left;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 5px 0px;
	}

#homepage {
	float: left;
	display: inline;
	background: #FFFFFF;
	width: 958px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
#homepage p {
	margin: 0px;
	padding: 5px 0px;
	}
	
#homepage ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	}
	
#homepage ul li {
	background: url(../images/check.png) no-repeat left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
#homepagecontent {
	float: left;
	display: block;
	margin: 0px;
	padding: 20px;
	}
	
.homeheader {
	float: left;
	display: block;
	background: none;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.homepageleft {
	float: left;
	width: 285px;
	margin: 0px 25px 0px 0px;
	padding: 0px;
	}

.homepagemiddle {
	float: left;
	width: 285px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.homepageright {
	float: right;
	display: inline;
	width: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
.homebox {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	}
	
.homeaffiliate {
	float: left;
	display: inline;
	background: #F5F5F5;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	border: 1px solid #E5E5E5;
	}
	
.homesubscribe {
	float: left;
	display: inline;
	background: #F5F5F5;
	width: 268px;
	margin: 15px 0px 0px 0px;
	padding: 15px;
	border: 1px solid #E5E5E5;
	}
	
.homesubscribe form {
	float: left;
	display: block;
	width: 268px;
	margin: 0px;
	padding: 0px !important;
	overflow: hidden;
	}
	
.homesubscribe fieldset {
	float: left;
	display: block;
	width: 268px;
	margin: 0px;
	padding: 0px;
	}
	
#commenticon {
	float: left;
	display: inline;
	background: url(../images/comment_icon.png) no-repeat;
	width: 27px;
	height: 20px;
	margin: 0px 8px 0px 0px;
	text-align: center;
	line-height: 20px;
	}
	
#commenticon a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0px 0px 3px;
	border: none;
}
	
#fcg {
	background: #F5F5F5;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}
	
/************************************************
*	slideshow 					     		    * 
************************************************/	
#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:960px; margin:5px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:960px; height:320px; padding:0px; border:0px solid #ccc; background:#000}
#information {position:absolute; left:230px; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px;}
#information a{color:#ffff00}
#image {width:960px; height:320px;}
#image img {position:absolute; z-index:25; width:960px; height:320px;}
.imgnav {position:absolute; width:5%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(../images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(../images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(../images/link.gif) center center no-repeat}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
	
#contenthome {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
	
#contentleft {
	float: left;
	display: inline;
	width: 640px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#contentwide {
	float: left;
	display: inline;
	width: 960px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contenthome h1, #contentleft h1, #contentwide h1,
#contenthome h2, #contentleft h2, #contentwide h2,
#contenthome h3, #contentleft h3, #contentwide h3 {
	color: #333333;
	font-size: 32px;
	font-family: Helvetica, Arial, Verdana;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	line-height: 30px;
	}
	
#contenthome h1 a, #contenthome h1 a:visited,
#contentleft h1 a, #contentleft h1 a:visited,
#contentwide h1 a, #contentwide h1 a:visited,
#contenthome h2 a, #contenthome h2 a:visited,
#contentleft h2 a, #contentleft h2 a:visited,
#contentwide h2 a, #contentwide h2 a:visited,
#contenthome h3 a, #contenthome h3 a:visited,
#contentleft h3 a, #contentleft h3 a:visited,
#contentwide h3 a, #contentwide h3 a:visited {
	color: #333333;
	text-decoration: none;
	border: none;
	}

#contenthome h1 a:hover, #contentleft h1 a:hover, #contentwide h1 a:hover,
#contenthome h2 a:hover, #contentleft h2 a:hover, #contentwide h2 a:hover,
#contenthome h3 a:hover, #contentleft h3 a:hover, #contentwide h3 a:hover {
	color: #669900;
	text-decoration: none;
	border: none;
	}
	
#contenthome h4, #contentleft h4, #contentwide h4,
#contenthome h5, #contentleft h5, #contentwide h5 {
	color: #333333;
	font-size: 16px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -0.25px;
	line-height: 14px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contenthome h6, #contentleft h6, #contentwide h6 {
	color: #333333;
	font-size: 16px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -0.25px;
	line-height: 18px;
	margin: 10px 0px 2px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #DDDDDD;
	}
	
#contenthome h4 a, #contenthome h4 a:visited,
#contentleft h4 a, #contentleft h4 a:visited,
#contentwide h4 a, #contentwide h4 a:visited,
#contenthome h5 a, #contenthome h5 a:visited,
#contentleft h5 a, #contentleft h5 a:visited,
#contentwide h5 a, #contentwide h5 a:visited,
#contenthome h6 a, #contenthome h6 a:visited,
#contentleft h6 a, #contentleft h6 a:visited,
#contentwide h6 a, #contentwide h6 a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#contenthome h4 a:hover, #contentleft h4 a:hover, #contentwide h4 a:hover,
#contenthome h5 a:hover, #contentleft h5 a:hover, #contentwide h5 a:hover,
#contenthome h6 a:hover, #contentleft h6 a:hover, #contentwide h6 a:hover {
	color: #669900;
	text-decoration: none;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#content hr {
	color: #dddddd;
	background-color: #dddddd;
	height: 1px;
	border: 0;
	}

.postarea p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	}
	
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 5px 0px 0px 25px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	list-style-type: disc;
	background: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: none;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea .themefeatures ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	}
	
.postarea .themefeatures ul li {
	list-style-type: none;
	background: url(../images/check.png) no-repeat top left;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea .themefeatures ul ul li {
	background: url(../images/check.png) no-repeat top left;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	color: #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 22px;
	line-height: 26px;
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 0px;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
#content .postheader {
	background: #333333 url(../images/header_bar.png) repeat-x;
	height: 40px;
	overflow: hidden;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
#content .postheader h3, #content .themeheader h3 {
	font-size: 24px;
	color: #FFFFFF;
	margin: 7px 0px 0px 10px;
	}
#content .themeheader h3 a:link{color: #FFFFFF;}
#content .themeheader h3 a:hover{color: #FFFFFF;}
#content .themeheader h3 a:visited{color: #FFFFFF;}
.pagecontent {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 15px 20px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	
.postcontent {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 0px 20px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
.postcomments {
	margin: 15px 0px 0px 0px;
	}
	
.postcomments .postcontent {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 15px 20px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	}
	
.archivecontent {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 0px 20px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
.postauthor {
	margin: -10px 0px 0px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #eeeeee;
	font-size: 11px;
	text-transform: normal;
	margin: 5px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
code {
	color: #333333;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}
	
.navlinks {
	margin: 0px 0px 10px 0px;
	}
	
#breadcrumb {
	background: #FFFFFF;
	color: #999999;
	float: left;
	width: 958px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	
.breadcrumbcontent {
	margin: 6px 10px 0px 10px;
	}
	
div.sexy-bookmarks {
	margin: 15px 0px 25px 0px !important;
	}
	
.greenpackage {
	display: block;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0px 15px 0px;
	margin: 0px 0px 10px 0px;
	}
	
.greenpackage img {
	margin: 0px 15px 0px 0px !important;
	}
	
.download {
	float: left;
	display: block;
	width: 100%;
	border-top: 1px solid #dddddd;
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.download img {
	margin: 0px 15px 0px 0px !important;
	}
	
/************************************************
*	Table  									*
************************************************/

table {
	width: 100%;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	border-collapse: collapse;
	}
	
table th {
	background: #f1f6e3;
	padding: 8px 10px;
	margin: 0px;
	text-align: center;
	border: 1px solid #DDDDDD;
	}
	
table td {
	padding: 5px 10px;
	margin: 0px;
	border: 1px solid #DDDDDD;
	}
	
table .green {
	background: #f1f6e3;
	}
	
table .red {
	background: #f6e6e3;
	}
	
table .yes {
	background: url(../images/check.png) no-repeat top left;
	padding: 3px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	}
	
table .no {
	background: url(../images/x.png) no-repeat top left;
	padding: 2px 0px 0px 18px;
	margin: 0px 0px 0px 0px;
	}
	
#content .themetable h4 {
	margin: 0px;
	padding: 10px 0px 8px 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 10px 0px 5px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 10px 0px 5px 15px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 10px 15px 5px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #F5F5F5;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
.dede_pages{
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	border-bottom:1px solid #EEE;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 1px;
	border-bottom:2px solid #690;
}
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	color:#F63;
	padding:2px 4px 1px;
	border-bottom:2px solid #F63;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	display: inline;
	width: 300px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	}
	
#sidebar h3 {
	color: #333333;
	font-size: 11px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar h4 {
	color: #333333;
	font-size: 24px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	line-height: 24px;
	letter-spacing: -0.5px;
	}
	
#sidebar h5 {
	color: #333333;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	letter-spacing: -0.25px;
	margin: 0px 0px 4px 0px;
	padding: 6px 0px 0px 0px;
	}

#sidebar p {
	color: #333333;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	line-height: 18px;
	}
	
#sidebar li {
	list-style-type: none;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	display: block;
	margin: 0px 0px 0px 0px;
	}

#sidebar ul li ul { 
	margin: 0px 0px 0px 0px;
	}

#sidebar ul li a {
	padding: 2px 4px 2px 0px;
	}
	
#sidebar ul li a:hover {
	padding: 2px 4px 2px 0px;
	}
	
#sidebar ul li ul li {
	display: block;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #DDDDDD;
	}

#sideinfo_01 {
	background: #333333 url(../images/sidebar_bg.png) repeat-x;
	height: 125px;
	width: 258px;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	overflow: hidden;
	border: 1px solid #333333;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

#sideinfo_01 p {
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	}
	
#sideinfo_02 {
	width: 298px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	}
	
#sideinfo_02 p {
	color: #333333;
	font-size: 11px;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 16px;
	}

#sideinfo_02 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sideinfo_02 ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sideinfo_02 ul li a {
	display: block;
	padding: 7px 7px 7px 7px;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}	

#sideinfo_02 ul li a:hover {
	display: block;
	background: #FFFFFF;
	padding: 7px 7px 7px 7px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

#sideinfo_02 ul ul li a, #sidebar ul ul li a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#sideinfo_02 ul ul li a:hover{
	background: #CCCCCC;
	color: #669900;
	text-decoration: none;
	}

#sideinfo_02 ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	
#sideinfo_02 ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sideinfo_02 ul li li {
	background: url(../images/check.png) no-repeat top left;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 5px 0px;
	}
	
#sideinfo_02 ul li ul li {
	background: url(../images/check.png) no-repeat top left;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 5px 0px;
	}
	
#sideinfo_03 {
	background: #FFFFFF;
	height: 198px;
	width: 258px;
	margin: 0px 0px 0px 0px;
	padding: 20px;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
#sideinfo_03 h4 {
	color: #333333;
	padding: 0px 0px 0px 0px;
	}

#sideinfo_03 p {
	padding: 0px 0px 0px 0px;
	}
	
#sideinfo_03 li {
	float:left;
	width:100px;
	margin-left:15px;
	margin-right:5px;
	margin-bottom:10px;
	padding: 0px 0px 0px 0px;
	}

#sidetab {
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	}

#sidetab h3 {
	color: #333333;
	border: none;
	text-transform: none;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.buytheme a {
	background: transparent url(../images/buy_theme_btn.png) no-repeat;
	display: block;
	margin: 0px 0px 10px 0px;
	width: 300px;
	height: 80px;
	}
	
.buytheme a:hover {
	background-position: -300px 0;
	}
	
#buyall a {
	background: transparent url(../images/buy_all_btn.png) no-repeat;
	display: block;
	margin: 0px 0px 20px 0px;
	width: 300px;
	height: 80px;
	}
	
#buyall a:hover {
	background-position: -300px 0;
	}
	
#downloadtheme a {
	background: transparent url(../images/download_theme_btn.png) no-repeat;
	display: block;
	margin: -10px 0px 20px 0px;
	width: 300px;
	height: 50px;
	}
	
#downloadtheme a:hover {
	background-position: -300px 0;
	}
	
/************************************************
*	Sidebar Widgets									*
************************************************/
	
#sidebar .widget  {
	background: #FFFFFF;
	margin: 20px 0px 0px 0px;
	padding: 20px;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
.textwidget {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
#wp125 {
	padding: 20px 20px 10px 20px !important;
	}
	
/************************************************
*	Subscribe Form									*
************************************************/
	
#subscribe {
	background: #333333 url(../images/subscribe_bg.png) no-repeat;
	height: 100%;
	width: 258px;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	overflow: hidden;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
#subscribe h4 {
	color: #FFFFFF;
	}
	
#subscribe label {
	color: #FFFFFF;
	}
	
#subscribe p {
	color: #FFFFFF;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 18px;
	}

#subbox {
	background: #FFFFFF !important;
	width: 98%;
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	display: inline;
	border: none;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
#subbutton {
	background: #333333 url(../images/homelink.png);
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}
	
/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #333333;
	margin: 5px 0px 0px 10px;
	}

#searchform {
	margin: 0px 0px 0px 0px;
	}
	
#searchformheader {
	float: left;
	margin: 9px 0px 0px 0px;
	}
	
#searchbox {
	background: #FFFFFF !important;
	width: 155px;
	height: 17px;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	padding: 5px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	border: none;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	}
	
#searchbutton {
	background: #555555;
	color: #FFFFFF;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	padding: 3px;
	margin: 0px;
	border: 1px solid #555555;
	}
	
#s {
	background: #F5F5F5;
	width: 170px;
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #DDDDDD;
	color: #333333;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
#submit {
	background: #eeeeee;
	color: #333333;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
#author, #email, #url {
	background: #EAEAEA !important;
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
#comment {
	background: #eeeeee !important;
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 140px;
	padding: 4px 0px 2px 0px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 0px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 6px;
	border: 1px solid #dddddd;
	}
	
#respond {
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 0px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin: 10px 0px 0px 0px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #eeeeee;
	color: #333333;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 2px 5px;
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
.reply a:hover {
	background: #669900;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #669900;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #f5f5f5;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #eeeeee;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px solid #eeeeee;
	margin: 0px;
	padding: 0px;
	}
	
.subscribe-to-comments {
	padding: 8px 0px 0px 0px !important;
	}

/************************************************
*	Theme Page									*
************************************************/

#theme h1 {
	color: #FFFFFF;
	font-size: 24px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: lighter;
	text-transform: uppercase;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	line-height: 24px;
	}

#theme h2 {
	color: #333333;
	letter-spacing: -0.5px;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}

#theme h2 a, #theme h2 a:visited  {
	color: #333333;
	text-decoration: none;
	border: none;
	}

#theme h2 a:hover {
	color: #669900;
	text-decoration: none;
	border: none;
	}

#theme h3 {
	color: #333333;
	font:Helvetica, Arial, Trebuchet MS, Verdana;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 36px;
	font-weight: bold;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 8px 0px 0px 0px;
	}
	
#theme h4 {
	margin: 0px 0px 2px 0px;
	}

#themebanner {
	background: none;
	float: left;
	width: 960px;
	height: 120px;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#themebanner h2, #themebanner h3 {
	color: #333333;
	font-size: 32px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -0.5px;
	line-height: 30px;
	}

#themebanner h2 a, #themebanner h2 a:visited,
#themebanner h3 a, #themebanner h3 a:visited {
	color: #333333;
	text-decoration: none;
	border: none;
	}

#themebanner h2 a:hover, #themebanner h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
	
#themebanner p {
	margin: 5px 0px 5px 0px;
	}
	
.bannerinfo {
	float: left;
	display: inline-block;
	clear: both;
	background: transparent url(../images/container-main-shadow.gif) no-repeat center bottom;
	width: 960px;
	margin: -5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 9;
	}
	
.bannertitle {
	background: #ebf5da url(../images/bannertitle_bg.jpg) repeat-x bottom;
	width: 620px;
	height: 30px;
	padding: 15px;
	margin: 0 auto 0;
	overflow: hidden;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
.bannerimg {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	}
	
#themedetail {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	}

.theme {
	background: none;
	width: 310px;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
.theme a img {
	display: block;
	margin: 0px;
	padding: 0px;
	}
	
.themeheader {
	background: #333333 url(../images/header_bar.png) repeat-x;
	height: 40px;
	width: 640px;
	overflow: hidden;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
.themeheader h1 {
	font-size: 24px !important;
	color: #FFFFFF !important;
	margin: 7px 0px 0px 10px !important;
	}
	
.themethumbheader {
	background: #333333 url(../images/header_bar.png) repeat-x;
	height: 40px;
	width: 310px;
	overflow: hidden;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
	
.themethumbheader h3 {
	font-size: 24px !important;
	color: #FFFFFF !important;
	margin: 7px 0px 0px 10px !important;
	}
	
.themebox {
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	background: #FFFFFF;
	height: 135px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	
.themecontent {
	float: left;
	width:598px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #DDDDDD;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	
.themefeatures {
	float: left;
	width: 567px;
	margin: 5px 0px 15px 0px;
	padding: 15px 15px 15px 15px;
	background: #f1f6e3;
	border: 1px solid #e1e9cc;
	}
	
/************************************************
*	Showcase									*
************************************************/

#showcasebanner {
	background: none;
	float: left;
	width: 960px;
	height: 320px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#showcasebanner h3 {
	color: #333333;
	font-size: 42px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -0.5px;
	line-height: 30px;
	}

#showcasebanner h3 a, #showcasebanner h3 a:visited {
	color: #333333;
	text-decoration: none;
	border: none;
	}

#showcasebanner h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
	
#showcasebanner h4 {
	color: #333333;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -0.5px;
	line-height: 16px;
	}
	
#showcasebanner p {
	margin: 8px 0px 5px 0px;
	}

.showcase {
	float: left;
	display: block;
	background: none;
	width: 310px;
	padding: 0px 15px 0px 0px;
	margin: 15px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	}
	
.showcaseinfo {
	float: left;
	display: block;
	clear: both;
	position: absolute;
	width: 470px;
	margin: 60px 0px 0px 460px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	z-index: 9;
	}
	
.showcasefeatured {
	float: left;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	}
	
.showcase.image3, .showcase.image6, .showcase.image9,
.showcase.image12, .showcase.image15, .showcase.image18,
.showcase.image21, .showcase.image24, .showcase.image27 {
	padding: 0px 0px 0px 0px !important;
	}
	
.showcase.image1, .showcase.image2, .showcase.image3 {
	margin: 0px 0px 0px 0px;
	}
	
#content .showcase h4 {
	margin: 0px 0px 2px 0px;
	}
	
.showcaseimg a img {
	background: #FFFFFF;
	margin: 0px;
	padding: 5px;
	}
	
.showcaseimg a img:hover {
	background: #99cc33;
	}
	
.showcasebox {
	margin: 0px 0px 0px 0px;
	padding: 15px 20px 15px 20px;
	background: #FFFFFF;
	height: 60px;
	overflow: hidden;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	}
	
.showcasetab {
	float: right;
	display: block;
	clear: both;
	position: absolute;
	width: 310px;
	z-index: 9;
	}
	
.showcasetag {
	float: right;
	display: block;
	background: #99cc33;
	padding: 4px 10px 2px 10px;
	margin: 0px 0px 0px 0px;
	}
	
.showcasetag a {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.2px;
	}
	
/************************************************
*	Standard Features							*
************************************************/
	
#standardfeatures {
	float: left;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	min-height:188px;
	}
	
#standardfeatures h4 {
	color: #333333;
	letter-spacing: -0.5px;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom:1px #999999 dashed;
	}
	
#standardfeatures h5 {
	color: #333333;
	letter-spacing: -0.5px;
	font-size: 14px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#standardfeatures p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#standardfeatures img {

	display: block;
	background: #F5F5F5;
	padding: 3px 3px 3px 3px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #DDDDDD;
	}

/*
#standardfeatures ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#standardfeatures ul li {
	float: left;
	width:595px;
	background: none;
	height: 30px;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #dddddd;
	}
*/
	
/************************************************
*	Standard Features2							*
************************************************/
	
#sfnews {
	float: left;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	min-height:188px;
	}
	
#sfnews h4 {
	color: #333333;
	letter-spacing: -0.5px;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom:1px #999999 dashed;
	}
	
#sfnews h5 {
	color: #333333;
	letter-spacing: -0.5px;
	font-size: 14px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sfnews p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#sfnews img {
    float:left;
	display: block;
	background: #F5F5F5;
	padding: 3px 3px 3px 3px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #DDDDDD;
	}

#sfnews ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sfnews ul li {
	float: left;
	width:595px;
	background: none;
	height: 100px;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #dddddd;
	}
	

/************************************************
*	About Page									*
************************************************/
	
#aboutteam {
	float: left;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#aboutteam h4 {
	color: #333333;
	letter-spacing: -0.5px;
	font-size: 14px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 14px;
	}
	
#aboutteam h5 {
	color: #999999;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#aboutteam p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#aboutteam img {
	float: left;
	display: block;
	background: #EEEEEE;
	width: 200px;
	height: 240px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	}

#aboutteam ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#aboutteam ul li {
	float: left;
	background: none;
	height: 240px;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #dddddd;
	}


/************************************************
*	Affiliate Page									*
************************************************/
	
#affiliate {
	float: left;
	display: block;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#affiliate h4 {
	color: #333333;
	font-size: 16px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -0.25px;
	line-height: 14px;
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#affiliate h5 {
	color: #999999;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px 0px -5px 0px;
	padding: 5px 0px 0px 0px;
	}
	
#affiliate h5 a, #affiliate h5 a:active {
	color: #999999;
	}
	

#affiliate h5 a:hover {
	color: #669900;
	}
	
#affiliate p {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#affiliate img, #affiliate object {
	float: left;
	display: block;
	background: #EEEEEE;
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
	}

#affiliate ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#affiliate ul li {
	float: left;
	width: 100%;
	background: none;
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #dddddd;
	}
	
#affiliate textarea {
	background: #eeeeee;
	border: 1px solid #dddddd;
	padding: 10px;
	margin: 0px;
	}
	
/************************************************
*	ShareThis									*
************************************************/

#sharethis {
	float: left;
	margin: -2px 0px 0px 0px;
	}

#sharethis a:hover {
	border: none;
	}
	
#sharethis span .stbuttontext {
	float: left;
	margin: -1px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sharethis a.stbutton {
	float: left;
	margin: 3px 0px 0px 0px;
	}

/************************************************
*	Contact Page									*
************************************************/

.wpcf7-validates-as-required {
	background: #EEEEEE;
	border: 1px solid #EEEEEE;
	}
	
/************************************************
*	Footer Top									*
************************************************/

#footerfull {
	margin: 15px auto 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	}

#footertopbg {
	background: #dddddd;
	width: 960px;
	margin: 0 auto 0;
	padding: 0px 20px 0px 20px;
	text-align: left;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	}

#footertop {
	background: #dddddd;
	width: 960px;
	height: 210px;
	line-height: 20px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #AAAAAA;
	}

#footertop h4 {
	color: #333333;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	list-style-type: none;
	}

#footertop li a, #footertop li a:link, #footertop li a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	}
	
#footertop li {
	list-style: none;
	}

#footertop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footertop ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#footertop ul li a {
	background: #DDDDDD;
	display: block;
	height: 18px;
	_height: 22px;
	padding: 3px 6px 3px 6px;
	overflow: hidden;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}	

#footertop ul li a:hover {
	background: #EEEEEE;
	display: block;
	padding: 3px 6px 3px 6px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
#footertop .footertwitter ul li a {
	color: #669900;
	background: none;
	display: inline;
	padding: 0px;
	text-decoration: none;
	}
	
#footertop .footertwitter ul li a:hover {
	color: #669900;
	background: none;
	display: inline;
	padding: 0px;
	text-decoration: underline;
	}

.onenews{
	margin:0 3px 0 3px;
	padding:6px;
	border-bottom:1px dashed #EBEBEB;
	height:66px;
	overflow:hidden;
}
.onenews:hover {
	display: block;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #DDDDDD;
	}
.onenews h5{
	line-height:12px;*line-height:22px;
}
.onenews h5 a{
	font-size:12px; color: #333333;
}
.onenews p{
    margin-top:-15px;
	color:#666;
}
.footertopleft {
	width: 200px;
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.footertopmid {
	width: 200px;
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.footertopright {
	width: 200px;
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footertopright	h4 a{
	font-size:10px; float:right; line-height:22px;
}
.footertwitter {
	width: 315px;
	height: 190px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
	
#footertop .footertwitter div h4 {
	background: none;
	color: #333333;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	list-style-type: none;
	list-style: none;
	}
	
#footertop .footertwitter div h4 a {
	background: url(../images/twitter_bird.png) no-repeat right;
	color: #333333;
	font-size: 18px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 20px 35px 10px 0px;
	list-style-type: none;
	list-style: none;
	}
	
#footertop .footertwitter ul li {
	list-style-type: none;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px solid #BBBBBB;
	line-height:28px;
	}
	
#footbot {
	background: #FFFFFF;
	width: 958px;
	margin: 8px auto 0px;
	padding: 1px 20px 3px 20px;
	border: 1px solid #DDDDDD;
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
/* ÓÑÁ´ */
.friendLink { margin:5px 0 0;width:960px;}
.friendLink .hd { background:url(../images/fdlk.gif) no-repeat 0 0; height:28px; text-indent:-9999em; overflow:hidden;}
.friendLink .bd { border:1px solid #e1e1e1; padding:6px; background:#FFFFFF;}
.friendLink .bd .pic li { width:104px; float:left; margin-top:5px; height:39px; overflow:hidden;}
.friendLink .bd .pic li a img { border:1px solid #ddd; padding:3px; background-color:#f1f1f1;}
.friendLink .bd .text { margin-top:5px; padding:0 0 0 3px; line-height:22px; text-align:center; min-height:30px;height:auto}
.friendLink .bd .text a { color:#666666}
.friendLink .bd .text a:hover { color:#000000; text-decoration:none}
.friendLink .bd .text li {list-style:none;height:22px; line-height:22px;min-width:150px;width: auto; font-size: 12px; text-align: center; margin-right: 8px; margin-left: 5px; float: left; margin-bottom: 8px; border: 1px solid #e1e1e1; }
.friendLink .bd .text li:hover{ background-color: #dddddd; border: 1px solid #e1e1e1; }

/* Ò³½Å */
#footer { margin: 0px auto 0px;margin-top:10px; width: 960px; border-top:1px solid #dedede; padding-top:5px;}
#footer .foot_info { float:left;padding-top:5px;width:960px; height:35px; text-align:center; line-height:22px;}
#footer .bor { overflow:hidden; height:5px; background:url(../images/bg_repeatX.png) repeat-x 0 -133px; margin:8px 0;}

/************************************************
*	Footer Background							*
************************************************/

#footerbottombg {
	background: #DDDDDD;
	width: 960px;
	margin: 0 auto 0;
	padding: 0px 20px 0px 20px;
	}
	
/************************************************
*	Footer  									*
************************************************/


	
#footer p {
	margin: 0px;	
	padding: 0px;
	line-height: 12px;
	}

.footertop {
	font-size: 12px;
	color: #999999;
    font-weight: normal;
	margin: 0px;
	padding: 16px 0px 0px 0px;
	text-align:center
	}
	
.footertop a {
	color: #666666;
	text-decoration: none;
	}

.footertop  a:hover {
	color: #333333;
	text-decoration: none;
	}
	
.footerbottom {
	font-size: 11px;
	color: #999999;
    font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
.footerbottom a {
	color: #666666;
	text-decoration: none;
	}

.footerbottom a:hover {
	color: #333333;
	text-decoration: none;
	}
	
/* TipTip CSS - Version 1.1 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_holder.tip_left #tiptip_content {
	margin-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid #222222;
	background-color: #333333;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
	overflow: hidden;
}

#tiptip_arrow_inner {
	border-width: 6px;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #222222;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #222222;
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #222222;
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #222222;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: #333333;
	border-top-color: #333333;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: #333333;
	border-bottom-color: #333333;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: #333333;
	border-right-color: #333333;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: #333333;
	border-left-color: #333333;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: #222222;
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: #222222;
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: #222222;
	}
}

/* /en/pangolin/ right side  */
.DivAlignRight {
    background: none repeat scroll 0 0 #FFFFCC;
    clear: both;
    display: inline;
    float: right;
    margin: 0 0 16px 16px;
    position: relative;
}

/* News on the right side of article */
#newslist {border:4px solid #ccc; background:#FFFFFF; padding:10px; width:270px; font-size:12px; list-style-type:none; }
#newslist li {width:270px; height:30px;}
#newslist li a .lbt {display:block; width:228px; float:left; text-indent:20px; text-decoration:none; white-space:nowrap; text-overflow:ellipsis; overflow: hidden; display:inline;}
#newslist li a .ldt {display:block; width:39px; float:right; text-align:center; color:#069; text-decoration:none; display:inline;}
#newslist li a {width:270px; height:30px; display:block; line-height:30px; color:#666; text-decoration:none; cursor:hand; background:url(../images/newslist_bg.png) no-repeat 0 0;}
#newslist li a:hover{ color:#03c; text-decoration:none; background:url(../images/newslist_bg.png) no-repeat 0 -30px;}
#newslist li a:hover .ldt {color:#000;}

.midboxseshead {
    background-color: #9EC1E2;
    border: 1px solid #C7C7C7;
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 3px;
    text-align: left;
}


