/*
Theme Name:
Theme URI: 
Description: 
Author: Flow
Author URI: 
Version: 
*/


/* Background Styles */
html, body {
height:100%;
}
body {
	margin:0px; padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ddd;
	font-size:13px;
	line-height:19px;
	background-position: center!important;
}
#main {
background-position: center top!important;
}
#main .container {
	background-image:url(images/background_header.jpg);
	background-repeat:no-repeat;
	min-height:101px;
}
.container {
	width:1000px;
	margin:auto;
	position:relative;
}
#header {
	padding-top:7px;
	color:#FFFFFF;
	height:275px;
	margin-bottom:2px;
	position:relative;
	width:100%;
	z-index:444;
text-align: center;
}
#logo h1 {
	margin:0px;
	display:block;
	text-indent:-999em;
	line-height: inherit;
	
}
#logo {
	position: absolute;
	text-align: center;
	padding-top: 20px;

}
#tagline {
	float: left;
}
#tagline a{
	font-size:13px;
	font-style:italic;
	font-family: Arial;
	color: grey;
}
#tagline a:hover{
	text-decoration: none;
}
ul#menu {
padding-top: 210px; }
ul#menu li {
/*	#display:inline; */
}
ul#menu li a {
	text-decoration:none;
	color:#ffd200;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	text-decoration: none;
}
ul#menu li a:active, ul#menu li a:hover {
	color: #ffd200;
	background-color:#32312f;
	background-color:#9e9e9e;
	background-color:transparent;
	color: #000000;
}

.block_inside img {
	margin-top: 15px;
}
/*
Block Styles
*/
.block {
	margin-bottom:20px;
}
.block_inside {
	display:block;
	padding:15px;
	overflow:hidden;
}
.image_block {
	border:1px solid #b5b5b5;
	background-color:#d2d2d2;
	padding:5px;
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
}
.image_block img {
	border:1px solid #b5b5b5;
}
.text_block {
	float:left;
	width:430px;
	margin-left:30px;
}
/*
Content Styles (bg)
*/
#content {
	overflow:hidden;
	background-color: transparent;
	background-image:url(images/bg-transparent2.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	padding: 15px 15px 0px 15px;
}
#content_left_sidebar {
	overflow:hidden;
	background-color: transparent;
	background-image:url(images/bg-transparent-left-sidebar.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	padding: 15px 15px 0px 15px;
}
#content_area {
	width:660px;
	float:left;
	color: #ddd;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	text-align: left;
}
#content_area_left_sidebar {
	width:660px;
	float:right;
	color: #ddd;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	text-align: left;
}
#content_page{
	overflow:hidden;
	background-color: transparent;
	background-image:url(images/bg-transparent.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	padding: 0px 15px 0px 15px;
}
#sidebar {
	float:right;
	width:300px;
	background-color:transparent;
	margin: -12px -13px 0px 0px;
	min-height: 100%;
	height: auto;
}
#sidebar .block_inside {
	background-color:transparent;
}
#sidebar h2 { font-weight: bold; }
#sidebar h3 { 
	margin:0px 0px 10px 0px;
	font-size:24px;
	font-family:Arial,Helvetica,Sans-serif;
	font-size: 30px;
	color:#efeed8;
	line-height:30px;
	font-weight: normal;
	font-weight: bold;
}
#sidebar ul { margin:10px 0px 30px 0px; padding:0px; }
#sidebar ul li { list-style:none; margin:0px 0px 5px 0px; }
#sidebar ul li a:hover { color:#5b523b; text-decoration:none; }
#sidebar p{ padding:0; margin-left: 0; margin-right: 0; }

#content_area h1 { font-size:32px; line-height:31px; font-weight: bold;}
#content_area_left_sidebar h1 { font-size:32px; line-height:31px; font-weight: bold;}
#content_area h1 a { font-size:32px; line-height: 31px; letter-spacing:0.05pt}
#content_area h3 { 
	color:#888;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 16pt;
	font-weight:normal;
	margin:35px 0 14px 0;
}
#content_area small { 
	text-transform: uppercase;
	font-family: verdana;
	color: #a4c00b;
}

