/*

Theme Name: TaxSettlement

Theme URI: http://poweron.co.uk

Description: A theme for taxsettlement.org

Version: 1

Author: PowerOn.co.uk

Author URI: http://poweron.co.uk

Tags: tax, settlement

*/



@import "style/css/reset.css";
 @import "style/css/typography.css";
 @import "style/css/layout.css";
 @import "style/css/jqueryslidemenu.css";
html, body {
	height:100%;
}
body {
	font-family:Arial, Verdana, Tahoma;
	font-size:11px;
	margin:0 auto;
	padding:0;
	color:#6b6b6b;
	height:100%;
	background-color:#212121
}
* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you

					 if you want to keep it! */
}
.clr {
	clear:both
}
form {
	margin:0;
	padding:0;
}
hr {
	border: 0;
	color: #e0e0e0;
	background-color: #e0e0e0;
	height: 1px;
	margin:0px 0px 10px 0px;
	padding:0px;
}
/*** END OF GLOBAL  ***/



/*** DEFAULT ELEMENT STYLES ***/

/* heading */

h1, h2, .searchform label {
	margin-bottom:6px;
	font-family:Arial, Verdana, Tahoma;
	font-weight:normal;
	color:#000054
}
h3, h4, h5 {
	margin-bottom:12px;
	font-family:Arial, Verdana, Tahoma;
	font-weight:normal;
}
h1 {
	font-size:24px;
	line-height:26px;
}
h2, .searchform label {
	font-size:16px;
	line-height:18px;
}
h3 {
	font-size:16px;
	line-height:18px;
}
h4 {
	font-size:13px;
	line-height:15px;
}
h5 {
	font-size:13px;
	line-height:15px;
}
/* links */

a {
	color:#014f94;
	text-decoration:none;
}
a:hover {
	color:#014f94;
	text-decoration:underline;
}
a img {
	border:none
}
.border {
	border:1px solid #c5c5c5;
	padding:3px;
}
.imgleft {
	float:left;
	margin-right:15px;
}
.imgright {
	float:right;
	margin-left:15px;
}
.imgmiddle {
	vertical-align:middle;
	padding-right:6px
}
/* lists, blockquotes and paragraphs */

p, ul, ol, blockquote {
	font-size:11px;
	line-height:18px;
	margin-bottom:15px;
	color:#6b6b6b;
}
ul, ol {
}
li ol,  li ul {
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {
	list-style:decimal;
}
blockquote {
	font-style:italic;
	margin:25px 0 25px 0px;
	color:#6b6b6b;
	padding:10px 20px 10px 25px;
	border-left:4px solid #6b6b6b;
}
/* code */

code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #6b6b6b;
	padding:15px 10px;
}
/*** END OF DEFAULT ELEMENT STYLES ***/





/*** CONTAINER ***/

#top_container {
	background-image:url(style/images/bg_top_repeat.gif);
	background-repeat:repeat-x;
	width:100%;
}
#banner {
	width:100%;
	background-image:url(style/images/bg_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:91px;
}
#content_container {
	width:100%;
	background-image:url(style/images/bg_header_repeat.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff
}
#content_container_inner {
	width:100%;
	background-image:url(style/images/bg_header_inner_repeat.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	padding:20px 0px 20px 0px
}
#bottom_container {
	background-image:url(style/images/bg_bottom.gif);
	background-repeat:repeat-x;
	width:100%;
	height:60px;
	background-color:#1f1f1f
}
#footer_container {
	background-image:url(style/images/bg_footer.gif);
	background-repeat:repeat-x;
	width:100%;
	height:51px;
	background-color:#212121
}
/*** END OF CONTAINER ***/



/*** CENTERCOLUMN ***/

.centercolumn {
	width:960px;
	margin:0px auto 0px auto;
}
/*** END OF CENTERCOLUMN ***/



/*** TOP ***/

#homelink {
	width:960px;
	background-image:url(style/images/bg_top.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:91px;
	text-indent:-5000px;
}
#topmenu {
	height:31px;
}
#topmenu ul {
	list-style-type:none;
	margin:0px;
	padding:6px 20px 0px 20px;
}
#topmenu ul li {
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 0px;
	color:#b9b9b9;
	background-image:url(style/images/menu_separator.gif);
	background-repeat:no-repeat;
	background-position:left
}
#topmenu ul li.home {
	background-image:none;
	padding-left:10px;
}
#topmenu ul li a, #topmenu ul li a:visited {
	color:#b9b9b9
}
#topmenu ul li a:hover {
	color:#fff
}
/*** END TOP ***/



