#feedback {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background-image: url(../images/feedback.jpg);
	height: 82px;
	width: 35px;
	background-color: #e30a05;
	background-repeat: no-repeat;
	background-position: right center;
	position: fixed;
	left: -8px;
	z-index: 99;
	display: none;
	cursor: pointer;
	bottom: 70px;
}
#overlay {
	background-image: url(../images/overlay_bg.png);
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
}
#overlay .inner{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 720px;
	padding: 30px;
	background-color: #FFF;
	margin-top: 30px;
}
#overlay .inner span{
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 12px;
	color: #e30a05;
	cursor: pointer;
}
#overlay .inner span:hover{
	color: #000;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {

	background-color: #f4f4f4;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
.relative {
	position: relative;
}
.relative_blog {
	position: relative;
	width: 620px;
}
.relative_client {
	position: relative;
	width: 610px;
}
#preload {
	display: none;
}
a {
	color: #e30a05;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.spacer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 30px;
}
.line {
	font-size: 0px;
	line-height: 0px;
	background-color: #c1c1c1;
	clear: both;
	height: 1px;
}
.line_light {
	font-size: 0px;
	line-height: 0px;
	background-color: #D8D8D8;
	clear: both;
	height: 1px;
}
.double_line {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 4px;
	background-image: url(../images/double_line.gif);
	background-repeat: repeat-x;
}
.white_line {
	line-height: 0px;
	background-color: #CCC;
	clear: both;
	height: 1px;
}
.spacer_10 {
	clear: both;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
}
.spacer_20 {
	clear: both;
	height: 20px;
	font-size: 0px;
	line-height: 0px;
}
#loading {
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 33px;
	position: absolute;
	display: none;
	z-index: -20;
}
#center {
	width: 920px;
	padding-right: 10px;
	padding-left: 10px;
	margin: auto;
	position: relative;
}
#wrapper {
	min-height: 100%;
	position: relative;
}
#wrapper_top {
	padding-bottom: 315px;
}
#wrapper_bottom {
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: absolute;
	z-index: 0;
	bottom: 0px;
	height: 315px;
	width: 100%;
}
#header {
	border-top-width: 5px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
	border-bottom-color: #d0d0d0;
	height: 65px;
	border-bottom-style: solid;
	position: relative;
	width: 920px;
}
#logo {
	background-image: url(../images/logo.png);
	height: 40px;
	width: 187px;
	margin-top: 11px;
	float: left;
	background-position: 3px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: relative;
}
#header ul{
	margin-top: 34px;
	font-size: 12px;
	height: 15px;
	width: 650px;
	text-align: right;
	position: absolute;
	right: 50px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
	display: block;
}
#header ul li{
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
}
#header ul li.selected{
	color: #b6b6b6;
}
#header ul li.blog a{
	color: #b6b6b6;
}
#header ul li.blog a:hover{
	color: #000000;
}
#search_button {
	float: right;
	margin-top: 27px;
	margin-left: 20px;
	margin-right: 3px;
	position: absolute;
	right: 0px;
	height: 23px;
	display: none;
}
#search_button .left{
	background-image: url(../images/search_left.jpg);
	height: 23px;
	width: 12px;
	float: left;
}
#search_button .right{
	background-image: url(../images/search_right.jpg);
	height: 23px;
	width: 12px;
	float: left;
}
#search_button .center{
	height: 23px;
	background-image: url(../images/search_mid.jpg);
	background-repeat: repeat-x;
	float: left;
	line-height: 24px;
}
#search_button #cover {
	background-image: url(../images/button_right_cover.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 12px;
	position: absolute;
	top: 0px;
	right: -5px;
	display: none;
	z-index: 3;
}
#search_button #search_inner{
	height: 23px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	float: left;
	width: 13px;
	background-position: 0px 2px;
	margin-right: -7px;
	margin-left: -6px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
