

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
a img {
	border: none;
}

*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family:Verdana, Arial, Tahoma;
	font-size:11px;
	margin:0 auto;
	padding:0;
	color:#838383;
	line-height:18px;
	background-color:#fff;
	background-image:url(images/bg-top.gif);
	background-repeat:repeat-x;
	background-position:top center;
}

body#inner{	
	background-image:url(images/bg-top-inner.gif);
	background-repeat:repeat-x;
	background-position:top center;
}

/* links */
a, a:visited{text-decoration:none; font-weight:normal; color:#01303c; }
a:hover{text-decoration:none;}
a img{border:none}

form{margin:0; padding:0;}
input[type=text], textarea{
	border:solid 1px #666666;
	margin:4px 4px 8px 0px; 
	padding:5px;
	color:#838383;
	vertical-align:middle;
	background-color:#f9f9f9;
	font-size:11px;}

.clr, .clear{clear:both; height:1px !important; line-height:1px !important; float:none!important; }

/* heading */
h1, h2, h3, h4, h5, h6{margin-bottom:15px; font-family:Verdana, Arial;}
h1, h2, h3, h4, h5, h6{ font-weight:normal; color:#393939;}
h1 {font-size:24px; line-height:26px; color:#01303c;}
h2 {font-size:18px; line-height:20px; color:#e59500;}
h3 {font-size:16px; line-height:16px; color:#01303c;}
h4 {font-size:15px; line-height:17px;}
h5, h6 {font-size:14px; line-height:16px;}

/* .pagetitle{margin:20px 0; padding:0px; font-size:26px; line-height:36px} */
.pagedesc{float:right; font-size:16px; color:#393939; margin:20px 0 0 0; width:500px; text-align:right; font-style:italic}

.headnomargin{margin-bottom:0px !important;}


/* Text elements */
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:30px 0px !important;
	page-break-after:always;
	text-align:center;
	width:100%;
	clear:both;
	color:#e7e7e7;
	background-color:#e7e7e7;
	background-repeat:repeat-x
}
hr.noclear{
	clear:none; width:auto;
	background: url(images/double-border.gif) bottom left repeat-x; height:2px;
}

p {
	font-size:13px; margin-bottom:10px;
}

body p:last-child{margin-bottom:0;}

ul {
	font-size:13px;
	list-style: square;
	margin: 0 0 18px 38px;;
}
ul li ul{margin-left:42px;}

ol {
	list-style: decimal;
	margin: 0 0 18px 2.2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}

blockquote{
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 50px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:14px;
	font-style:italic;
	line-height:20px;
	font-family:"Bookman Old Style", Georgia, arial;
	color:#454545
	}
	
.quote{
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 20px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:14px;
	font-style:italic;
	line-height:20px;
	font-family:"Bookman Old Style", Georgia, arial;
	color:#454545
	}

	
blockquote p{ margin:0px;}
blockquote div{}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #e7e7e7;
	padding:15px 10px;
}

pre {
	background: #f7f7f7;
	line-height: 18px;
	margin-bottom: 18px;
	padding:20px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

.nomargin{margin-right:0px !important;}


/* CONTAINER
-------------------------------------------------------------- */
#outer-container{
	width:100%;

	background-repeat:no-repeat;
	background-position:top center;
}
#outer-container-inner{
	width:100%;
	background-image:none;
}

#top-container{height:106px;  z-index:999;}
#middle-container{z-index:1;width:100%; }
#middle-container-center{width:940px; margin:0 auto; margin-top:-40px;}
#middle_wrapper{width:940px; margin:0 auto;}
.centerposition{background-repeat:repeat-y; width:940px; margin:0 auto; /*margin-top:-5px;*/}
.centerposition2{width:940px; margin:0 auto; /*margin-top:-5px;*/}

#footertopborders {
	height:41px;
	width:100%;
	background-image:url(images/footerbgtop.PNG);
	background-repeat:repeat-x;
	}

#footer-container{
	width:100%;
	background-image:url(images/bg-footer.gif);
	background-repeat:repeat;
	/* border-top:4px solid #00001b; */
}
#footer-bgglow{
	width:100%;

	background-repeat:no-repeat;
	background-position:top center;
	 padding:37px 0 0px 0
}
#footer{width:940px; margin:0 auto;}
#footer input, textarea{width:220px;}

#footerbottom-container{
	border-top:1px solid #454545;
}


/* TOP
-------------------------------------------------------------- */
#topcontainer{height:106px; width:940px;}
#topleft{
	width:260px; height:106px; float:left;
}

#logoimg {
	padding:0 0 0 0;
	position:relative;
	z-index:200;
	}

#logo h1{text-indent:-9999px;}
#logo h1 a, #logo h1 a:visited{color:#fff;}

#topright{width:680px; float:left; height:106px; }


/* TOP MENU */
#top-navigation{
	padding:45px 0 0 0;
	position:relative;
	z-index:200;
	float:right;
}
#menu{overflow:visible;}
#menu, #menu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative;
}
#menu a{
	display:block;
	padding:0px 0 10px 0;
	color:#002844;
	text-decoration:none;
	/*border-left:5px solid #1f497c;*/
}

#menu a.current{color:#fff}

#menu a:hover{
	color:#eba901;
}

#menu li{
	float:left;
	position:relative;
	font-size:16px;
	padding:0 0px;
	margin-left:35px
	
}


#menu li li{
	padding-right:0px;
	text-transform:capitalize;
	line-height:25px;
	padding:0px 0px;
	width:240px;
	padding:0;
	margin:0;
	
}

#menu ul {
	position:absolute;
	display:none;
	width:230px;
	left:0;
	padding:10px 0;
	background-image:url(images/bg-menu.png);
	background-repeat:repeat;
}