#content_area small a{
	color: #ffd200;
	text-decoration: none;
}
#content_area small a:hover{ 
	color: #888;
}
.excerpt a{
	float: right;
	text-decoration: none;
}
#content_area .separator {
	border: 0px solid black;
	border-bottom: 1px solid #2b2b2b;
	height: 2px; 
	background-position: 0 1px;
	margin-bottom: 20px; 
	clear:both;
	color: transparent;
}
#the_post a{
	text-decoration:underline;
}
#the_post a:hover{
	color: #35312c;
	color: #65615c;
}
#the_post a img{
	color: #cc0000;
	border:0;
	text-decoration:underline;
}
#x p{
	padding: 0 0 0 63px;
	margin-bottom: 5px;
}
/*
h1,h2,h3, text etc.
*/
h1 {
	margin:0px 0px 10px 0px;
	font-size:36px;
/*	#font-size:48px; */
	font-family:"Myriad Pro",Helvetica, Arial, Sans-serif;
	color:#ffd200;
	line-height:39px;
	letter-spacing:-1px;
}
h1 a{
	color:#ff9600;
}
h2 {
	margin:0px 0px 10px 0px;
	font-size:24px;
	font-family:"Myriad Pro",Helvetica,Arial,Sans-serif;
	font-size: 30px;
	color:#ddd;
	line-height:30px;
	font-weight: normal;
}
h2 a{
	color:#888;
}
h3{
	margin:0px 0px 10px 0px;
	font-size:24px;
	font-family:Arial,Helvetica,Sans-serif;
	font-size: 20px;
	color:#ffd200;
	line-height:30px;
	font-weight: normal;
}
h4 {
	font-size: 15px;
	color:#5e5e5e;
	margin:0px 0px 0px 0px;
}
small {
	display:block;
	margin-bottom:15px;
	color:#959595;
	font-family:verdana,sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:normal;
}
a {
	color:#ffd200;
	text-decoration:none;
}
a img{
	border: 0px solid black;
}
a:hover { text-decoration:underline; }
p { margin: 0px 0px 15px 0px; }

/*
Footer 
*/

#footer_wrap {
	display:block;
	min-width:1000px;
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
#footer_wrap a{
	color: #cc0000;
}
#footer_wrap ul {
	padding: 0px;
}
#footer_wrap ul li{
	list-style: none;
/*	padding: 5px 0px 5px 0px; */
}
#footer {
	color: #5e5e5e;
	background-color:transparent;
	line-height:1.6em;
	margin:30px auto 20px auto;
	position:relative;
	width:1000px;
	font-family: Arial;
	font-size:14px;
	background-image:url(images/);
	background-repeat: no-repeat;
}
#footer .widget {
	font-size:13px!important;
	overflow:hidden;
}
#footer_copyright {
	background-color:transparent;
	font-size: 10px;
	line-height:1.6em;
	margin:0 auto;
	padding:30px 0 20px 30px;
	position:relative;
	width:966px;
	font-family: Arial;
	text-transform: uppercase;
	color: #888;

}
html[xmlns] .clearfix {
	display:block;
}
#footer .links {
	border-top:3px dashed #e9ded9;
	margin:40px 0 10px 0;
	padding:20px 0 0 0;
	width:970px;
	text-align: center;
}
.clear {
	clear:both;
}
.footer_column {
	float:left;
	width:290px;
	margin-right:30px;
	margin-bottom: 20px;
}
#footer h3 {
	text-transform:none;
}
.footer_column ul li, .footer_column ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul#links {
	margin:0px; 
	padding:0px;
	position:relative;
	left:0px;
}
ul#links li {
	display:inline;
	margin-left:12px;
}

/*
	Breadcrumb Trail Styles (currently disabled)
*/