#search_button #s{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	height: 13px;
	margin-left: 24px;
	width: 220px;
	outline: none;
	font-size: 11px;
	color: #666;
	display: none;
	position: relative;
	top: 4px;
	z-index: 2;
}
#search_results {
	width: 252px;
	position: absolute;
	top: 55px;
	right: 8px;
	z-index: 10;
	display: none;
}
#search_results .top{
	background-image: url(../images/curl_up.png);
	height: 7px;
	width: 252px;
	line-height: 0px;
	margin: 0px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
}
#search_results .mid{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 228px;
	color: #FFF;
	font-size: 14px;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	background-image: url(../images/search_bg.png);
	float: left;
	position: relative;
	z-index: 12;
}
#search_results .mid .title{
	font-weight: bold;
	margin-bottom: 3px;
}
#search_results .mid a{
	color: #FFF;
}
#search_results .mid a:hover{
	color: #F00;
}
#search_results .mid .heading{
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 3px;
}
#search_results .mid .excerpt{
	margin-bottom: 3px;
	font-size: 11px;
}
#search_results .mid .excerpt p{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
#search_results .mid .highlight {
	font-weight:bold;
	background-color:#666666;
	margin:-1px;
	padding:1px;
}
#search_results .bottom{
	background-image: url(../images/search_bottom.png);
	height: 2px;
	width: 252px;
	line-height: 0px;
	float: left;
}
.button_link {
	height: 23px;
	background-image: url(../images/button_mid.jpg);
	background-repeat: repeat-x;
	float: left;
	font-size: 11px;
	line-height: 24px;
	color: #FFF;
	text-shadow: #9b9b9b 0px -1px;
}
.button {
	height: 23px;
	float: left;
}
.more {
	height: 23px;
	float: right;
	position: relative;
	top: -3px;
}
.button .left{
	background-image: url(../images/button_left.jpg);
	height: 23px;
	width: 12px;
	float: left;
}
.button .right{
	background-image: url(../images/button_right.jpg);
	height: 23px;
	width: 12px;
	float: left;
}
.button .center{
	height: 23px;
	background-image: url(../images/button_mid.jpg);
	background-repeat: repeat-x;
	float: left;
	font-size: 11px;
	line-height: 24px;
	color: #FFF;
	text-shadow: #9b9b9b 0px -1px;
}
.button .center a{
	color: #FFF;
}
.buttonsubmit {
	height: 23px;
	float: left;
}
.buttonsubmit .left{
	background-image: url(../images/button_left.jpg);
	height: 23px;
	width: 12px;
	float: left;
}
.buttonsubmit .right{
	background-image: url(../images/button_right.jpg);
	height: 23px;
	width: 12px;
	float: left;
}
.buttonsubmit .left_contact{
	background-image: url(../images/button_left_contact.jpg);
	height: 23px;
	width: 12px;
	float: left;
}
.buttonsubmit .right_contact{
	background-image: url(../images/button_right_contact.jpg);
	height: 23px;
	width: 12px;
	float: left;
}
#banner {
	background-repeat: no-repeat;
	min-height: 245px;
	background-position: 0px bottom;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d0d0d0;
	z-index: -5;
}
#banner .floatright {
	float: right;
	width: 535px;
	padding-top: 45px;
	padding-bottom: 45px;
}
#banner .floatright .sub{
	font-size: 16px;
	line-height: 20px;
}
#content {
	margin-top: 0px;
	margin-bottom: -1px;
}
h1  {
	font-size: 43px;
	padding-bottom: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: -3;
	position: relative;
}
h2 {
	font-size: 28px;
	padding-right: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
h2 img {
	margin-left: 10px;
	position: absolute;
	margin-top: 7px;
	z-index: -10;
}
h3 {
	font-size: 18px;
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	display: inline-block;
	z-index: -2;
	position: relative;
}
h3.link{
	z-index: 4;
	position: relative;
}
.titlelink a{
	color: #000;
}
.titlelink a:hover{
	color: #e30a05;
}
h3.left {
	float: left;
}
h3 img {
	margin-left: 8px;
	margin-top: 2px;
	position: absolute;
	z-index: -10;
}
h4 {
	font-size: 16px;
	clear: both;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	display: block;
}
.text {
	font-size: 12px;
	color: #808080;
	padding-top: 15px;
	line-height: 17px;
}
.text p{
	padding-top: 0px;
	margin-top: 0px;
}
.text ul{
	padding-left: 30px;
	line-height: normal;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.text ul li{
	padding-bottom: 5px;
	padding-top: 5px;
}
.text ol{
	padding-left: 30px;
	line-height: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.text ol li{
	padding-bottom: 5px;
	padding-top: 5px;
}
.text ol ol{
	padding-left: 20px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 7px;
	list-style-type: lower-alpha;
}
.text ol ol li{
	padding-bottom: 5px;
	padding-top: 5px;
}
.text ul.bulletlist li{
	padding-left: 0px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	list-style-type: disc;
}
table {
	font-size: 14px;
	color: #808080;
}
table .right{
	text-align: right;
	vertical-align: top;
	line-height: 24px;
}
table td .inputtext{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 16px;
	color: #999;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	outline: none;
	width: 220px;
}
table td .inputbutton{
	height: 23px;
	background-image: url(../images/button_mid.jpg);
	background-repeat: repeat-x;
	float: left;
	font-size: 11px;
	color: #FFF;
	text-shadow: #9b9b9b 0px -1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	cursor: pointer;
	padding-bottom: 6px;
	line-height: normal;
}
table textarea {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #FFF;
	border: 1px solid #CCC;
	color: #999;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	outline: none;
}
#footer {
	background-image: url(../images/double_line.gif);
	background-repeat: repeat-x;
	padding-top: 40px;
	background-position: center top;
	height: 195px;
	padding-bottom: 30px;
}
#footer #latest {
	width: 250px;
	float: left;
}
#footer #latest .post{
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c7c7;
	line-height: 30px;
	font-size: 12px;
	clear: both;
}
#footer #latest .post_top{
	height: 15px;
	line-height: 15px;
	padding-bottom: 7px;
	padding-top: 4px;
}
#footer #latest .post_end{
	border-bottom-style: none;
}
#footer #latest .post .date{
	color: #a4a4a4;
	float: left;
	padding-right: 12px;
}
#footer #latest .post .title{
	float: left;
}
#footer #twitter {
	width: 190px;
	margin-left: 50px;
	float: left;
}
#footer #twitter .box {
	background-image: url(../images/twitter_curl.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
	padding-top: 10px;
	margin-top: -10px;
}
#footer #twitter .box .inner{
	background-color: #e8e8e8;
	font-size: 12px;
	color: #818181;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	overflow: hidden;
}
#footer #twitter .box .inner ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer #contact {
	width: 380px;
	margin-left: 50px;
	float: left;
}
#footer #contact .column{
	float: left;
	width: 180px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 17px;
	color: #808080;
}
#footer #contact .network{
	margin-right: 10px;
	margin-top: 5px;
}
#credit {
	font-size: 12px;
	line-height: 50px;
	color: #b0b0b0;
	height: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0d0d0;
	clear: both;
}
.help {
	float: left;
	width: 620px;
}
.help_img {
	float: right;
	width: 280px;
	font-size: 12px;
	color: #666;
	text-align: center;
}
.helpnote {
	float: right;
	width: 282px;
	font-size: 16px;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../help/postit.png);
	height: 167px;
	margin-right: 70px;
	margin-top: 70px;
	padding-top: 40px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
	font-weight: bold;
}
.help_img img{
	width: 278px;
	margin-top: 20px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
.text .text_title  {
	font-size: 14px;
	font-weight: bold;
	color: #e30a05;
}
.text .warning  {
	color: #e30a05;
	font-style: italic;
}
.text_quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #a9a9a9;
	line-height: 20px;
}