#menu li ul a{
	width:190px;
	height:auto;
	margin:0 10px;
	padding:10px 10px !important;
	line-height:normal;
	font-size:14px;
	display:inline-block;
	color:#fff;
	
}
#menu li ul a:hover{
	color:#fff;
	background-color:#575757;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px
}
#menu ul ul{
	top:-1px;
}	
#menu li ul ul {
	left:230px;
	margin:0;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul{
	display:none;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul{
	display:block;
}

#menu .current_page_item > a, #menu  .current_page_item > a:hover,{color:#ebab01}
#menu .current_page_parent > a, #menu .current_page_parent > a:hover,{color:#ebab01}
#menu .current-menu-parent > a, #menu .current-menu-parent > a:hover,{color:#ebab01}
#menu .current-menu-item > a, #menu .current-menu-item > a:hover{color:#ebab01 !important}


/* HEADER AND SLIDER
-------------------------------------------------------------- */
#header{ padding:10px 0 0px 0}
#header-inner{ padding:10px 0 0px 0}

/* SLIDER */

#slider {
	width:901px;
	height:358px;
}

#piecemaker {
position:relative;
left:-37px;
	margin:-80px 30px 0 0;
	}

#slideshow{list-style-type:none; margin:0; padding:0; width:940px; height:358px;}
#slideshow li{list-style-type:none; margin:0; padding:0; width:940px; height:358px;}
#bg-slider{
	background-image:url(images/bg-slider.png);
	background-repeat:no-repeat;
	background-position:left top;
	height:21px;
	margin-top:0px;
	display:block
}
.slide-text{ 
	position:absolute;
	bottom:0px;
	width:880px;
	height:auto;
	color:#fff;
   	background:url(images/bg-slider-title.png) repeat;
	padding:15px 30px 10px 30px;
	margin:0 0 21px 0;
}

.slide-text h1{ font-size:15px; color:#ffffff; margin:-10px 0 0 0;}


#pager {
	text-align:right;
	z-index:100;
	position:absolute; bottom:34px; right:10px; cursor:pointer; 
}

#pager a{
	width:14px;
	height:13px;
	background-image:url(images/slider-nav-inactive.png);
	background-repeat:no-repeat;
	background-position:0 0px;
	border:0px;
	margin-right:8px;
	cursor:pointer;
	display:inline;
	display:inline-block;
	vertical-align:top;
	font-size: 0;
	line-height: 0;
	text-align:center;

}