.breadcrumb{
	color:#000000;
	font-family:helvetica;
	font-size:11px;
}
.breadcrumb a {
	color:#000000;
	font-family:helvetica;
	font-size:11px;
}
.widget {
	padding:10px 10px 10px 10px;
	overflow: auto;
}
.widget  img{
	float:left;
	margin:0px 14px 10px 0px;
	position:relative;
}
.widget  a img{
	float:left;
	margin:-5px 14px 10px 0px;
	position:relative;
	border: 0px;
}
.widget li{
	border-bottom: 1px dashed #4e4e4e;
}
#ads{
	padding: 0;
}
#ads img{
	margin:0px 10px 10px 0;
}
.widget p {
	padding: 22px 0px 0px 63px;
}
.subscribe li {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
a img.subscribe {
	float: right;
	margin: -20px 0px 0px 0;
	border: 0px solid #ffffff;
}
.subscribe_head {
	float: right;
	position: absolute;
	margin: -100px 0px 0px 860px;
	border: 0px solid #ffffff;
}
img.subscribe_small{
	margin: 0px 5px 0px 0px;
}

#pages_navigation {
	float: right;
}
#ads iframe{
	margin: 0px 0px 0px -25px;
}
/* IE6 PNG Support Fix */
img, #logo { behavior: url(wp-content/themes/flow/scripts/iepngfix.htc); }


/*
	Comments
*/
#comments-template {
	clear: both;
	margin:0;
	position:relative;
}
#comments-template .commentlist {
	padding-left:105px;
}
.commentlist li{
	list-style: none;
	background: none !important;
	padding-left: 0px !important;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#comments-template .comment-body {
	border:1px solid #303030;
	background-color: #151515;
	margin-top:15px;
	min-height:125px;
	position:relative;
}
#comments-template .comment-body img.avatar {
	margin: auto;
	padding: 2px;
	position:absolute;
	right:545px;
	border:1px solid #909090;
}
.fn{
	border:medium none;
	position:absolute;
	right:530px;
	width: 100px;
	top: 70px;
	text-align: center;
	color:#5E5E5E;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight: bold;
	font-style:normal;
}
.fn a{
	color:#5E5E5E;
}
.commentmetadata {
	height:60px;
	line-height:13px;
	position:absolute;
	right:530px;
	top:90px;
	width:100px;
	color:#5E5E5E;
	font-family:Arial,Helvetica,sans-serif;
	font-family:'Lucida Sans Unicode',Arial,Helvetica,sans-serif;
	color:#A9A9A9;
	font-size:12px;
	font-size:10px;
	text-align: center;
}
.commentmetadata a{
	color:#5E5E5E;
	font-family:Arial,Helvetica,sans-serif;
	font-family:'Lucida Sans Unicode',Arial,Helvetica,sans-serif;
	color:#A9A9A9;
	font-size:12px;
	font-size:10px;
	text-align: center;
}
.says{
	display: none;
}
.comment-body p{
	padding: 10px 10px 0px 15px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	color: #5e5e5e;
	font-size:12px;
}
.reply {
	bottom:10px;
	color:#383838;
	font-size:10px;
	text-transform: uppercase; 
	right: 15px;
	padding:1px 6px;
	position:absolute;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
}
.reply a{
	color:#888;
}
#data {
	width:98%;
}

#author, #email, #url, #data, #submit {
	overflow: hidden;
	border:1px solid #2b2b2b;
	color: #888;
	font-family:Arial,'Myriad Pro';
	font-size:14px;
	line-height:20px;
	padding:4px;
	background-color: transparent;
}
#author:focus, #email:focus, #url:focus, #data:focus, #submit:focus {
	border: 1px solid #a4c00b;
}
#commentform{
	margin-left: 10px;
}

/* End Comments Template */

.social_main{
float: left;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	border:0;
}
.social_main:hover {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
.feed{
	float: right;
	position: absolute;
	margin: 5px 0px 0 670px;
	z-index: 99;
}
.subscribe li{
	color: black;
	font-family: Arial;
	font-size: 11px;
}
.subscribe li{
	display: inline;
	padding: 0px 3px 0px 3px;
	font-weight: bold;
}
.subscribe li a{
	display: inline;
	color: #cc0000;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	font-weight: normal;
}
.subscribe li a:hover{
	display: inline;
	color: #35312c;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
	font-weight: normal;
}
#h_search {
	float: left;
	position: relative;
	margin: -42px 0px 0px 400px;
}
#search {
	position: relative;
}
.widget_search {
	position: relative;
}
.widget_search #search_submit{
	position:absolute;
	top: 14px;
	right: 31px;
}
#search img{
}
#searchform{
	clear:left;
}
#s {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius: 5px;
	font-size: 12px;
	vertical-align:middle;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #d4d4d4;
	height:20px;
	width:200px;
	color: #929292;
	padding:3px 26px 0 5px;
}
#search_submit {
	position:absolute;
	right:7px;
	top:4px;
}