/* 
===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================

CONTENT

===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================
*/

.module {
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
}
.default_module {
	padding-top: 40px;
	padding-bottom: 40px;	
}
.module .leftalign{
	width: 470px;
	margin-bottom: 40px;
	margin-top: 40px;
	float: left;
}
.module .leftalign_large{
	width: 540px;
	margin-bottom: 40px;
	margin-top: 40px;
	float: left;
}
.module .rightalign{
	width: 470px;
	margin-bottom: 40px;
	padding-left: 0px;
	margin-top: 40px;
	float: right;
}
.module .rightalign_cat{
	width: 400px;
	margin-bottom: 40px;
	padding-left: 0px;
	margin-top: 40px;
	float: right;
	display: none;
}
.module .rightalign_cat.show{
	display: block;
}
.module .profiles{
	width: 300px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 40px;
	float: left;
}
.module .people{
	width: 570px;
	float: right;
	margin-bottom: 40px;
	margin-top: 40px;
	position: relative;
}
.module .profiles .face{
	display: block;
	height: 70px;
	width: 60px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	z-index: 10;
}
.module .profiles .face .border{
	display: none;
	height: 70px;
	width: 60px;
	position: absolute;
	border: 2px solid #F00;
	margin-top: -2px;
	margin-left: -2px;
}
.module .name   {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 7px;
	background-image: url(../images/curl_down.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 11;
}
.module .name .text  {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	background-image: url(../images/search_bg.png);
	position: relative;
}
.module .profiles .end{
	margin-right: 0px;
}
.facebig {
	position: absolute;
	left: 0px;
	top: 0px;
}
.module #profile_back{
	display: none;
	position: absolute;
	left: 0px;
	top: 120px;
}
.module #profile_info{
	width: 190px;
	position: absolute;
	right: 0px;
	display: none;
}
.module #profile_info h3{
	padding-bottom: 7px;
}
.module #profile_info .sub{
	padding-bottom: 0px;
	font-weight: bold;
	clear: both;
	font-size: 12px;
	color: #e30a05;
	margin-bottom: 9px;
}
.module #profile_info .text{
	padding-top: 9px;
}
.text ul.left{
	line-height: normal;
	float: left;
	width: 180px;
	display: block;
}
.text ul.right{
	line-height: normal;
	float: right;
	display: block;
	width: 220px;
}
.cattitle {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 35px;
}