@media screen and (-webkit-min-device-pixel-ratio:0){#pager a { text-indent:-9999px;}}

#pager a.activeSlide{
	width:14px;
	height:13px;
	background-image:url(images/slider-nav-active.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-top:0px;

}

/* HEADER TEXT
------------------------------------------------------------------------------*/
.headertext{font-size:24px; line-height:26px; text-align:center; padding:0 0 10px 0px; text-transform:uppercase;}
.headertext h3{ font-size:24px; line-height:28px;}

/* CONTENT
-------------------------------------------------------------- */
#maincontent{ margin:0; padding:0;}
#maincontent-inner{margin:0px 0 0px 0; padding:0px 0px 23px 0px;
/*background-image:url(images/breadline.png);
background-repeat:no-repeat;
background-position:top center*/}
#content{float:left; width:690px; padding-left:30px}
.small{font-size:10px;}
.titlesmall{ color:#333; font-size:11px;}

div.worksummary{margin-bottom:20px; font-size:11px; line-height:10px}
a.disptitle, a.disptitle:visited{font-weight:bold;}


/*== image & shadow ==*/
.imgborder{padding:3px; border:solid 1px #e7e7e7; display:block}
.imglarge{display:block;}
.shadow-img220{
	display:block;
	background-image:url(images/shadow-img220.png); 
	background-repeat:no-repeat;
	height:7px;
	width:220px;
	margin-bottom:7px
}
.shadow-img122{
	display:block;
	background-image:url(images/shadow-img122.png); 
	background-repeat:no-repeat;
	height:7px;
	width:122px;
	margin-bottom:7px
}
.shadow-img690{
	display:block;
	background-image:url(images/shadow-img690.png); 
	background-repeat:no-repeat;
	height:21px;
	width:690px;
	margin-bottom:7px
}
.shadow-img690-post{
	display:block;
	background-image:url(images/shadow-img690-2.png); 
	background-repeat:no-repeat;
	height:10px;
	width:690px;
	margin-bottom:7px
}


/* Column list */
.four_column{list-style-type:none; margin:0px; padding:0px;}
.four_column li{list-style-type:none;width:22%; margin-right:4%; float:left;}
.four_column p{margin-bottom:18px;}

.three_column{list-style-type:none; margin:0px; padding:0px;}
.three_column li{list-style-type:none;width:31.26%; margin-right:3.1%; float:left;}
.three_column p{margin-bottom:18px;}

.two_column{list-style-type:none; margin:0px; padding:0px;}
.two_column li{list-style-type:none;width:48%; margin-right:4%; float:left;}
.two_column p{margin-bottom:10px;}

.three_four_column{list-style-type:none; margin:0px; padding:0px;}
.three_four_column li{list-style-type:none;width:74%; margin-right:4%; float:left;}
.three_four_column p{margin-bottom:18px;}

.two_column li li, .three_column li li, .four_column li li, .three_four_column li li{margin:0px; width:auto !important; float:none;}
.two_column .alignleft, .three_column .alignleft, .four_column .alignleft{ margin-right:3px; margin-bottom:0}


/* Tables */
table {border-collapse:separate;border-spacing:0;width:100%;border-top:1px solid #cfcfcf;margin-bottom:18px;}
table,td,th { text-align:center;}
th{padding:10px;color:#666;text-transform:uppercase;}
td{padding:10px;color:#888;}
tfoot td{border:0px;}
th,tr:hover{background-color:#cfcfcf;}
table {
	border: 1px solid #cfcfcf;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
tr td {
	border-top: 1px solid #cfcfcf;
	padding: 2px 24px;
}
tr.odd td {
	background:#eaa930;
	color:#fff;
	border:#fff;
}

tr.one td{background:#E2E2E2;}
tr.two td{background:#F7F7F7}

/* Table list */
.table-box-container{ width:940px;}
.table-box-container ul{ margin:0px; border-bottom:1px dotted #e5e5e5; float:left; }
.table-box-container ul li{ float:left; list-style-type:none; padding:12px 0px; line-height:normal; color:#707070 !important; }
.table-box-container ul li h4{ margin:0px; font-size:14px;}
.table-box-container ul li.one{ width:455px; padding-left:20px; }
.table-box-container ul li.two{ width:150px; text-align:center; border-left:1px dotted #e5e5e5; }
.table-box-container ul li.three{ width:150px; text-align:center; border-left:1px dotted #e5e5e5; }
.table-box-container ul li.four{ width:150px; text-align:center; border-left:1px dotted #e5e5e5; }
ul.table_header li{ }

ul.tbl-odd{ background-color:#fbfbfb; float:left;}
ul.tbl-odd li.one{ width:465px; padding-left:10px; }
ul.tbl-even{ background-color:#f7f7f7}
ul.tbl-even li.one{ width:465px; padding-left:10px; }
ul.tbl-price{ border:0px; font-size:18px;}
ul.tbl-price a, ul.tbl-price a:visited{ color:#707070; text-decoration:underline; font-size:12px;}
ul.tbl-price a:hover{ text-decoration:none;}

.icontable{width:25px; margin-right:10px;}
.icontable img{vertical-align:middle;}


.icontable{width:25px; margin-right:10px;}
.icontable img{vertical-align:middle;}


/* sideright & widget */
#sidebar{list-style:none; float:left; width:220px;}
#sidebar .widget-title{font-size:16px; line-height:26px; margin-bottom:3px;}
#sidebar ul{list-style-type:none; padding:0 ; margin:0; list-style-position:outside}
#sidebar  ul li{list-style-type:none; padding:0 ; margin:0}
#sidebar  ul li li{
	padding:0 0 0px 0px;
	margin-bottom:0;
	}
	
#sidebar ul.sub-menu, #sidebar ul.children{padding:3px 0 0 0px; margin-left:0;}
#sidebar ul.sub-menu li, #sidebar ul.children li{border:0 !important; padding:3px 0 3px 15px;}
	
#sidebar ul li a, #sidebar ul li a:visited{color:#393939;}
#sidebar ul li a:hover{color:#4a4a4a;}
#sidebar .smalldate{color:#bdbdbd; font-size:10px;}

#sidebar .latest-post li{background-image:none; padding:0 0 10px 0; margin-bottom:10px;}

.widget-container{margin-bottom:40px !important; list-style-type:none}

.lp-date{font-style:italic; font-size:10px;}
.lp-title, .lp-title a, .lp-title a:visited{font-weight:bold; color:#393939}
#sidebar .latest-post li .linkcolor{ line-height:25px;}

/* form and button */
.button, .more, #searchsubmit, #commentform #submit, input[type=submit], input[type=reset]{
	text-align:center;
	padding:0px 25px 0 10px;
	color:#777777 !important;
	text-transform:uppercase;
	cursor:pointer;
	font-size:11px;
	display:inline-block;
	height:26px;
	border-radius:2px;
	border:solid 1px #e9e9e9;
	line-height:25px;
	margin-top:20px;
	background-image:url(images/bg-button.png);
	background-repeat:no-repeat;
	background-position:right top
}
.button:hover, .more:hover, #searchsubmit:hover, #commentform #submit:hover, input[type=submit]:hover, input[type=reset]:hover {
	background-position:right -26px;
}



/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{
	background: #f6f6f6;
	border-top: 4px solid #d8d8d8;
	padding: 0px;
}
.hentry{margin-bottom:50px;}
#searchresult .hentry{margin-bottom:20px;}
.post{margin-bottom:74px; position:relative}
#singlepost.post{margin-bottom:50px;}
.posttitle{font-size:22px; margin-bottom:10px;text-align:left !important}
#searchresult  .posttitle{font-size:18px; margin-bottom:0;}
.posttitle a, .posttitle a:visited{color:#393939;}
.posttitle a:hover{text-decoration:none;}
.smalldate{color:#959595;}
.entry-utility{ border:solid 1px #e9e9e9; border-width:1px 0 0 0; padding:5px 0; margin:10px 0 15px 0; font-size:10px; color:#bdbdbd}
.entry-utility img{vertical-align:middle;}
.entry-utility a, .entry-utility a:visited{ font-size:10px; color:#bbb}
.postdate{color:#43788f; width:118px; float:left}
.postdate .d{ font-size:32px; line-height:45px; font-weight:bold; float:left; border-right:solid 1px #e9e9e9; height:52px; padding:0 8px 0 0; margin-right:8px}
.postdate .m, .postdate .y{ font-size:24px;}
.postdate .y{padding-left:5px;}
.entry{padding:0 0 0 0;}
.type-post .entry-content img{
	max-width:690px;
	width: auto;
	padding:3px; border:solid 1px #e7e7e7; 
	display:block;
}
p.spacer{
margin-top:149px;	
}

/* author */
h2.title-author{ font-size:18px;}
#entry-author-info {
	clear: both;
	padding:20px;
	margin-bottom:30px;
	border-width:1px 0;
	position:relative;
	background-color:#ebeaea;
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	top:12px;
	height:60px;
	padding-bottom:20px
}
#entry-author-info #author-description {
	margin: 0 0 10px 85px;
}
#entry-author-info #author-description  h2{font-size:15px; margin-bottom:0}


/* attachment pages wordpress */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

.entry-content .one_half form {width:380px;}
.entry-content .one_half label { color:#000; margin-top:5px;}

.entry-content .one_half input, .entry-content .one_half textarea {width:380px;}

/* images content */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 3px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 5px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone,
img.alignnone {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
}
img.alignleft, 
img.alignright, 
img.aligncenter,
img.alignnone {
	margin-bottom: 12px;
}
img.alignmiddle{vertical-align:top; margin:0 6px 0 0}


#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 11px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 11px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
.tag-links{padding:10px 0; display:block}


/* navigation  */
.navigation {

	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	text-decoration: none;
	color:#9a9a9a
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 20px 0 10px 0;
}


/* Comments */
#comments{
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title{
	font-size: 20px;
	line-height:24px;
	padding:13px 0px;
	margin:0 0 0px 0;

}

h3#reply-title {
	font-size: 22px;
	line-height:24px;
	margin:0 0 15px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
	margin-bottom:0px;
}
.commentlist li.comment {
	margin: 0 0 0px 0px;
	padding: 0 0 10px 0px;
	position: relative !important;
}
.commentlist li.comment ul.children{margin:0 0 0 0; margin-left:9%; padding:0px 0 0 0;}
.commentlist li.comment ul.children li{border-bottom:0 !important; margin:0; padding:0}
#comments .comment-body ul,#comments .comment-body ol {
	margin-bottom: 0;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	padding:0px;
	background-color:transparent;
}
.comment-body cite {
	font-style: normal;
	font-size:12px;
	line-height:14px;
	color:#676767;
}
.comment-body cite  a, .comment-body cite  a:visited{color:#676767;}
.comment-body cite  a:hover{text-decoration:none}
.comment-author .says {	font-style: normal;}
.comment-meta {	font-size: 11px;	margin: 0 0 18px 0;}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {}
.commentlist .bypostauthor {}
.reply {
	padding: 0 0 0px 0;
	text-align:right
}
a.comment-edit-link {
	color:#a3a3a3;
	text-decoration:underline;
}
a.comment-edit-link:hover {
	text-decoration:none
}
.commentlist .children {
	list-style: none;
}
.commentlist .children li {}
.nopassword, .nocomments {display: none;}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	display: block;
	font-size: 11px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
}
.con-comment{padding:0 0 0 0}
.commentlist .comment-author{ float:left; margin-top:7px;}
.commentlist .comment-body{width:auto; margin-bottom:20px !important; margin-left:80px; }
.commentlist .comment-body p{margin-bottom:20px !important}
.commentlist ul.children .comment-author{}
.commentlist ul.children .comment-body{}
*+html .commentlist .comment-body{margin-top:-15px}
.comment-body .time{margin-bottom:11px; display:block;  font-size:12px;}
.comment-body .time a, .comment-body .time a:visited{color:#676767;}
.comment-body .boldtext{font-weight:normal; font-size:22px}

/* Comments form */
#commentform{padding:0; }
#commentform label{margin-top:0px; }
#commentform code{padding:0; margin:10px 0; border:0}

#commentform input[type=text]{ 
	margin-bottom:8px;
	padding:8px 5px;
	vertical-align:middle;
	width:70%;
	font-size:12px;
	font-family:arial;
	display:block;
	}

#commentform textarea{ 
	height:150px;
	width:70%;
	margin-bottom:10px;
	padding:8px 5px;
	vertical-align:top;
	font-size:12px;
	font-family:arial;
	display:block;
	}
#commentform input[type=submit]{
	color:#fff;
	padding:8px 25px;
	cursor:pointer;
	margin-top:15px;
	border:0;
}
#commentform input[type=submit]:hover{text-decoration:none; background-position:0 -24px;}
#respond .comment-reply{
	font-size: 20px;
	line-height:24px;
	padding:0px 0px;
	margin:0 0 10px 0;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 0px 0 0;
}
.cancel-comment-reply{ font-size:12px;}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
	padding:0;
}
#cancel-comment-reply-link {
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
}
#respond label {
}
#respond input {
}
#respond textarea {
}
#respond .form-allowed-tags {
}
#respond .form-allowed-tags code {
}
#respond .form-submit {
	margin: 12px 0;

}
#respond .form-submit input {
}

.comment-form-author{}

/* Calendar */
#wp-calendar {
	width:99%;
	border:solid 1px #fff !important;
	
}
#wp-calendar caption {font-size: 14px; padding-bottom: 4px; text-align: left;}
#wp-calendar thead {font-size: 11px;}
#wp-calendar thead th {padding: 3px!important;}
#wp-calendar tbody {color: #aaa;}
#wp-calendar tbody td {
	background: transparent;
	border: 1px solid #fff;
	padding: 3px!important;
	text-align: center;
	margin:0px!important;
}
#wp-calendar tbody .pad {background: none;}
#wp-calendar tfoot #next {	text-align: right;}
#wp-calendar #today{font-weight:bold; border:solid 1px #CCCCCC}


/* FOOTER
-------------------------------------------------------------- */
#footerwidgetcontainer1, #footerwidgetcontainer2, #footerwidgetcontainer3, #footerwidgetcontainer4{
	width:220px;
	float:left;
	margin-right:20px;
}
#footer-container h1, #footer-container h2, #footer-container h3, #footer-container h4, #footer-container h5, #footer-container h6{color:#fff; }
#footer-container, #footer-container p{color:#fff; font-size:11px}
#footer-container .widget-title{ margin-bottom:20px !important; text-align:left !important; font-size:16px; line-height:16px; font-weight:bold; color:#fff; text-transform:uppercase}
#footer-container ul{ list-style-type:none; padding:0px; margin:0; list-style-position:outside; font-size:11px}
#footer-container ul li li{
	color:#e8a11c;
	padding:0px 0px 12px 0px;
	margin-bottom:12px;
	background: url(images/double-border.gif) bottom left repeat-x;

}

#footer-container ul.sub-menu, #footer-container ul.children{padding:3px 0 0 0px; margin-bottom:-4px}
#footer-container ul.sub-menu li, #footer-container ul.children li{border:0 !important; padding:3px 0 3px 15px; background:none; margin-bottom:0px}


#footer-container ul li a, #footer-container ul li a:visited{color:#fff;}
#footer-container ul li a:hover{text-decoration:underline; color:#fbfbfb;}

#footer-container ul li.footergallery li{
	width:107px;
	float:left;
	margin:0px 6px 6px 0px;
	padding:0px;
	background-image:none;
}
#footer-container ul li.footergallery a{
	display:block;
	height:76px;
}
#footer-container ul li.footergallery img{
	width:97px;
	height:66px;
	padding:4px;
	border:1px solid #e8a11c;
}