/*** HEADER ***/

#slider_container {
	background-image:url(style/images/bg_header.jpg);
	background-repeat:no-repeat;
	height:326px;
	position:relative
}
#slider_container ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#slider_container ul li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.slidetext {
	width:510px;
	float:left;
	padding:40px 40px 0px 60px
}
.slidetext h1 {
	color:#575757;
}
.slideimage {
	width:350px;
	float:left;
}
/*** END HEADER ***/





/*** CONTENT ***/

#maincontent {
	width:960px;
	padding:10px 0px 20px 0px
}
#maincontent-bottom {
	width:960px;
	padding:10px 0px 20px 0px;
	border-top:1px solid #e0e0e0;
}
#content {
	width:600px;
	float:left;
	padding:0px 30px 0px 5px;
	border-right:1px solid #e0e0e0;
}
.columns1 {
	width:300px;
	float:left;
	margin:0;
	padding:0;
}
.columns2 {
	width:300px;
	float:left;
	padding:0;
	margin:0px 0px 0px 20px;
}
.columns3 {
	width:300px;
	float:right;
	margin:0;
	padding:0;
}
.columns3 img {
	border:1px solid #e0e0e0;
	padding:10px;
	margin:0px 0px 10px 0px;
}
.post ul {
	margin:0px 0px 20px 0px;
	padding:0px;
	list-style-type:none;
}
.post ul li {
	background-image:url(style/images/list_square.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding:0px 0px 0px 15px;
	margin:0px;
	list-style-type:none
}
.post ol {
	margin:0px 0px 20px 0px;
	padding:0px;
	list-style-type: decimal;
	list-style-position:inside;
}
.post ol li {
	padding:0px 0px 0px 0px;
	margin:0px;
	list-style-type:decimal;
	list-style-position:inside;
}
#sidebar {
	width:280px;
	float:right;
	padding:0px;
	margin:0px;
}
#sidebar ul {
	margin:0px 0px 40px 0px;
	padding:0px;
	list-style-type:none;
}
#sidebar ul li {
	margin:0px;
	padding:8px 0px;
	list-style-type:none;
	font-size:12px;
}
#sidebar ul li a, #sidebar ul li a:visited {
	color:#6b6b6b
}
#above_content {
	background-color:#f5f5f5;
	padding:10px 10px 5px 10px;
	margin-bottom:15px;
}
#above_content h1 {
	color:#000054;
}
#above_content p {
	margin-bottom:10px;
	font-style:italic;
	font-weight:bold;
	color:#a1a1a1;
	font-size:12px;
}
#maincontent_inner {
	width:960px;
	margin:0px 0px
}
#maintext {
	padding:10px 10px 20px 10px;
}
/* Portfolio */

ul.portfolio {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul.portfolio li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	display:inline;
	float:left;
	margin-right:35px;
	margin-bottom:25px;
}
ul.portfolio li.nomargin {
	margin-right:0px !important;
}
ul.portfolio li img {
	border:solid 1px #e0e0e0;
	padding:5px;
}
ul.portfolio h3 a, ul.portfolio h3 a:visited {
	color:#6b6b6b
}
.prevnext {
	text-align:right;
}
.prev {
	background-image:url(style/images/prev.gif);
	background-position:11px 7px;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	float:left;
	padding:4px 25px;
	margin-right:5px;
}
.next {
	background-image:url(style/images/next.gif);
	background-position:100px 7px;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	float:left;
	padding:4px 25px;
}
.prev a, .prev a:visited, .next a, .next a:visited, .readmore a, .readmore a:visited {
	color:#6b6b6b;
}
.readmore {
	background-image:url(style/images/next.gif);
	background-position:67px 7px;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	float:right;
	padding:4px 25px 4px 7px;
	margin-bottom:10px;
}
/*Blog*/

.post {
	margin-bottom:10px;
}
/*.post h2{margin-bottom:4px; color:#6b6b6b}

.post h2 a, .post h2 a:visited{color:#6b6b6b}

.post h2 a:hover{color:#6b6b6b; text-decoration:none;}*/