#search  {
	width:235px;
	margin-bottom: 20px;

}
#search .search_submit{
	top: 14px;
	right: 16px;
}
#search_page {
	position:relative;
	width:235px;
}
#logo2{
	float: left;
	display:block;
	position:relative;
	margin-top: -5px;
}
#logo2 h1 {
	margin: 0px;
}
#logo2 h1 a{
	font-family:Arial,sans-serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	background-repeat:no-repeat;
	margin: 12px 0px 0px 0px!important;
	color: white;
	display:block;
	line-height: 19px;
}
#logo2 h1 a:hover{
	color: #ddd;
	text-decoration: none;
}
#branding{
	padding-left: 10px;
	min-height:50px;
	text-align: center;
	overflow:hidden;
	
}
.pf-item-bg {
	background:url("images/portfolio-bg-1.png") no-repeat scroll 0 0 transparent;
	height:173px;
	margin-top:35px;
	position:relative;
	width:314px;
}

/* Portfolio Styles */
#r{
	display:inline;
	float:left;
	margin:0 30px 20px 0;
	width:300px;
	min-height: 300px;
}
#rx{
	min-height: 300px;
	display:inline;
	float:left;
	margin:0 0px 20px 0;
	width:300px;
}
.size-full{
	border:1px solid #909090;
	background-color: white;
	padding:5px;
}
.block_inside_portfolio {
}
#content_area_portfolio {
	width:960px;
	float:left;
	color: #ddd;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align: left;
}
#content_area_portfolio h3{
	font-weight: normal !important;
	font-size: 16px;
}
#content_area_portfolio h3 a{
	color: #a4c00b;
	margin-left: 10px;
}
#content_area_portfolio .excerpt{
	margin-left: 10px;
	}
.above_pf_image{
	margin-left: 20px;
	margin-top: 25px;
}
/* Images */
.preview_image{
	float: left;
	margin: 10px 15px 15px 0px;
}	
.block_inside_portfolio .preview_image {
	background:url("images/portfolio-bg-1.png") no-repeat scroll 0 0 transparent;
	height:173px;
	position:relative;
	width:314px;
}
.block_inside_portfolio .preview_image:hover {
	background:url("images/portfolio-bg-1-hover.png") no-repeat scroll 0 0 transparent;
}
.block_inside_portfolio .preview_image img{
	display:block;
	border: 0px solid black;
	margin-top: 4px;
	margin-left: 7px;
}
.blog_preview_image2{
/*	#float: left;
	#margin: 30px 15px 15px 0px;
	#height:173px;
	#position:relative;
	#width:314px;
	#margin-left: -30px; */
}
.blog_preview_image{
	float: left;
	margin: 30px 15px 15px -4px;
	background:url("images/blog-post-bg-1.png") no-repeat scroll 0 0 transparent;
	height:173px;
	position:relative;
	width:654px;
/*	#position: absolute; */
}
#sing2{
	margin-top: 10px;
}
#sing{
	margin-top: 10px;
}
.blog_preview_image:hover{
	background:url("images/blog-post-bg-1-hover.png") no-repeat scroll 0 0 transparent;
}
.blog_preview_image img{
	display:block;
	border: 0px solid black;
	margin-top: 3px;
	margin-left: 6px;
}
.blog_entries {
	margin-top: -20px;
}
.block_page {
	margin-top: 5px;
}
/* Lava Slider */
ul#left_list {
    list-style:none;
}
ul#left_list li{
	position:relative;
}
ul#left_list li.backLava {
	background:url("images/featured-slider.png") no-repeat scroll center 0 transparent;
	background-position: 0px 0px;
	margin-left:98px;
	margin-left:178px;
	margin-top:24px;
	padding:0;
	position:absolute;
	z-index:13;
}
ul#menu {
    list-style:none;
}
ul#menu li{
	position:relative;
}
ul#menu li.backLava {
/*	#background:url("images/menu-light.png") no-repeat scroll center 0 transparent;
	#background-position: 0px 0px;
	#margin-left:98px;
	#margin-left:178px;
	#margin-top:-64px;
	#padding:0;
	#position:absolute;
	#z-index:13; */
	top: 0px!important;
}
/* Shortcodes Columns */
/* Sizes should be (margin-left: 10px, margin-right: 20px):
Available space: 970px - 2*15px padding = 940px
14: 940/4 - 25 = 210px
13: 288,(3) ~ 288px
12: 445px
23: 601,(6) ~ 600px
default: no width specified
 */