#footer-container #copyright{display:block; width:940px; padding:15px 0; color:#01303c;}
#footer-container #copyright a{}
#footer-container #copyright a:hover{text-decoration:underline;}

/* PLUGIN
-------------------------------------------------------------- */
#breadcrumbs{padding-bottom:10px; font-size:9px; color:#818181; text-align:right}

.adrotate_widget img{margin:0 10px 10px 0;}

/* Easy Contact Plugin  */
.titleborder{border-bottom:solid 1px #ededed; padding-bottom:10px}
div.formcontainer{
	clear: both;
	overflow: hidden;
	width: 100%;
}

div.formcontainer span.required {
	color: #FF0000;
}
div.formcontainer p.error,
div.formcontainer p.important,
div.formcontainer p.information,
div.formcontainer p.success {
	line-height: 250%;
	width: 95%;
	font-size:11px;
	color:#ff0000;
}
div.formcontainer form.contact-form {
	clear: both;
	float: none;
}
div.formcontainer form.contact-form fieldset {
	margin: 0.5em 0 1.5em 0;
}
div.formcontainer form.contact-form fieldset legend {
	text-transform:capitalize;
}
div.formcontainer form.contact-form fieldset div.form-label {
	display: block;
	float:none;
	line-height:150%;
	margin: 0.5em 0 0 0;
	padding:0;
	text-align:left;
	width:100%;
}
div.formcontainer form.contact-form fieldset div.form-label label,
div.formcontainer form.contact-form fieldset div.form-option label {
	cursor: pointer;
	line-height:100%;
}
div.formcontainer form.contact-form fieldset div.form-input,
div.formcontainer form.contact-form fieldset div.form-textarea {
	display: block;
	float:none;
	margin: 0.2em 0 0 0;
}
div.formcontainer form.contact-form fieldset div.form-input input{

	margin-bottom:8px;
	padding:8px 5px;
	vertical-align:middle;
	width:275px;
}
div.formcontainer form.contact-form fieldset div.form-textarea textarea {

	margin-bottom:10px;
	padding:8px 5px;
	vertical-align:top;
	width:440px;
	height:140px
}
div.formcontainer form.contact-form fieldset div.form-input input.error, div.formcontainer form.contact-form fieldset div.form-textarea textarea.error {
	background-color: #fff;
}
div.formcontainer form.contact-form fieldset div.form-input input.optional {
	margin-bottom: 0.2em;
}
div.formcontainer form.contact-form fieldset div.form-option,
div.formcontainer form.contact-form fieldset div.form-submit {
	padding-left:0px;
	margin-top:0px;
}

div.form-submit input.button{
	color:#fff;
	padding:8px 25px;
	cursor:pointer;
	margin-top:15px;

}	


div.form-submit input.button:hover{
	text-decoration:none; background-position:0 -24px;
}
div.formcontainer form.contact-form fieldset div.form-submit input {}
div.formcontainer fieldset {padding:0px;}
div.formcontainer fieldset legend { font-weight:bold; padding:0px; padding-left:1px; background-color:transparent; }




/* WP-PageNavi  Plugin  */
.wp-pagenavi {vertical-align:middle; clear:both; padding:20px 0; }
.wp-pagenavi a, .wp-pagenavi a:visited{
	color:#989898 !important;
	padding:5px 10px !important;
	margin-right:8px !important;
	border:solid 1px #bfbfbf !important;
	background-color:#fff;
}
.wp-pagenavi a:hover{
	color:#989898 !important;
	padding:5px 10px !important;
	margin-right:8px !important;
	border:solid 1px #bfbfbf !important;
	background-color:#efefef;
}
.wp-pagenavi span.current{
	color:#989898 !important;
	padding:5px 10px !important;
	margin-right:8px !important;
	border:solid 1px #bfbfbf !important;
	background-color:#efefef;
	}
.wp-pagenavi .pages, .wp-pagenavi .extend {
	color:#989898 !important;
	padding:5px 10px !important;
	margin-right:8px !important;
	border:solid 1px #bfbfbf !important;
	background-color:#fff;
}

/* Flickr Plugin  */
#flickr {text-align:left !important;}
#flickr img {
padding:4px !important;
border:1px solid #3f3f3f !important;
width:93px;
height:66px;
}
.flickr_badge_image{ display:inline-block !important}
* html .flickr_badge_image, *+html .flickr_badge_image{display:inline !important}



