/* 
	Theme Name: Corporate WordPress Theme
	Theme URL: http://www.studiopress.com/themes/corporate
	Description: Corporate is a 2-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	Tags: two columns, fixed width, black, white, gray, blue, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 2/20/09
*/

@import "images/_styles.css";

body {
	background: #fff url(images/bg07.jpg) no-repeat 50% 0;
	color: #222;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	margin: 0;
	padding: 0;
}
	
#wrap {
	background: #fff;
	width: 950px;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
}
	
a:focus, a:hover, a:active {
	outline: none  !important;
}
p.noborder A,
p.noborder A:hover {
	border: none !important;
}
	
/************************************************
*	Top     									*
************************************************/

#top {
	width: 950px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
	
/************************************************
*	Header  									*
************************************************/

#header {
	position: relative;
	width: 950px;
	height: 97px;
	background: #fff url(images/bg07.jpg) no-repeat 50% 0;
}

#header h1 {
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 010px;
	text-decoration: none;
}
	
#header h1 a, #header h1 a:visited {
	color: #fff;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
	
#header h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#logo {
	position: absolute;
	top: 24px;
	left: 0;
	margin: 0;
}
#login {
	position: absolute;
	top: 0;
	right: 12px;
	margin: 0;
}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	position: absolute;
	bottom: 0;
	right: 12px;
	width: 850px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
	
#nav {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 2px 0 0;
}
	
#nav li a, #nav li a:link, #nav li a:visited {
	display: block;
	margin: 0;
	padding: 9px 20px 10px;
	background: #e7d1be url(images/bg03.gif) repeat-x 0 0;
	text-decoration: none;
	color: #777;
}
#nav .current_page_item a {
	border: solid #fff;
	border-width: 0 1px;
	background: #fff url(images/bg04.gif) repeat-x 0 0 !important;
	color: #000 !important;
}
#nav li a:hover, #nav li a:active {
	color: #3b3b3b;
}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 150px;
	border: solid #dedede;
	border-width: 1px 1px 0;
	background: #fbfbfb;
	color: #999;
	float: none;
	margin: 0;
	padding: 7px 10px;
}
#nav li li a:hover {
	background: #e8e8e8;
	color: #333;
}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 172px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #dedede;
}

#nav li ul a {
	width: 150px;
}

#nav li ul ul {
	margin: -30px 0 0 172px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover { 
	position: static;
}

/************************************************
*	Homepage 					            	* 
************************************************/

#homepage {
	width: 950px;
}
#homepage p {
	margin: 0;
	padding: 0;
}
	
#homepage a, #homepage a:visited  {
	color: #3a87dd;
	text-decoration: none;
	border-bottom: 1px dotted #3a87dd;
}
	
#homepage a:hover {
	color: #3a87dd;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
	

#homepage .widget  {
	margin: 0 0 10px 0;
}
	
#homepage ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#homepage ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#homepage ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#homepage ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#homepage ul li li,
#homepage .hpbottomleft ul li ul li {
	margin: 0;
	padding: 1px 0 6px 20px;
	background: url(images/dot06.gif) no-repeat 10px 9px;
}
#homepage .hpbottomleft ul li li,
#homepage .hpbottomright ul li li,
#homepage .hpbottomleft ul li ul li,
#homepage .hpbottomright ul li li ul li {
	background: url(images/dot04.gif) no-repeat 0 5px;
	margin: 0;
	padding: 0 0 0 11px;
}
	
#homepage ul li a, #homepage ul li a:visited {
	color: #222;
	text-decoration: none;
	border-bottom: 1px dotted #f7f7f7;
}
	
#homepage ul li a:hover{
	color: #3a87dd;
	text-decoration: none;
	border-bottom: 1px dotted #3a87dd;
}
	
.homepageleft {
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
}
	

.homepageleft h2 {
	color: #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}
	
.homepageright {
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
}
	
.homepageright h2 {
	color: #222;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}
	
#fcg {
	background: #f7f7f7;
	margin: 0 0 10px 0;
	padding: 9px;
	border: 1px solid #e6e6e6;
}
	
#fcg h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 5px 0 0 5px;
}
	
#fcg p {
	color: #fff;
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
}