.column_default, .column_14, .column_13, .column_12, .column_23{
	float:left;
	margin-right:15px;
	margin-left: 10px;
	margin-bottom: 20px;
	display:inline;
}
.column_14{
	width:210px;
}
.column_13{
	width:288px;
}
#twitter_update_list{
zoom:1;
padding: 0px;
margin: 0px;
	list-style-type:none; 
}

.column_12{
	width:445px;
}
.column_23{
	width:600px;
}
.column_default{
	clear:both;
}

#content_area_page {
	width:970px;
	float:left;
	color: #ddd;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
	text-align: left;
	background-color: transparent;
}
#content_area_page h3 { 
	color:#ffd200;
	font-family:"Myriad Pro", Helvetica,Arial,sans-serif;
	font-size: 16pt;
	font-weight:normal;
	margin:15px 0 14px 0;
	width: 100%;
	clear:both;
}
#content_area_page .separator {
	border: 0px solid black;
	border-bottom: 1px solid #2b2b2b;
	height: 2px; 
	background-position: 0 1px;
	margin-bottom: 20px; 
	clear:both;
	color: transparent;
}
/* Shorcode Message Boxes Styles */
.box_default{
	clear:both;
	border: 1px solid #333333;
	background-color:#1c1c1c;
	margin:5px 0 15px;
	padding: 5px 0px 5px 10px;
}
.grey_box{
	clear:both;
	border: 1px solid #888888;
	background-color:#3f3f3f;
	margin:5px 0 15px;
	padding: 5px 0px 5px 10px;
}
.warning_box {
	padding: 5px 0px 5px 10px;
	clear:both;
	border: 1px solid #f4c83b;
	margin:5px 0 15px;
}
.error_box {
	padding: 5px 0px 5px 10px;
	clear:both;
	border: 1px solid #d75e38;
	margin:5px 0 15px;
}
.success_box {
	padding: 5px 0px 5px 10px;
	clear:both;
	border: 1px solid #a4c00b;
	margin:5px 0 15px;
}


/* Twitter Widget */
#twitter_update_list{
	font-size: inherit;
}
#twitter_update_list a{
	color: #cc0000 !important;
}
#twitter_update_list a:hover{
	color: #5e5e5e;
}
#twitter_update_list li {
	border-bottom: 1px dotted #5e5e5e;
	padding-bottom: 7px;
	margin-bottom: 9px;
}
#twitter_update_list li a{
	clear:both;
}
#twitter_update_list span, #twitter_update_list span a {
	color: #7a7a7a;
	text-decoration: none;
}
	
/* Nivo Slider Styles */

#slider .nivo-controlNav  {
/*	#bottom:-30px;
	#left:47%;
	#position:absolute; */
}
#slider .nivo-controlNav  {
	bottom:30px;
	left:87%;
	position:absolute;
}
#slider .nivo-controlNav a {
	background:url("images/bullets.png") no-repeat scroll 0 0 transparent;
	border:0 none;
	display:block;
	float:left;
	height:20px;
	margin-right:3px;
	text-indent:-9999px;
	width:20px;
}
#slider .nivo-controlNav a.active {
	background-position:-20px 0;
}
.nivo-controlNav {
	bottom:-30px;
	left:47%;
	position:absolute;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}
#slider {
	position:relative;
	background:url("images/loading.gif") no-repeat 50% 50%; 
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider .nivo-controlNav img {
	display:inline;
	position:relative;
}