/* SHORTCODE
-------------------------------------------------------------- */
/* Column */
.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth{margin-right: 4%; position:relative; float:left; }
.one_half{ width:48%; }
.one_third{width:30.6666%;}
.one_third p{ text-align:justify;}
.one_fourth{width:22%; }
.one_fifth{width: 40px; height:50px;}
.one_sixth {width: 13.3333%;}

.two_third{width: 65.3332%;}
.two_fourth {width: 48%;}
.two_fifth {width: 37.6%;}
.two_sixth {width: 30.6666%;}

.three_fourth{width:74%;}
.three_fifth {width: 58.4%;}
.three_sixth {width: 47.9998%;}

.four_fifth {width: 158px;}
.four_sixth {width: 65.3332%;}

.five_sixth {width: 82.6665%;}
.last{ margin:0 !important; }

/* Dropcaps */
.dropcap1{
	text-shadow:1px 1px 0 #fff;
	display:block;
	float:left;
	font-size:34px;
	line-height:24px;
	margin:2px 8px 0 0;
	color:#454545
}
.dropcap2{
	background: transparent url(images/dropcaps.png) top left no-repeat;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:4px 8px 0 0;
}
.dropcap3{
	background-color:#989898;
	color:#fff;
	display:block;
	float:left;
	font-size:25px;
	line-height:40px;
	width:40px;
	height:40px;
	text-align: center;
	margin:6px 8px 0 0;
}