.post a, .post a:hover {
	color:#000054;
	font-weight:bold;
}
.post .imgleft {
	padding:5px;
	border:solid 1px #e0e0e0;
}
.entry {
	padding:15px 0px 8px 0px;
}
small {
	font-size:11px;
	font-weight:normal;
}
a.more {
	display:block;
	padding:10px 0px 0px 0px;
}
/* product */

.more_info {
	background-image:url(style/images/arrow_down.gif);
	background-position:11px 7px;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	padding:4px 25px;
	margin-right:5px;
}
.buynow {
	background-image:url(style/images/check.gif);
	background-position:75px 7px;
	background-repeat:no-repeat;
	background-color:#e0e0e0;
	padding:4px 25px;
}
.more_info a, .more_info a:visited, .buynow a, .buynow a:visited {
	color:#6b6b6b;
}
.product {
	margin-bottom:60px;
}
.product h2 {
	margin-bottom:6px;
	color:#6b6b6b;
}
.productimg {
	float:left;
}
.productdescription {
	margin-left:90px;
}
.product_detail {
	margin:0px 0px 0px 0px;
}
.product_detail h2 {
	margin-bottom:20px;
}
.productimg_large {
	float:left;
}
.productdescription_detail {
}
.price {
	font-weight:bold;
	font-size:12px;
}
.tabcontainer {
	margin:40px 0px 0px 0px;
	background-color:#FF0000
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 25px;
	border-bottom: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	line-height: 24px;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #6b6b6b;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #a3a3a3;
	border-bottom: 1px solid #fff;
}
html ul.tabs li.active a {
	color:#fff
}
.tab_container {
	clear: both;
	float: left;
	width: 100%;
}
.tab_content {
	padding: 10px 0px;
}
/* news */

.news_post {
	margin-bottom:30px;
	clear:left;
}
.news_post h3 {
	margin:2px 0px 10px 0px;
}
.newsimg {
	float:left;
}
.newstext {
	margin-left:90px;
}
.news_post small {
	color:#bababa;
}
/* contact */







/*** END CONTENT ***/

.searchform {
	height:31px;
	width:280px;
	margin-left:25px;
	background-image:url(style/images/search_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
}
.searchform label {
	margin:7px 0px 0px 16px;
	width:70px;
}
.searchform input {
	margin-top:3px;
	padding:3px;
	background: #f5f5f5;
	border: 1px solid #888888;
	vertical-align:top;
}
.searchform input:hover {
	background:#CEDDDF;
}
.searchform input:focus {
	background:#F3F8F8;
}
.searchform input.sendbutton {
	width:23px;
	height:31px;
	padding:5px;
	margin: 4px 0 0 8px;
	font-size:0.8em;
	background:url(style/images/button_search.png) no-repeat;
	border:none;
	text-indent:-5000px;
	cursor:pointer;
}
/*** FOOTER ***/

#bottom_container a, #bottom_container a:visited {
	color:#6b6b6b;
}
#footer_container a, #footer_container a:visited {
	color:#6b6b6b;
}
#links {
	width:430px;
	float:left;
	padding:10px 0px 10px 10px
}
#links ul {
	padding:0;
	margin:0px;
	display:inline;
	float:left;
}
#links ul li {
	padding:0px 4px 0px 0px;
	margin:0px;
	display:inline;
	float:left;
}
#copyright {
	width:300px;
	float:right;
	padding:10px 10px 10px 0px
}
/*** END OF FOOTER ***/
#taxform {
	float:right;
	width:280px;
	margin-top:10px;
}
#taxform .gform_wrapper {
	margin:0;}
#taxform ul li select {
font-size:10px
	}	
#taxform .gform_wrapper .gform_heading {
	margin-bottom:0;}
#slider_container #taxform .gform_wrapper ul li {
width:125px;
margin-right:10px;
font-size:10px;
display:inline-block;
	}
#taxform .gform_wrapper ul li.gfield_error {
	width:250px;}
#taxform .gform_wrapper .top_label input.medium, #taxform .gform_wrapper .top_label select.medium {
	width:90%;}

#taxform .gform_button {
	background:url(style/images/button_submit.png) center no-repeat;
	padding: 0px;
	width:112px;
	line-height:31px;
	border:none;
	position: relative;
	top:-60px;
	left:140px;}
#taxform .gform_wrapper {
	margin:0;}
#taxform .gform_wrapper .top_label .gfield_label {
		margin:4px 0 0 0 }