.hpbottomleft {
	float: left;
	width: 347px;
	padding-bottom: 10px;
	background: url(images/bg04.png) no-repeat 0 100%;
	color: #fff;
	line-height: 1.4;
}
.hpbottomleft H2 {
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	color: #fff;
}
.hpbottomleft DIV.widget {
	margin: 0 !important;
	padding: 15px 20px 0 !important;
	border: none !important;
	background: url(images/bg04.png) no-repeat 0 0;
}

.hpbottomright {
	float: right;
	width: 347px;
	padding-bottom: 10px;
	background: url(images/bg05.png) no-repeat 0 100%;
	color: #fff;
	line-height: 1.4;
}
.hpbottomright H2 {
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	color: #fff;
}
.hpbottomright DIV.widget {
	margin: 0 !important;
	padding: 15px 20px 0 !important;
	border: none !important;
	background: url(images/bg05.png) no-repeat 0 0;
}

#home_middle_widget DIV.widget {
	padding: 0;
	border: none;
}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 950px;
	padding: 10px 0 0 0;
	line-height: 20px;
}
	
#contentleft {
	float: left;
	width: 700px;
	padding-top: 20px;
}

#contentwide {
	float: left;
	width: 920px;
	margin: 0;
	padding-top: 20px;
}
	
#contentwide a, #contentwide a:visited {
	color: #3a87dd;
	text-decoration: none;
	border-bottom: 1px dotted #3a87dd;
}
	
#contentwide a:hover {
	color: #3a87dd;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

#contentleft h1, #contentwide h1 {
	color: #222;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	line-height: 22px;
}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #222;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	line-height: 22px;
	border: none;
}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #3a87dd;
	text-decoration: none;
	border: none;
}
	
#contentleft h2, #contentwide h2 {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0 0;
	padding: 0 0 5px 0;
	line-height: normal;
}
#contentleft h2.type3, #contentwide h2.type3 {
	color: #222;
	font-size: 20px;
	font-weight: bold;
	margin: 2em 0 0;
	line-height: normal;
}
	
#contentleft h3, #contentwide h3 {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0 0;
	line-height: normal;
}
	
#contentleft h4, #contentwide h4 {
	color: #222;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	line-height: 22px;
	border-bottom: 2px solid #ccc;
}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0;
	margin: 0;
}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0;
	margin: 0;
}

.postarea p {
	padding: 0 0 10px 0;
	margin: 0;
}

#important {
	float: right;
	width: 138px;
	margin: -2em 0 1em 1em !important;
	padding: 11px 15px 14px;
	border: 1px solid #ffe8d9;
	background: #fffaf7;
	line-height: 16px;
}
#important .sp {
	text-transform: uppercase;
	color: #ff6701;
}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #3a87dd;
	text-decoration: none;
	border-bottom: 1px dotted #3a87dd;
}
	