/* Highlight */
.highlight1{padding:2px 5px;background-color:#e6e8e8;color:#000; border:solid 1px #ccc}	
.highlight2{padding:2px 5px;background-color:#666666;color:#fff; border:solid 1px #333}	


/* Bulleted List */
.bullet-check ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-check li{
	background: transparent url(images/check.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-arrow ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-arrow li{
	background: transparent url(images/arrow2.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-star ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-star li{
	background: transparent url(images/star.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px;
}	
.bullet-plus ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-plus li{
	background: transparent url(images/plus.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	
.bullet-circle ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-circle li{
	background: transparent url(images/circle.png);
	background-repeat:no-repeat;
	background-position:5px 10px;
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	line-height:25px
}	

.bullet-bulleted ul{	
	margin:0 0 20px 0;
	padding:0; list-style-type:none;
 }
.bullet-bulleted li{
	list-style-type:none;
	border-bottom:0px !important;

	background-position:0 3px;
	padding:0 0 10px 40px !important;
	margin:0px !important;
	line-height:18px
}

.bullet-square ul{margin:0 0 20px 0; padding:0; list-style-type:none; list-style-position:outside }
.bullet-square li{
	background-repeat:no-repeat;
	background-position:0 5px;
	padding:0 0 8px 25px !important;
	margin:0;
}
.noborder li{
	border-bottom:0px !important;
	margin:0
}

ul.list-border li{border-bottom:solid 1px #e9e9e9;}

/* Styled Boxes */
.styled-box{
	padding: 20px 20px;
	margin: 0 0 25px 0;
	background: #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #dde2aa;
	border: 1px solid #a2c058;
	color: #7b9244;
}

.styled-box.download{
	background:url(images/download.png) no-repeat scroll 20px 18px;
	padding-left:60px
}
.styled-box.note{
	background: url(images/note.png) no-repeat scroll 20px 15px;
	padding-left:65px
}
.styled-box.error{
	background: url(images/error.png) no-repeat scroll 20px 15px;
	padding-left:60px
}
.styled-box.info{
	background: url(images/info.png) no-repeat scroll 20px 15px;
	padding-left:65px
}

.styled-box.green{
	background-color: #dde2aa ;
	border: 1px solid #a2c058;
	color: #7b9244;
}
.styled-box.yellow{
	background-color: #fdebae ;
	border: 1px solid #e6c555;
	color: #b28c0b;
}
.styled-box.red{
	background-color: #ffcccc ;
	border: 1px solid #ff9999;
	color: #fb1414;
}
.styled-box.blue{
	background-color: #bde3f9 ;
	border: 1px solid #8bb5cd;
	color: #1d97db;
}

/* Pricing Boxes */
ul.list-box{margin:0; padding:0; list-style-type:none; list-style-position:outside}

ul.list-box > li{
	background-color:#e6e6e6;
	border:solid 1px #e0e0e0;
	border-width:1px 1px 1px 1px;
	float:left;
	width:179px;
	margin-right:32px;
	text-align:center;
	padding:15px 15px 20px 15px;
	box-shadow: inset 0 0 2px 2px #ececec;
	-moz-box-shadow: inset 0 0 2px 2px #ececec;
	-webkit-box-shadow: inset 0 0 2px 2px #ececec;

	background-repeat:no-repeat;
 }
 ul.list-box .title-box{margin-bottom:0; font-size:30px; color:#676767}
 ul.list-box li.last{margin-right:0;}
.list-box-container{
	background-color:#e8e8e8; padding:5px;
	-webkit-box-shadow: 0px 0px 8px #cbcbcb;
	-moz-box-shadow: 0px 0px 8px #cbcbcb;
	box-shadow: 0px 0px 8px #cbcbcb;
	margin-top:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.list-box-content{background-color:#ededed; padding:15px 20px 20px 20px; text-align:center;}
.list-box-content hr{margin:20px 0; height:2px; border:2px}
.list-box-content ul{margin:0 0 10px 0; padding:0; list-style-type:none;}
.list-box-content ul li{margin:0; padding:4px 0 8px 20px; list-style-type:none; text-align:left}
.list-box-content .price-text{text-align:center; margin-bottom:15px}
.list-box-content .price{font-size:30px; }
.list-box-content .price-text .month{color:#a4a4a4; display:block; margin-top:-6px}
.list-box-content .button:hover{ text-decoration:none}



/* Pullquotes */
.pullquote-right,.pullquote-left{
	padding:0px 10px;
	float:right;
	font-style:italic;
	font-size:14px;
	letter-spacing:0px;
	line-height:20px;
	margin:0px 2px 20px 20px;
	width:50%;
	font-family:"Bookman Old Style", Georgia, arial;
	color:#454545
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/* Tabs */



/* tab with frame */
.tabcontainer{margin:20px 0px 0px 0px; color:#828282}

ul.tabs {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 30px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	height: 29px;
	line-height: 31px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-width:1px 1px 1px 1px !important;
	-moz-border-radius-topleft: 3px; /* Firefox */
	-moz-border-radius-topright: 3px; /* Firefox */
	border-top-left-radius: 3px; /* CSS3 */
	border-top-right-radius: 3px; /* CSS3 */
	overflow: hidden;
	position: relative;
	font-size:12px;
	text-transform:uppercase
	
}
ul.tabs li:hover{border-bottom:solid 1px #f8f8f8;}
ul.tabs li a {
	text-decoration: none;
	color: #989898;
	display: block;
	padding: 0 25px;
	outline: none;
}
ul.tabs li a:hover {
	background: #f8f8f8;
	text-decoration:none;
	-moz-border-radius-topleft: 5px; /* Firefox */
	-moz-border-radius-topright: 5px; /* Firefox */
	border-top-left-radius: 5px; /* CSS3 */
	border-top-right-radius: 5px; /* CSS3 */
}
ul.tabs	 li.active{border-bottom:solid 1px #f8f8f8; }
html ul.tabs li.active, html ul.tabs li.active a:hover  {background: #f8f8f8; color:#989898}
html ul.tabs li.active a{ color:#646464; }
#tab-body{
	border:solid 1px #e7e7e7;
	border-width:1px 1px 1px 1px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	background-color:#f8f8f8;
}
.tab-content {padding: 30px 25px}


/* jQuery Toggle */
h2.trigger {
	padding: 9px 10px;
	margin: 0 0 5px 0;
	height: 13px;
	line-height: 13px;
	width:540px;
	font-size:11px;
	font-weight: normal;
	border:solid 1px #e0e0e0;
	background-color:#fff;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	color:#838383;
	background: url(images/h2_trigger_a.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:25px;
}
h2.active{background-color:#f8f8f8;}
h2.active span{background-position:0px -13px !important;}
h2.trigger span:hover {
	color:#838383;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	width: 530px;
	clear: both;
}
.toggle_container .block {
	padding: 10px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}


/* Pricing Box */
ul.pricing-box{margin:0; padding:0; list-style-type:none; list-style-position:outside}

ul.pricing-box > li{
	background-color:#e6e6e6;
	border:solid 1px #e0e0e0;
	border-width:1px 1px 1px 1px;
	float:left;
	width:179px;
	margin-right:32px;
	text-align:center;
	padding:15px 15px 20px 15px;
	box-shadow: inset 0 0 2px 2px #ececec;
	-moz-box-shadow: inset 0 0 2px 2px #ececec;
	-webkit-box-shadow: inset 0 0 2px 2px #ececec;

	background-repeat:no-repeat;
 }
 ul.pricing-box .title-box{margin-bottom:0; font-size:30px; color:#676767}
 ul.pricing-box li.last{margin-right:0;}
.list-box-container{
	background-color:#e8e8e8; padding:5px;
	-webkit-box-shadow: 0px 0px 8px #cbcbcb;
	-moz-box-shadow: 0px 0px 8px #cbcbcb;
	box-shadow: 0px 0px 8px #cbcbcb;
	margin-top:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.list-box-content{background-color:#ededed; padding:15px 20px 20px 20px; text-align:center;}
.list-box-content hr{margin:20px 0; height:2px; border:2px}
.list-box-content ul{margin:0; padding:0; list-style-type:none;}
.list-box-content ul li{margin:0; padding:4px 0 8px 20px; list-style-type:none;  text-align:left}
.list-box-content .price-text{text-align:center;}
.list-box-content .price{font-size:30px; }
.list-box-content .price-text .month{color:#a4a4a4; display:block; margin-top:-6px}
.list-box-content .but-color{}


/* Separator */
.separator {
	display:block;
	height:30px;
	text-align:center;
	width:100%;
	clear:both;
}
.separator.line {
	display:block;
	height:60px;
	text-align:center;
	width:100%;
	clear:both;
	background-image:url(images/hr.gif);
	background-repeat:repeat-x;
	background-position:center;
}



/*  Portfolio*/
.ts-portfolio-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
#ts-portfolio h2{margin:15px 0px 7px 0px; text-transform:none; font-size: 20px; line-height:24px}
#ts-portfolio p{}
#ts-portfolio a.displaymore, .ts-portfolio-list a.displaymore:visited{
	text-align:center;
	padding:0px 25px 0 10px;
	color:#777777 !important;
	text-transform:uppercase;
	cursor:pointer;
	font-size:11px;
	display:inline-block;
	height:26px;
	border-radius:2px;
	border:solid 1px #e9e9e9;
	line-height:25px;
	margin-top:5px;
	background-image:url(images/bg-button.png);
	background-repeat:no-repeat;
	background-position:right top
}
#ts-portfolio a.displaymore:hover{
	background-position:right -26px;
	text-decoration:none;
}




.entry-content a.displaymore, .entry-content a.displaymore:visited{
	text-align:center;
	padding:0px 25px 0 10px;
	color:#777777 !important;
	text-transform:uppercase;
	cursor:pointer;
	font-size:11px;
	display:inline-block;
	height:26px;
	border-radius:2px;
	border:solid 1px #e9e9e9;
	line-height:25px;
	margin-top:5px;
	background-image:url(images/bg-button.png);
	background-repeat:no-repeat;
	background-position:right top
}
.entry-content a.displaymore:hover{
	background-position:right -26px;
	text-decoration:none
}





.ts-portfolio-list{list-style-type:none; padding:0; margin:0; clear:both;}
.ts-portfolio-list li{list-style-type:none; padding:0; margin-top:0px; margin-left:0px; width:290px;  float:left}
.ts-portfolio-list li.nomargin{margin-right:0;}
.ts-portfolio-list a.image{
	display:block;
}
.ts-portfolio-list a.image:hover{
	background:url(images/hover-opacity.png);
	background-repeat:no-repeat;
	background-position:center;
}
.ts-portfolio-list a.imagesmall:hover{
	background-image:url(images/hover-opacity-small.png) !important;
}
.ts-portfolio-list .ts-portfolio-text-content{
	margin-top:20px;
}

#ts-portfolio h2{font-size:18px !important; margin:0 0 10px 0 !important; color:#454545;}
.ts-portfolio-text-content p{margin-bottom:20px;}

.ts-portfolio-img-container .rollover{
	background:url(images/hover-opacity.png) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	background-color:#000 !important;
	width:100% !important;
	height:100% !important;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}
.ts-portfolio-img-container .rollover.imagesmall{
	background:url(images/hover-opacity-small.png) !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	background-color:#000 !important;
	width:100% !important;
	height:100% !important;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}

/* ts display 1 column */
#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-1 li{
	width:940px !important;
	margin:0 0px 35px 0 !important;
}

.ts-portfolio-col-1 .ts-portfolio-img-container{
	width:607px !important;
	height:265px !important;
	float:left;
	margin-top:5px;
	margin-right:35px;
	padding:3px; 
	border:solid 1px #e7e7e7; 
}


.ts-portfolio-col-1 .ts-portfolio-img-container a.image{
	width:607px !important;
	height:265px !important;
	display:block;
	position:relative;
}

.ts-portfolio-col-1 .ts-portfolio-text-content{
	float:left;
	width:290px;
	margin-top:0px !important;
}

.ts-portfolio-col-1 .afterthumb{
	background:url(images/shadow-pf1.png);
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	width:607px;
	height:10px;
	margin-top:-1px;
}

/* ts display 2 column */
#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-2 li{
	width:447px !important;
	margin:0 30px 50px 0 ; 
	float:left;
}
.ts-portfolio-col-2 .ts-portfolio-img-container{
	width:447px;
	height:240px;
	padding:3px; 
	border:solid 1px #e7e7e7; 
}
.ts-portfolio-col-2 .ts-portfolio-img-container a.image{
	width:447px;
	height:240px;
	display:block;
	position:relative;
}
.ts-portfolio-col-2 .ts-portfolio-text-content{
	margin-top:15px !important;
}

.ts-portfolio-col-2 .afterthumb{
	background:url(images/shadow-pf2.png);
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	width:447px;
	height:10px;
	margin-top:-1px;
}


/* ts display 3 column */
#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-3 li{
	width:286px !important;
	margin:0 36px 50px 0; 
	float:left;
}
.ts-portfolio-col-3 .ts-portfolio-img-container{
	width:286px;
	height:172px;
	padding:3px; 
	border:solid 1px #e7e7e7; 
}
.ts-portfolio-col-3 .ts-portfolio-img-container a.image{
	width:286px;
	height:172px;
	display:block;
	position:relative;
}
.ts-portfolio-col-3 .ts-portfolio-text-content{
	margin-top:15px !important;
}

.ts-portfolio-col-3 .afterthumb{
	background:url(images/shadow-pf3.png);
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	width:286px;
	height:10px;
	margin-top:-1px;
}


/* ts display 4 column */
#ts-portfolio ul.ts-portfolio-list.ts-portfolio-col-4 li{
	width:205px !important;
	margin:0 36px 50px 0; 
	float:left;
}
.ts-portfolio-col-4 .ts-portfolio-img-container{
	width:205px;
	height:130px;
	padding:3px; 
	border:solid 1px #e7e7e7; 
}
.ts-portfolio-col-4 .ts-portfolio-img-container a.image{
	width:205px;
	height:130px;
	display:block;
	position:relative;
}
.ts-portfolio-col-4 .ts-portfolio-text-content{
	margin-top:15px !important;
}

.ts-portfolio-col-4 .afterthumb{
	background:url(images/shadow-pf4.png);
	background-position:top;
	background-repeat:no-repeat;
	display:block;
	width:205px;
	height:10px;
	margin-top:-1px;
}

/* JOE'S ADDITIONAL CSS */
p.readmore a {
font-size:14px;
color:#ebab01;
}

#topyellow {
	width:100%
	height:5px;
	background-color:#eba901;
	}
	
#yellowborder {
	border-top:5px solid #eba901;
	}

	

.pagenav { list-style:none; text-decoration:none;margin-bottom:20px; } /* the outermost list item; contains whole list */
.pagenav a { font-size:16px;text-decoration:none;} /* the outermost list item; contains whole list */

.page_item {  } /* any Page item */
.current_page_item {  } /* the current Page */
.current_page_parent { … } /* parent of the current Page */
.current_page_ancestor { … } /* any ancestor of the current Page */


	
#pagetitle span {
	font-size:14px;
	color:#121212;
	}
	
#pagetitle {
	float:right;
	}
	


#breadycrumbs {
	}
	

span.sidebartitle {
    color:#eba901;
    font-size: 18px;
    line-height: 26px;
	margin-bottom:10px;
	}
	
.sidebarcontainer {
	margin:10px 0 30px 0;
	}

	
.sidebarcontainer2 {
	width:226px;
	height:306px;
	background:url(../../../sidebarmap.png);
	margin:10px 0 30px 0;
	}
	
#sidebarmap {
	position:relative;
	left:8px;
	top:8px;
	}
	
span.sidebartext {
	font-size:18px;
	}
	
#topbreadcrumb {
	/* margin:14px 0 10px 0; */
	margin-left:15px;
	margin-top:10px;
	font-size:11px;
	color:#000;
	}
	
#topbreadcrumbs a {
	/* margin:14px 0 10px 0; */
	margin-left:0px;
	margin-top:10px;
	font-size:11px;
	color:#000;
	}
	
#topbreadcrumbs span.test a {
	color:#000;
	margin-left:0px;
	margin-top:8px;
	}
	
#topbreadcrumbs {
	}
	
#breadycrumbs {
	margin-left:-5px;
	margin-top:8px;
	margin-bottom:4px;
	height:29px;
	widht:952px;

	background-position:-5px 0px;
	}

#auditform {
	height:260px;
	width:180px;
	background:url(images/auditbg.PNG) no-repeat;
	background-position:0px 5px;
	}
	
#auditcentre {
	margin-left:14.5px;
	}
	
.frm_primary_label, frm_required {
	color:#CCCCCC;
	}

.seperatehome {
	margin-top:10px;
	width:100%;
	background-color:#FF0000;
	}

span.yellowa {
	color:#eba901;
	font-size:18px;
	margin:0 0 20px 0;
	padding:0 0 20px 0;
	}
	
span.contacttitles {
	
	}
	
#spacer {
	width:100%;
	height:158px;
	}

.spacertitle {
	padding:60px 0 60px 0;
	}
	
span.spacertitle {
	font-size:45px;
	color:#01303C;
	padding:60px 0 60px 0;
	}

#spacertitle {
	margin: 52px 0 75px 0;
}

#sidebarspacer {
	margin-top:173px;
}

h2.titlebig {
	font-size:15px;
	color:#01303C;
	margin-bottom:0;
	padding-bottom:0;
	}
h2.titlebig a{
	color:#01303C;
	text-decoration:none;
	}
p.homepage_down_paragraph {text-align: justify; padding-top:10px;}


/*---------------------------------------------------------------*/
/* 3. CUSTOM BUTTONS
/*---------------------------------------------------------------*/

p.small_button {font-size:12px;}
p.small_button a {color:#fff;}
.info_button, .info_button:hover {text-decoration: none;border: 0;display:inline-block;text-transform: uppercase; color:#ffffff !important;}
.info_button span {display:block; color:#ffffff !important;}
.small_button{padding:0 21px 0 0;font-size: .9em;background: transparent url(images/bg-buttons-sprite-tealgrey.png) 100% -43px no-repeat scroll;color: #F4F4F2;}
.small_button span{margin:0;padding:13px 0 18px 21px; font-size:11px; line-height: 10px;background:transparent url(images/bg-buttons-sprite-tealgrey.png) 0 0 no-repeat scroll; color:#fff;}
.followus {padding:5px;}
.followusinsider {float:right;}

img.header_image {margin-top:30px; margin-left:12px;}

#emailSuccess{
  background: #e4dbcb;
  margin-left:17px;
  border: 1px solid #01303c;
	display: none;
}

#contactform .loading, #enquiryform .loading {
  margin-top: 15px;
  float: left;
  background: url(../images/loading2.gif) top left no-repeat;
  padding-left: 32px;
  font-size: 1.2em;
  color: #2C6D00;
  margin-left: 15px;
}

#testimonial-container
{
	float:right;
	width: 234px;
	height: 244px;
	margin: 0;
	padding:0;
}
#testimonial-container h1{ font-size:21px; text-align:center;}
#testimonial-container-inner
{
	background:url(images/testimonial_white.png);
	background-repeat:no-repeat;
	background-position:top;
}

#testimonial-container ul li div
{
	width: 234px;
	height: 234px;
	margin: 0;
	padding:0;
}
#testimonial-container ul li div p
{
margin-top:0;
margin-left:15px;
margin-right:15px;
text-align:left;
}