.cattitle ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: normal;
}
.cattitle ul li {
	padding-bottom: 5px;
	font-size: 12px;
	font-weight: normal;
}
/* 
===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================

HOME

===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================
*/

#left_column_small {
	width: 260px;
	float: left;
	margin-bottom: 40px;
	margin-top: 40px;
}
#right_column_large {
	width: 610px;
	float: right;
	margin-bottom: 40px;
	margin-top: 40px;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	color: #a9a9a9;
	line-height: 20px;
}
.testimonial .author{
	font-size: 12px;
	color: #e30a05;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: right;
	margin-top: 15px;
}
.featured {
	float: left;
	width: 280px;
}
.featured_left {
	margin-right: 50px;
}
.featured .image{
	margin-top: 20px;
	margin-bottom: 20px;
}
.featured h3 a{
	color: #000;
}
.featured h3 a:hover{
	color: #e30a05;
}

/* 
===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================

WORK

===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================
*/

.client {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c1c1c1;
	height: 85px;
	padding-top: 15px;
}
.client.top {
	padding-top: 0px;
}
.client .image{
	height: 66px;
	background-image: url(../placeholder/logo.jpg);
	background-repeat: no-repeat;
	width: 66px;
	margin-top: 0px;
	float: left;
	border: 1px solid #e4e4e4;
	margin-bottom: 10px;
}
.client .client_right {
	float: right;
	height: 68px;
	width: 180px;
	padding-left: 10px;
	margin-top: 0px;
}
.client .client_right .title {
	height: 68px;
	vertical-align: middle;
	display: table-cell;
	font-size: 16px;
	font-weight: bold;
	color: #848484;
}
.client .client_right .title a{
	color: #848484;
}
.client .client_right .title a:hover{
	color: #e30a05;
}
.client .client_right .subtitle {
	font-size: 12px;
	font-weight: normal;
	color: #e30a05;
	display: block;
	padding-top: 5px;
}
.client .info{
	clear: both;
	font-size: 12px;
	line-height: 17px;
	color: #808080;
	display: none;
	padding-bottom: 10px;
}
.client .info p{
	padding-top: 0px;
	margin-top: 0px;
}
#client_column {
	width: 610px;
	float: right;
	margin-bottom: 40px;
	margin-top: 40px;
}
#client_column .left{
	margin-bottom: 10px;
}
#client_column .title{
	padding-bottom: 5px;
	font-size: 20px;
}
#client_column .title img{
	margin-bottom: 0px;
	margin-top: 4px;
}
#client_column .sub{
	font-size: 14px;
	font-weight: bold;
	color: #e30a05;
	clear: left;
}
#client_column .cat{
	font-size: 12px;
	width: 230px;
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 0px;
}
img.main {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}
#client_column ul {
	line-height: normal;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	list-style-type: none;
	margin: 0px;
}
#client_column ul li{
	line-height: normal;
	padding-bottom: 7px;
	padding-top: 0px;
}