.postarea a:hover, .postcomments a:hover {
	color: #3a87dd;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
	
.postarea ol {
	margin: 0 0 0 5px;
	padding: 0 0 10px 0;
}
	
.postarea ol li {
	margin: 0 0 0 20px;
	padding: 0 0 5px 0;
}
	
.postarea ul {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0 0 10px 0;
}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.postarea ul li,
.postarea ul ul li {
	background: url(images/dot01.gif) no-repeat 0 .5em;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
}

.postarea table {
	width: 100%;
	border: 1px solid #d4d4d4;
}
.postarea table TH,
.postarea table TD {
	border: solid #d4d4d4;
	border-width: 1px 0 0 1px;
	padding: 4px 6px;
	background: #fff;
}
.postarea table TR TH:first-child,
.postarea table TR TD:first-child {
	border-left-color: #d4d4d4;
}
.postarea table THEAD TH {
	border: 1px solid #d4d4d4;
	background: #f1f1f1;
}
.postarea table THEAD TH A {
	color: #000;
	border: none;
	text-decoration: underline;
}

.postarea table.product {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ededed;
}
.postarea table.product TH,
.postarea table.product TD {
	border: none;
	border-right: 1px solid #ededed;
	border-top: 1px solid #f6f6f6;
	padding: 5px 8px;
	background: #fff;
}
.postarea table.product TH.basic A {
	display: block;
	padding-top: 140px;
	padding-bottom: 5px;
	border-bottom: none;
	background: url(images/basic.png) no-repeat 50% 60px;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal
	
}
.postarea table.product TH.light A {
	display: block;
	padding-top: 140px;
	padding-bottom: 5px;
	border-bottom: none;
	background: url(images/light.png) no-repeat 50% 30px;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal
	
}
.postarea table.product TH.standard A {
	display: block;
	padding-top: 140px;
	padding-bottom: 5px;
	border-bottom: none;
	background: url(images/standard.png) no-repeat 50% 10px;
	font-size: 11px;
	border-bottom: none;
	text-decoration: none;
	font-weight: normal
	
}
.postarea table.product TH.premium A {
	display: block;
	padding-top: 140px;
	padding-bottom: 5px;
	border-bottom: none;
	background: url(images/premium.png) no-repeat 50% 10px;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	
}
.postarea table.product TBODY TR.title TH {
	padding: 7px 8px 7px 29px;
	border-top: 1px solid #d0d0d0 !important;
	font-size: 11px;
	background: #ededed url(images/E-oranz.png) no-repeat 7px 50%;
}
.postarea table.product TBODY TR.title2 TH {
	padding: 7px 8px;
	background: #f60;
	color: #fff;
	font-size: 13px;
}
.postarea table.product THEAD TH {
	font-size: 13px;
	text-align: center;
}
.postarea table.product TBODY.type1 TD {
	text-align: center;
	color: #000;
}
.postarea table.product TBODY TD {
	font-size: 11px;
}
.postarea table.product TBODY TD.ok {
	background: url(images/dot02.gif) no-repeat 50% 50%;
	text-indent: -5000px;
}

DIV.box01-a {
	float: left;
	width: 340px;
}
DIV.box01-b {
	float: right;
	width: 340px;
}

blockquote {
	background: #f7f7f7;
	margin: 0 25px 15px;
	padding: 0 25px 0 10px;
	border: 1px solid #e6e6e6;
}
DIV.sp-box {
	margin-bottom: 10px;
	padding: 10px 15px 8px 15px;
	border: 1px solid #e6e6e6;
	background: #f7f7f7;
}
DIV.sp-box2 {
	background: #fff;
}
DIV.sp-box OL {
	margin-top: .6em;
	padding-bottom: 0;
	line-height: 1.1em;
}
DIV.sp-box H2 {
	margin: 0 !important;
	font-size: 18px !important;
}
	
#content blockquote p {
	margin: 0;
	padding: 10px 0;
}
	
.postauthor {
	margin: 0 0 10px 0;
	padding: 0;
}
	
.postmeta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0 0 50px 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid #d4d4d4;
}

.postmeta p {
	margin: 0;
	padding: 0;
}
	
code {
	color: #222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
}
	
.archive {
	float: left;
	width: 280px;
	margin: 0;
	padding: 20px 25px 20px 0;
}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
}

img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px !important;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
	
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f5f5f5;
	padding: 4px 0 5px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}

P.img-right {
	float: right;
	margin: 1em 0 .5em 1.5em;
}
P.img-right IMG {
	display: block;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}
P.img-right A:hover IMG {
	padding: 1px;
	border-width: 3px;
}

/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 220px;
	padding: 0;
	line-height: 18px;
}
	
#sidebar h2 {
	color: #222;
	font-size: 14px;
	font-weight: bold !important;
	line-height: normal;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}
#homepage_sidebar_1 {
	padding-bottom: 1px !important;
}
#homepage_sidebar_1a {
	padding-bottom: 0 !important;
}
#sidebar a, #sidebar a:visited {
	color: #222;
	text-decoration: none;
	border-bottom: 1px dotted #f7f7f7;
}
	
#sidebar a:hover{
	color: #3a87dd;
	text-decoration: none;
	border-bottom: 1px dotted #3a87dd;
}

#sidebar p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}
	
#sidebar .widget  {
	padding-bottom: 5px;
}
#sidebar .widget UL LI,
#homepage .widget UL LI {
	line-height: 1.3;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
}

#sidebar ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#sidebar ul li li,
#sidebar ul li ul li {
	margin: 0;
	padding: 3px 0 8px 20px;
	background: url(images/dot06.gif) no-repeat 10px 9px;
}
	
