body {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0;
	background: #FFFFFF url('../design-images/background.gif') repeat-x left top;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #4b4b4b;
}

.clear	{clear:both;}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
}

p, ul, ol {
	margin: 0 0 1em 0;
	text-align: justify;
	line-height: 24px;
	list-style: none;
}

p.red {
	color: #f00;
}

a {
	color: #2b2b2b;
}

a:hover, a:active {
	text-decoration: none;
	color: #2b2b2b;
}

a:visited {
	color: #2b2b2b;
}

img {
	border: 1px solid #ef6838;
}

img.no-border {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
	color: #333333;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url('../design-images/wrapper.gif') no-repeat left top;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 170px;
}

/* Menu */

.menu ul {margin:0 auto; padding:0; list-style:none; display:table; white-space:nowrap; list-style:none; height:35px; position:relative; font-size:11px;}
.menu li {display:table-cell; margin:0; padding:0;}
.menu li a {display:block; float:left; height:35px; line-height:30px; color:#333; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; cursor:pointer; background:url('../design-images/pro_six_0a.gif') no-repeat; padding:0 10px;}
.menu li a b {float:left; display:block; background:url('../design-images/pro_six_0b.gif') no-repeat right top; padding:0 25px 5px 15px;}
.menu li.current a {color:#fff; background:url('../design-images/pro_six_2a.gif') no-repeat;}
.menu li.current a b {background:url('../design-images/pro_six_2b.gif') no-repeat right top;}
.menu li a:hover {color:#fff; background: url('../design-images/pro_six_1a.gif') no-repeat;}
.menu li a:hover b {background:url('../design-images/pro_six_1b.gif') no-repeat right top;}
.menu li.current a:hover {color:#fff; background: url('../design-images/pro_six_2a.gif') no-repeat; cursor:default;}
.menu li.current a:hover b {background:url('../design-images/pro_six_2b.gif') no-repeat right top;}
/** LOGO */

#logo {
	width: 880px;
	height: 110px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: uppercase;
	line-height: normal;
}

#logo h1 {
	font-size: 24px;
	padding: 30px 0 0 140px;
}

#logo h1 a {
	text-decoration: none;
	color: #ef6838; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h1 span {
	font-size: 12px;
	margin-left: 10px;
	text-transform: lowercase;
	letter-spacing: 1px;
}

#logo h2 {
	padding: 5px 0 0 140px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

#logo p a {
	text-decoration: none;
	color: #28313A;
}

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	display:table;
}

/* Content */

#content {
	float: left;
	width: 590px;
	border-right: 1px dashed #60AED9;
}

#content-big {
	margin: 0 auto
	width: 880px;
}

ul.text {
	list-style: square;
	text-align: justify;
	padding: 0;
	margin: 0 0 10px 15px;
}

ul.text li {
	font-family: verdana, tahoma, arial, "sans serif";
	font: 1em/1.5em arial, tahoma, "sans serif";
	padding: 0 0 5px 10px;
	margin: 0;
	}

/* Post */

.post {
	padding: 0px 20px;
	margin-bottom: 10px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #1b1b1b; 
}

.post .entry {
}

.post .meta {
	padding: 15px 15px 30px 0px;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #1b1b1b; 
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 30px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h3,
#sidebar h4 {
	width: 250px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #1b1b1b; 
}

/* Search */

#search {

}

#search h3 {
	margin-bottom: 20px;
}

#s {
	width: 140px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #DFE1E0;
}

#x {
	padding: 3px;
	border: none;
	background: #0A5688;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 15px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 900px;
	height: 80px;
	margin: 0 auto;
	background: url('../design-images/footer.gif') no-repeat 0 bottom;
	font-size: 10px;
	color: #080808;
}

#footer a {
	font-weight: normal;
}

#legal {
	clear: both;
	padding: 40px 0 0 40px;
	margin: 0;
	text-align: left;
	float: left;
}

#footer ul {
	padding: 40px 40px 0 0;
	margin: 0;
	text-align: right;
	float: right;
}

#footer ul li {
	padding: 0 0 0 10px;
	margin: 0;
	display: inline
}

#contact-form {
 	width:400px;
 	text-align:left;
	padding:0 0 0 60px;
	margin:0;
	float:left;
	}
#contact-form input {
	width:170px;
	padding:2px;
	margin:5px 0 0 0;
	background:#f1faff;
	border:solid 1px #60AED9;
	font-size:11px;
	color:#2b2b2b;
	}
#contact-form textarea {
	color:#2b2b2b;
	padding:2px;
	font-size:11px;
	margin:5px 0 0 0;
	background:#f1faff;
	border:solid 1px #60AED9;
	}
#contact-form #captcha_code {
	width:104px;
	margin:0 0 3px 0;
	}
#contact-form #submit {
	margin:15px 0 0 0;
	width:110px;
	color:#888;
	font-size:11px;
	font-weight:bold;
	background:#f1faff;
	border:solid 1px #60AED9;
	}
#contact-form p {
 	text-align:center;
 	font-size:12px;
	padding:10px;
	margin:0;
	}
/* IE */
* html body .menu ul {display:inline-block;}
* html body .menu ul {display:inline;}
* html body .menu ul li {float:left;}
* html body .menu {text-align:center;}