/* 
===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================

BLOG

===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================
*/

@charset "UTF-8";
#blog_main .leftbox{
	width: 490px;
}
#blog_main .title{
}
#blog_main h2 a{
	color: #000;
}
#blog_main h2 a:hover{
	color: #e30a05;
}
#blog_main .date{
	font-size: 12px;
	width: 150px;
	text-align: right;
	position: absolute;
	bottom: 15px;
	right: 0px;
	color: #e30a05;
}
#blog_main .title img{
	margin-bottom: 0px;
}
#blog_main {
	margin-top: 40px;
	margin-bottom: 40px;
	float: left;
	width: 620px;
}
#sidebar {
	margin-top: 40px;
	margin-bottom: 40px;
	float: right;
	width: 250px;
	padding-top: 11px;
}
#sidebar ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
#sidebar ul li{
	line-height: 22px;
}
#blog_main .date{
	font-size: 12px;
	color: #e30a05;
	position: absolute;
	bottom: 15px;
	right: 0px;
	text-align: right;
	width: 120px;
}
#blog_main .author{
	font-size: 12px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}
#blog_main .categories{
	font-size: 12px;
	float: right;
	margin-top: 14px;
}
#blog_main .categories.left{
	font-size: 12px;
	float: left;
	clear: left;
	margin: 0px;
}
#sidebar .post {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c7c7;
	line-height: 30px;
	font-size: 12px;
	clear: both;
}
#sidebar .post_end {
	border-bottom-style: none;
}
#sidebar .post .date {
	color: #a4a4a4;
	float: left;
	padding-right: 12px;
}
#sidebar .post .title {
	float: left;
}
.comment {
	margin-left: 40px;
}
.comment h3 a{
	color: #000;
}
.comment h3 a:hover{
	color: #e30a05;
}
.comment .image{
	float: left;
}
.comment .right{
	float: right;
	width: 500px;
}
.commentdate {
	font-size: 12px;
	color: #e30a05;
	position: absolute;
	bottom: 15px;
	right: 0px;
	width: 150px;
	text-align: right;
}
.archivebox .left{
	float: left;
	width: 80px;
	font-size: 14px;
	color: #e30a05;
	margin-top: 3px;
}
.archivebox a{
	color: #000;
}
.archivebox a:hover{
	color: #e30a05;
}


/* 
===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================

NUMBERS

===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================
*/

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	width: 100%;
	margin-top: 10px;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #000;
	font-family: Arial;
	font-size: 12px;
}

#wp_page_numbers li a:hover {
	color: #e30a05;
}

#wp_page_numbers li.space {
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

#wp_page_numbers li.active_page a {
	color: #fff;
	background: #c1c1c1;
}
#wp_page_numbers li.active_page a:hover  {
	color: #fff;
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #000;
	display: block;
	padding: 3px;
	padding-right: 5px;
}


/* 
===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================

CONTACT

===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================
*/