#sidebar .video embed, #sidebar .video object {
	width: 250px; 
	height: 205px;
	margin: 0; 
	padding: 0;
}
	
.textwidget {
	margin: 0;
	padding: 0;
}
	
.postform {
	background: #f5f5f5;
	width: 100%;
	color: #222;
	font-size: 12px;
	margin: 5px 0 0 0;
	padding: 1px;
	display: inline;
	border: 1px solid #ddd;
}
	
#cat {
	margin: 5px 0 0 0;
	background: #fff;
	color: #222;
}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	margin-top: 10px;
	padding-top: 9px;
	border-top: 1px solid #d0d0d0;
	color: #999;
	font-size: 11px;
}
	
#footer p {
	margin: 0;	
	padding: 0;
}

#footer a {
	color: #999;
	text-decoration: none;
}
#footer SPAN {
	margin: 0 5px;
	color: #979797;
}

#footer a:hover {
	text-decoration: underline;
}
	
DIV.footerleft {
	width: 440px;
	float: left;
}
	
DIV.footerright {
	width: 440px;
	float: right;
	text-align: right;
}
	
/************************************************
*	Bottom  									*
************************************************/

#bottom {
	width: 950px;
	height: 15px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
	
/************************************************
*	Search Form									*
************************************************/

#subscribe {
	margin: 0;
	padding: 10px 0 5px 0;
	overflow: hidden;
}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
}
	
#subbutton {
	background: #333 url(images/homelink.png);
	color: #fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 0 0 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333;
}

#searchform {
	margin: 0;
}
	
#searchformheader {
	margin: 0;
	padding: 0 0 20px;
}
	
#searchbox {
	float: left;
	padding: 3px;
	margin: 0 9px 0 0;
	border: 1px solid #d4d4d4;
	background: #f8f8f8 !important;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 151px;
	color: #222;
}
	
#searchbutton {
	float: left;
	border: none !important;
	padding: 0 !important;
}
	
#s {
	background: #fff;
	width: 175px;
	color: #222;
	font-size: 12px;
	margin: 0 3px 0 0;
	padding: 3px 0 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
}
	
#searchsubmit {
	background: #DDDDDD;
	color: #222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
}
	
#submit {
	background: #666;
	color: #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333;
}
	
#author, #email, #url {
	background: #f7f7f7 !important;
	color: #222;
	font-size: 12px;
	margin: 0;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
	
#comment {
	background: #f7f7f7 !important;
	color: #222;
	font-size: 12px;
	margin: 5px 0;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	background: #fff;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0 5px 0 10px;
	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: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
	
#commentform p {
	margin: 5px 0;
}
	
#commentform #submit {
	margin: 0;
	float: left;
}
	
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	margin: 0;
	padding: 0;
}
	
.commentlist ol {
	margin: 0;
	padding: 10px;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 0;
	padding: 0;
}
	