/* Custom Buttons */
.custom_button{
	background:url("images/buttons_fl.png") no-repeat scroll 0 top transparent;
	margin-bottom: 10px;
	height: 21px;
	color: white;
	float:left;
	clear:both;
}
.navigation .custom_button{
	clear: none;
}
.custom_button:hover{
	background:url("images/buttons_fl.png") no-repeat scroll 0 top transparent;
	background-position: 0px -21px;
}
.custom_button a{
	padding-left: 5px;
	font-size: 10px!important;
	text-transform: uppercase;
	text-decoration: none!important;
	color: white!important;
}
.custom_button  a{
	background:url("images/buttons_fr.png") no-repeat scroll right top transparent;
	color:#FFFFFF;
	display:block;
	float:left;
	height:21px;
	margin-right:-6px;
	padding-right:5px;
}
.custom_button  a:hover{
	background:url("images/buttons_fr.png") no-repeat scroll right -21px transparent !important;
}
.twitter_follow a{
	color: #cc0000;
}


.button_green{
	background:url("images/buttons_fl.png") no-repeat scroll 0 top transparent;
	margin-bottom: 10px;
	height: 21px;
	color: white;
	float:left;
	clear:both;
}
.button_green:hover{
	background:url("images/buttons_fl.png") no-repeat scroll 0 top transparent;
	background-position: 0px -42px;
}
.button_green a{
	padding-left: 5px;
	font-size: 10px!important;
	text-transform: uppercase;
	text-decoration: none!important;
	color: white!important;
}
.button_green  a{
	background:url("images/buttons_fr.png") no-repeat scroll right top transparent;
	color:#FFFFFF;
	display:block;
	float:left;
	height:21px;
	margin-right:-6px;
	padding-right:5px;
}
.button_green  a:hover{
	background:url("images/buttons_fr.png") no-repeat scroll right -42px transparent !important;
}

.image_right{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.image_left{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignright{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.alignleft{
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.alignnone{
	margin:0 auto 20px auto;
	display:block;
}
#footer_wrap p{
	padding: 0px;
	margin: 0px;
}
.navigation {
display: block;
	margin-top: 30px;
}
/* HTML/CSS Elements Formatting */

pre {
	overflow:hidden;
	word-wrap: break-word;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	white-space: pre-wrap;
}

fieldset { border:1px solid #888 }

/* Tables */
table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: none;
	border-color: ;
	border-collapse: collapse;
	background-color: ;
	margin-bottom: 10px;
}
table th {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #4e4e4e;
	background-color: #222;
}
table td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #4e4e4e;
	background-color: #222;
}
.page_h1_separator {
	border: 0px solid black;
	border-bottom: 1px solid #2b2b2b;
	height: 2px; 
	background-position: 0 1px;
	margin-bottom: 20px; 
	clear:both;
	color: transparent;
}
hr {
	border: 0px solid black;
	border-bottom: 1px solid #2b2b2b;
	height: 2px; 
	background-position: 0 1px;
	margin-bottom: 20px; 
	clear:both;
	color: transparent;
}
.h3_margin_0 h3{
	margin-top: 0px!important;
	color: #888!important;
}
.wpcf7 textarea{
	width: 264px;
}
.wpcf7 input, .wpcf7 textarea{
	color: #888;
	border: 1px solid #2b2b2b;
	padding:3px;
	overflow: hidden;
	background-color: transparent;
}
.wpcf7 input:focus, .wpcf7 textarea:focus{
	border: 1px solid #a4c00b;
}
.wpcf7 {
	text-transform: uppercase;
	font-size: 11px;
}
.wpcf7-form img{
	float: none;
}
.page_heading h1{
	font-size: 48px;
	font-weight: normal;
}
.page_heading h2{
	font-size: 30px;
}
ul#menu {
    list-style:none;
}
ul#menu li{
	position:relative;
}
ul#menu li.backLava {
	background:url("images/menu-light2.png") no-repeat scroll center 0 transparent;
	margin-top:190px;
	margin-top:190px;
	position:absolute;
	min-width: 60px!important;
	min-height: 68px!important;
}
#menu ul li a{
	color: #fff!important;
}

#footer_wrap #content{
	margin: 0px;
}
.column_13 ul li{


	
}
.column_13 ul{
	display:inline;
}
#footer{
	color: #787878;
}
#footer a{
	color: #0096ff !important;
}
.above_pf h1{
	color: #eee;
}
#footer_copyright{
	padding-top: 0px;
}
ul#menu li a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-transform:uppercase;
	text-decoration: none;
}
#menu{
	float:right;
	margin-top: -155px;
	margin-bottom: 49px;
}