.contactform {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 20px;
	background-color: #EEE;
}
#sidebar .contactform{
	margin-top: 20px;
}
.contactlarge {
	font-size: 17px;
	color: #999;
	line-height: 23px;
}
.inputtext.name {
	width: 105px;
}
.inputtext.mailinglist {
	width: 140px;
}
.inputtext.dateinput {
	width: 100px;
}
.inputtext.error {
	border-top-color: #e30a05;
	border-right-color: #e30a05;
	border-bottom-color: #e30a05;
	border-left-color: #e30a05;
}
.error_msg {
	position: absolute;
	left: 235px;
	top: 0px;
	height: 26px;
	padding-left: 13px;
	z-index: 12;
	background-image: url(../images/error_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.error_msg div{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #e30a05;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	height: 20px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	z-index: 12;
}
.error_msg_select {
	position: absolute;
	left: 200px;
	top: 0px;
	height: 26px;
	padding-left: 13px;
	z-index: 1;
	background-image: url(../images/error_arrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.error_msg_select div{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #e30a05;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	height: 20px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	z-index: 12;
}
.error_msg_left {
	position: absolute;
	top: 0px;
	height: 26px;
	z-index: 12;
	background-image: url(../images/error_arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 13px;
	right: 200px;
}
.error_msg_left div{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #e30a05;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	height: 20px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	z-index: 12;
}
.error_msg_tc {
	position: absolute;
	top: 0px;
	z-index: 12;
	background-image: url(../images/error_arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 130px;
	text-align: left;
	padding-right: 13px;
	right: 23px;
}
.error_msg_tc div{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #e30a05;
	font-size: 14px;
	color: #FFF;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom: 6px;
	padding-left: 7px;
	line-height: normal;
	z-index: 12;
}
.small {
	font-size: 10px;
	color: #999;
	margin-top: -5px;
	margin-bottom: 5px;
	display: block;
}
div.ui-datepicker{
 font-size:12px;
 float:right;
}

/* 
===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================

UNIFORM

===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================
*/

/*

Uniform Theme: Uniform Default
Version: 1.5.5
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span, 
div.radio span, 
div.uploader, 
div.uploader span.action {
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
}

.selector, 
.radio, 
.checker, 
.uploader, 
.selector *, 
.radio *, 
.checker *, 
.uploader *{
	margin: 0;
	padding: 0;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
	height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
	line-height: 26px;
}

div.selector div {
  background-position: left center;
  padding-left:13px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
	left: 0px;
}

div.selector:active, 
div.selector.active {
	background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
	background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
	background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
	background-position: right -78px;
}

div.selector.disabled {
	background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
	background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
	background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
	background-position: -57px -260px;
}

div.checker span.checked {
	background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
	background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
	background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
	background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
	background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
	background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
	background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
	background-position: -54px -279px;
}

div.radio span.checked {
	background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
	background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
	background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
	background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
	background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

/* PRESENTATION */

/* Select */
div.selector {
  margin-bottom: 0px;
  width: 190px;
  font-size: 12px;
}

div.selector select {
  width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
	color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 0px;
}

/* Radio */
div.radio {
  margin-right: 10px;
}

/* Uploader */
div.uploader {
  width: 190px;
  margin-bottom: 20px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
  outline: 0;
}

/* Select */

div.selector {
	padding-left: 10px;
}

div.selector span {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	opacity: 0;
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
	position: relative;
	float: right;
}

div.checker span {
	display: block;
	float: left;
	text-align: center;
}

div.checker input {
  opacity: 0;
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
	position: relative;
	float: left;
}

div.radio span {
	display: block;
	float: left;
	text-align: center;
}

div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  float: left;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}

/* 
===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================

CALENDAR

===================================================================================================
===================================================================================================
===================================================================================================
===================================================================================================
*/

#ui-datepicker-div
    {
        z-index: 99;
    }
#error_search  {
	margin-bottom: 40px;
}
#error_search .title {
	font-size: 20px;
	margin-bottom: 10px;	
}
#error_search .white_line{
	font-size: 0px;
	line-height: 0px;
	background-color: #c1c1c1;
	clear: both;
	height: 1px;
	margin-bottom: 15px;
}
#error_search .excerpt {
	font-size: 12px;
	color: #808080;	
	
}
#error_search span {
	background-color:#CCC
	
}
#pagenotfound {
	width: 920px;
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
	color: #999;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