.children { 
	margin: 0;
	padding: 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
	
.reply a, .reply a:visited {
	background: #666;
	color: #fff;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #333;
}
	
.reply a:hover {
	background: #3a87dd;
	color: #fff;
	text-decoration: none;
	border: 1px solid #3a87dd;
}

.commentmetadata {
	font-size: 10px;
	margin: 0;
	display: block;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
	
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
	
.thread-alt {
	background: #fff;
	margin: 0;
	padding: 0;
}
	
.thread-even {
	background: #f7f7f7;
	margin: 0;
	padding: 0;
}
	
.depth-1 {
	border: 1px solid #e6e6e6;
	margin: 0;
	padding: 0;
}

.even, .alt {
	border: 1px solid #e6e6e6;
	margin: 0;
	padding: 0;
}

	
/************************************************
*	special									*
************************************************/

h2.type1 {
	margin-top: 1em !important;
	padding: 5px 10px 3px !important;
	border: none !important;
	background: #e87600 url(images/bg01.gif) repeat-x 0 0;
	text-transform: uppercase;
	font-size: 15px !important;
	font-family: Arial, Tahoma, Verdana !important;
	font-weight: bold !important;
	line-height: normal;
	color: #fff !important;
}
UL.type1 {
	margin: 1em 0 0 35px;
}
UL.type1 LI {
	padding-top: 4px !important;
	padding-left: 20px;
	background: url(images/dot01.gif) no-repeat 0 10px;
}
h2.type2 {
	margin-top: 1em !important;
	padding: 5px 10px 3px !important;
	border: none !important;
	background: #439d03 url(images/bg02.gif) repeat-x 0 0;
	text-transform: uppercase;
	font-size: 15px !important;
	font-family: Arial, Tahoma, Verdana !important;
	font-weight: bold !important;
	line-height: normal;
	color: #fff !important;
}
UL.type2 {
	margin: 1em 0 0 25px;
}
UL.type2 LI {
	padding: 4px 0 4px 30px;
	background: url(images/dot02.gif) no-repeat 0 7px;
}

P.person {
	float: right;
	margin: .5em 0 .5em 3em;
}

.sp-type {
	color: #f90;
}

/* =wpcf7
-------------------------------------------------- */
DIV.wpcf7 P STRONG {
	display: block;
}
DIV.wpcf7 P STRONG SPAN.req {
	color: #ff9933;
}
DIV.wpcf7 P INPUT.text {
	width: 220px;
	border: 1px solid #8c8c8c;
}

#send SPAN {
	display: block;
	width: 75px;
	height: 24px;
	overflow: hidden;
}
#send SPAN INPUT {
	display: block;
	width: 75px;
	height: 24px;
	padding-bottom: 2px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	background: url(images/btn-saada.gif) no-repeat 0 0;
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
}

/* =blog
-------------------------------------------------- */
P.nocomments {
	color: #f00;
	text-align: left;
}
P.meta {
	margin-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 18px !important;
	color: #666;
	font-size: 11px;
}
P.meta SPAN.author {
	margin-right: 1.5em;
}
P.meta SPAN.comment {
	padding-left: 1.5em;
	text-align: right;
}

H2.rss {
	padding-left: 21px !important;
	background: url(images/ico_rss.jpg) no-repeat 0 1px;
}
SPAN.recentdate {
	display: block;
	color: #999;
	font-size: 11px;
}

/* =boxes
-------------------------------------------------- */
DIV.box03,
DIV.box03-a,
DIV.box03-b {
	background: url(images/bg08.png) no-repeat 0 0;
}
DIV.box03 {
	width: 681px;
	margin-top: 5px;
	background-repeat: repeat-y;
	background-position: -681px 0;
}
DIV.box03-b {
	padding: 1px 10px;
	background-position: -1362px 100%;
}
DIV.box03 P,
DIV.box03 H2,
DIV.box03 H3 {
	margin: 0;
	padding: .5em 0;
}
DIV.box03-c {
	float: left;
	width: 330px;
}
DIV.box03-d {
	float: right;
	width: 330px;
}
DIV.box03 P.img {
	float: left;
	width: 140px;
	overflow: hidden;
	padding-top: 20px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
DIV.box03 P.img2 {
	padding-top: 7px;
}
DIV.box03 DIV.inner {
	float: right;
	width: 175px;
}
DIV.box03 DIV.inner UL {
	margin-left: 0;
	padding-left: 0;
}
DIV.box03 DIV.inner UL LI {
	padding: 2px 0;
	background: none;
	line-height: normal;
}


DIV.box04,
DIV.box04-a,
DIV.box04-b {
	background: url(images/bg08.png) no-repeat 0 0;
}
DIV.box04 {
	width: 340px;
	overflow: hidden;
	margin-top: 5px;
	background-repeat: repeat-y;
	background-position: -681px 0;
}
DIV.box04-b {
	min-height: 53px;
	padding: 1px 10px;
	background-position: -1362px 100%;
}
* HTML DIV.box04-b {
	height: 53px;
}
DIV.box04 P,
DIV.box04 H2,
DIV.box04 H3 {
	margin: 0;
	padding: .5em 0;
}
DIV.box04 P.img {
	float: left;
	width: 140px;
	margin-right: 14px;
	overflow: hidden;
	padding-top: 20px;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
DIV.box04 P.img2 {
	padding-top: 7px;
}
DIV.box04 DIV.inner {
	float: left;
	width: 165px;
}
h2.type3 {
	margin-top: 2em !important;
	font-size: 13px !important;
}