/*  
Theme Name: Quickhost
Theme URI: http://www.templatesquare.com/
Description: QuickHost is a clean, modern and web 2.0 wordpress theme suitable for web hosting company website.
Version: 1.0
Author: templatesquare
Author URI: http://www.templatesquare.com/
License: GNU General Public License
License URI: license.txt
Tags: blog, widgets, admin-option, two-columns, red
*/



/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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! */
}

/* Fonts */
@font-face {
	font-family: 'DroidSansRegular';
	src: url('fonts/DroidSans-webfont.eot');
	src: url('fonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/DroidSans-webfont.woff') format('woff'),
		 url('fonts/DroidSans-webfont.ttf') format('truetype'),
		 url('fonts/DroidSans-webfont.svg#DroidSansRegular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'DroidSansBold';
	src: url('fonts/DroidSans-Bold-webfont.eot');
	src: url('fonts/DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/DroidSans-Bold-webfont.woff') format('woff'),
		 url('fonts/DroidSans-Bold-webfont.ttf') format('truetype'),
		 url('fonts/DroidSans-Bold-webfont.svg#DroidSansBold') format('svg');
	font-weight: normal;
	font-style: normal;

}

/* #Base 960 Grid
================================================== */

    .container					                { position: relative; width: 960px; margin: 0 auto; padding: 0; }
    .column, .columns                           { float: left; display: inline; margin-left: 10px; margin-right: 10px; }
    .row                                        { margin-bottom: 20px; }

    /* Nested Column Classes */
    .column.alpha, .columns.alpha               { margin-left: 0; }
    .column.omega, .columns.omega               { margin-right: 0; }

    /* Base Grid */	
	.container .one.column						{ width: 60px;  }
	.container .two.columns 					{ width: 140px; }
	.container .three.columns 					{ width: 220px; }
	.container .four.columns 					{ width: 300px; }
	.container .five.columns 					{ width: 380px; }
	.container .six.columns 					{ width: 460px; }
	.container .seven.columns 					{ width: 540px; }
	.container .eight.columns 					{ width: 620px; }
	.container .nine.columns 					{ width: 700px; }
	.container .ten.columns 					{ width: 780px; }
	.container .eleven.columns 					{ width: 860px; }
	.container .twelve.columns 					{ width: 940px; }

    /* Offsets */
	
	.container .offset-by-one                	{ padding-left: 80px;  }
    .container .offset-by-two                	{ padding-left: 160px; }
    .container .offset-by-three              	{ padding-left: 240px; }
    .container .offset-by-four               	{ padding-left: 320px; }
    .container .offset-by-five               	{ padding-left: 400px; }
    .container .offset-by-six                	{ padding-left: 480px; }
    .container .offset-by-seven              	{ padding-left: 560px; }
    .container .offset-by-eight              	{ padding-left: 640px; }
    .container .offset-by-nine               	{ padding-left: 720px; }
    .container .offset-by-ten                	{ padding-left: 800px; }
    .container .offset-by-eleven             	{ padding-left: 880px; }


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7a7d80;
	margin:0 auto;
	padding:0;
	line-height:20px;
}

/* links */
a, a:visited {text-decoration:none; color:#0B8679;}
a:hover{text-decoration:none; color:#c70004;}
a img{border:none}


/* heading */
h1, h2 {margin-bottom:15px; font-family:"DroidSansRegular", Verdana, Arial; font-weight:normal; }
h3, h4, h5, h6{margin-bottom:8px; font-family:"DroidSansRegular", Verdana, Arial; font-weight:normal; }


h1 {font-size:24px; line-height:30px;}
h2 {font-size:21px; line-height:23px;}
h3 {font-size:17px; line-height:20px;}
h4 {font-size:13px; line-height:20px;}
h5 {font-size:12px; line-height:20px;}
h6 {font-size:11px; line-height:normal}
.pagetitle{ line-height:30px; margin-bottom:15px;}

/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear, .clr {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/* Text elements */
hr {
	border-width:0;
	height:1px;
	line-height:0;
	margin:0px 0px 30px 0px;
	padding:30px 0px 0px 0px;
	page-break-after:always;
	text-align:center;
	border-bottom:1px solid #d2d7db;
	width:100%;
	clear:both;
}

p {
	margin-bottom:20px;
}

body p:last-child{margin-bottom:0;}

ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
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, .quote {
	font-style:italic;
	margin:0px 0 20px 0px;
	padding:6px 10px 0px 10px;
	background-image:url(images/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:13px;
	line-height:20px;	}
	
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:solid 4px #cfcfcf;
	padding:15px 10px;
}

pre {
	border-left:solid 4px #cfcfcf;
	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;
}

.center{ text-align:center}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* CONTAINER
-------------------------------------------------------------- */
#wrapper{ background-position:0 170px;}
#bg-gray{ height:175px; position:relative; z-index:0; border-top:1px solid #b9bdc3; width:100% }

#main-frame{ width:1000px; margin:0 auto; z-index:10; position:relative; margin-top:-180px;  }
#frame{padding-bottom:50px;}

#content{margin:0px auto 0px auto;}
#main{}

#sidebar.positionleft{padding:0 0px 0 0;}
#maincontent.positionright{padding:0 0 0 0px;}

#sidebar.positionright{padding:0 0 0 0px; float:right}
#maincontent.positionleft{padding:0 0px 0 0;}





/* TOP AREA & MENU
-------------------------------------------------------------- */
#top{ clear:both; margin-top:26px; padding-bottom:15px;}

#logo{float:left;}
#logo h1, #logo h1 a, #logo h1 a:visited, #logo .desc{color:#fff;}
#logo h1 a:hover{text-decoration:none;}
#logo h1{margin:8px 0 0 0}

#topsearch{ float:right;}
#topsearch #searchform .inputbox{width:170px; padding:4px 5px; background:#fff;}
#topsearch #searchform .button{ margin:0px; margin-left:-4px;}

#frame.inner #nav{height:58px;}
#header #nav{position:relative;	z-index:100; float:left; padding:0;  width:100%;
	background:url(images/bg-nav.png) repeat-x;
}

#topnav{
	margin:0px 0 0 17px;
	margin-top:-5px;
	padding:0;
	list-style-type:none;
	overflow:visible;
	position:relative;
	float:left;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  }

.sf-menu a:hover{ color:#fff; background:#1DB291; }
.sfHover a, .sfHover a.sf-with-ul {color:#fff;}
.sfHover li a.sf-with-ul { color:#2a2e31!important; }
.sf-menu ul li.sfHover > a { color:#2a2e31; }
.sf-menu a {
	color:#2a2e31; text-decoration:none!important;
	display:		block;
	position:		relative;
	padding: 		26px 20px 19px 20px!important;
	text-decoration:none;
	font-weight:normal;
}

.sf-menu li li {
	border-bottom:1px solid #f4f5f5;
	border-top:1px solid #c1c1c2; 
}

.sf-menu li a.current{background:#1DB291; color:#fff;}

.sf-menu li li:last-child {
	border-bottom:1px solid #f4f5f5;
}
.sfHover{background:#1DB291;}


/* Drop down menu */
.sf-menu ul a:hover {
	background:transparent; 
}
.sf-menu li li {
	background:url(images/bg-dropdown.png); 
}
.sf-menu li li:first-child {
	border-top:0px solid #e2e2e2;
}
.sf-menu li li li:first-child {
	border-top:1px solid #c7c7c7;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	font-size:13px;
	
}
.sf-menu {
	line-height:100%;
	position:absolute;
	right:0;
	bottom:0;
	float:left;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
	margin:0px 5px;
}

.sf-menu li li{margin:0px 0px;}


.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			4.5em; /* match top ul list item height */
	z-index:		99;

}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
	margin-left:	0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			-1px;
	
}
.sf-menu ul li a{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:10px 15px 10px 15px!important;
	color:#2a2e31;
}

.sf-menu ul li a:hover{ color:#1DB291;}
.sf-menu li ul {
	padding:0px;
}
.sf-menu a.sf-with-ul {
	padding-right: 	0px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}


 /*** HEADER & SLIDER ***/
#header{ background:url(images/shadow.png) no-repeat bottom; margin-bottom:20px; padding-bottom:1px; }
.inner #header{ padding-bottom:10px!important; background:none;}
.frame-page-img{background:url(images/shadow.png) no-repeat bottom; margin-bottom:20px; padding-bottom:7px; position:relative; z-index:0; float:left; margin-top:-3px;}

/* Slider */
#slider-container{margin:0px; clear:both!important; position:relative;  }
.slider-frame{ background:url(images/img-shadow-frame-post.png) top repeat-x; height:5px; width:1000px; position:absolute; z-index:50;}
.theme-default .nivoSlider {
	position:relative;
	background:transparent url(images/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
}

.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.theme-default .nivoSlider a {	border:0;	display:block;}

.theme-default .nivo-directionNav a {
	display:block;
	width:36px;
	height:36px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.theme-default a.nivo-nextNav {	background-position:-36px 0; right:30px;}
.theme-default a.nivo-nextNav:hover{background-position:-36px 0;}

.theme-default a.nivo-prevNav {	left:30px;}

.theme-default .nivo-caption { font-family:"DroidSansRegular", Verdana, Arial, Verdana;}

.theme-default .nivo-caption h1{ margin-bottom:0px; color:#0B8679;}
.theme-default .nivo-caption p{ color: #777777;}

#slider{ width:100%; height:388px; position:relative; overflow:hidden;  }


/* CONTENT */
.info-package.sparator{ margin-top:0px;}
.info-package .four.columns{ background:url(images/bg-package.png) no-repeat #303437; color:#fff; }
.info-package .package{padding:15px 0px 15px 20px; float:left;}
.info-package .four.columns h1{ color:#fff; font-size:28px; margin-bottom:0px;}
.info-package .four.columns ul{ margin:0px; padding:0px; float:left; list-style-type:none;}
.info-package .four.columns ul li{ background:url(images/icon-check.png) no-repeat 0px 8px; padding-left:15px;}
.info-package .four.columns .price{ float:left; font-size:26px; padding:15px 0px 0px 30px; }
.info-package .banner-line{ background:url(images/banner-bottom.png) no-repeat bottom; width:100%; z-index:25; position:relative; float:left;}

.one_half p, .one_third p{ overflow:hidden}

#maincontent #searchform .inputsearch{width:200px!important; padding:4px 5px; background:#fff;}
#maincontent #searchform #searchsubmit{ margin:0px; margin-left:-4px;
    background: -moz-linear-gradient(center top , #D10005, #0B8679) repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    padding: 6px 15px;
    text-align: center;
}


/* form & button */
input[type="text"],
textarea {	padding: 5px 5px; width:100%; border:1px solid #dedede; color:#b4b4b4; background:#f8f8f8;}
	
.button:hover, .reply a:hover{color:#fff;}
.button, .button:visited, .reply a, .reply a:visited{
	padding:6px 15px;
	display:inline-block;
	font-size:11px;
	text-align:center;
	color:#fff;
	border:0px;
	background:#0B8679;
	background: -webkit-gradient(linear, left top, left bottom, from(#d10005), to(#0B8679));
	background: -moz-linear-gradient(top,  #d10005,  #0B8679);
	background: -o-linear-gradient(top,  #d10005,  #0B8679);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d10005', endColorstr='#0B8679');
	cursor:pointer;
}

a.more{ background:url(images/arrow-red.png) no-repeat 0px 3px; display:inline-block; padding:2px 0px 2px 25px;}
a.more:hover{ text-decoration:underline;}


/* Separator */
.separator {
	display:block;
	height:25px;
	text-align:center;
	width:100%;
	clear:both;
}

.separator.line {
	border-width:0;
	height:1px;
	line-height:0;
	margin:0px 0px 30px 0px;
	padding:30px 0px 0px 0px;
	page-break-after:always;
	text-align:center;
	border-bottom:1px solid #d2d7db;
	width:100%;
	clear:both;
}


/* Column Layouts */
.one_half, .one_third, .two_third, 
.three_fourth, .one_fourth, .one_fifth, 
.two_fifth, .three_fifth, .four_fifth, 
.one_sixth, .five_sixth{margin-right: 2%; margin-left:2%; position:relative; float:left; }

.one_half									{ width:48%; }
.one_third									{ width:30.6666%;}
.one_fourth								{ width:22%; }
.one_fifth									{ width: 16.8%;}
.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: 79.2%;}
.four_sixth 								{ width: 65.3332%;}

.five_sixth 								{ width: 82.6665%;}
.firstcols										{ margin-left:0px !important; }
.last, .lastcols							{ margin-right:0px !important; clear:right; }



/* 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:#f4f4f4;}
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: 6px 24px;
}
tr.odd td {
	background: #F2F7FC;
}




/* CONTACT */
.wpcf7 p{margin-bottom:10px;}
.wpcf7 label{display:block; width:80px; float:left;}
.wpcf7 input[type="text"]{
	margin-bottom:6px;
	padding:8px 5px;
	font-size:11px;
	width:60%;
}

.wpcf7 textarea{
	margin-bottom:7px;
	padding:8px 5px;
	font-size:11px;
	width:80%
}

#sidebar .wpcf7 label{display:block; width:80px; float:left;}
#sidebar .wpcf7 input[type="text"], #sidebar .wpcf7 textarea{
width:64%; padding: 5px; margin-bottom: 0px;
}


.wpcf7 .wpcf7-submit{
    background: url("images/arrow-red.png") no-repeat scroll 0 1px transparent;
    clear: both;
    color: #0B8679;
    cursor: pointer;
    margin: 0px 0 0 75px;
    padding: 4px 25px;
	border:0px;
	line-height:normal;
	font-size:11px;
}

.wpcf7 .wpcf7-submit:hover{
}



/* BLOG STYLE
-------------------------------------------------------------- */
.sticky{
	background: #FCFCFC;
	border: 0px solid #D2D7DB;
	padding: 0px;
}

.post-date{ color:#bdbdbd; font-size:10px; margin-bottom:10px; }
.posttitle, .posttitle a, .posttitle a:visited{margin-bottom:10px; color:#2A2E31; font-size:24px; line-height:26px;}
.posttitle a:hover{text-decoration:none}

.post{margin-bottom:40px; padding-bottom:40px; clear:both; position:relative; }
.post.hentry{ border-bottom:1px solid #d2d7db;}
.entry-content{padding:0 0 0 0;}


.entry-utility{margin-bottom:25px;}
.entry-utility a, .entry-utility a:visited{}
.entry-utility a:hover{}

.blockimage .frame{ background:url(images/img-shadow-frame-post.png) top repeat-x; height:260px; width:620px; position:absolute;}
.blockimage{ margin-bottom:20px;}


#searchresult .posttitle{margin:0; font-size:15px}
#searchresult .entry-content{padding:5px 0px 10px 0;}
#searchresult .post.hentry, #searchresult .page.hentry {margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #d2d7db;}



/* author */
h2.title-author{ font-size:16px;}
#entry-author-info {
	clear: both;
	padding:10px;
	margin-bottom:30px;
	position:relative;
	border:solid 1px #f1f1f1
}
#entry-author-info #author-avatar {
	margin: 0 0 0 0;
	position:absolute;
	top:10px;
}
.avatar{padding:5px !important}
#entry-author-info #author-description {
	margin: 0 0 10px 85px; vertical-align:top;
}
#entry-author-info #author-description  h2{font-size:15px; margin-bottom:0}
#author-description span.author{ font-weight:bold; display:block}

/* 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';
}


/* 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;
}

.imgframe{ width:auto; position:relative;}
.shadow{background:url(images/img-shadow-frame.png) top repeat-x; height:5px; width:100%; display:inline-block; position:absolute;}

#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:#666
}
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
	width: 50%;
	font-size:13px;
	text-transform:uppercase;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
	font-size:13px;
	text-transform:uppercase;
}
#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{
	line-height:24px;
	padding:0px 0px;
	margin:0 0 20px 0;
	font-size:18px;

}

h3#reply-title {
	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:13%; 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-size:14px;
	line-height:14px;
	color:#8c8c8c;
	font-style:normal;
}
.comment-body cite  a, .comment-body cite  a:visited{color:#8c8c8c;}
.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 0px;
	 
}
.reply a.comment-reply-link{padding-right:12px;}
.edit-link{float:right;}
a.comment-edit-link {
	color:#555;
}
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: 12px;
}
.con-comment{padding:0 0 0 0}
.commentlist .comment-author{ float:left; margin-top:0px;}
.commentlist .comment-body{width:auto; margin-bottom:20px !important; margin-left:80px; padding:0px;}
.commentlist .comment-body .time{display:block;}
.commenttext{margin-right:65px; overflow:hidden; margin:10px 65px 0 0}
.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; font-size:10px; }
.comment-body .time a, .comment-body .time a:visited{color:#878787;}
.comment-body .boldtext{font-weight:normal; font-size:22px}

/* Comments form */
#commentform{padding:0; }
#commentform label{margin-top:0px; padding:5px 0; display:inline-block;}
#commentform .required{}
#commentform code{padding:0; margin:10px 0; border:0}

#commentform input[type=text]{ 
	margin-bottom:12px;
	padding:8px 5px;
	vertical-align:middle;
	width:50%;
	font-size:12px;
	font-family:arial;
	display:block;
	page-break-after:always
	
	}

#commentform textarea{ 
	height:150px;
	width:70%;
	margin-bottom:12px;
	padding:8px 5px;
	vertical-align:top;
	font-size:12px;
	font-family:arial;
	display:block;
	}
	
#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;
	clear:both;
}
#respond .form-submit input {
}

.comment-form-author, .comment-form-email, .comment-form-url, .comment-form-comment{}
.comment-form-comment{ width:100%;}
.form-submit{ clear:both;}

/* Calendar */
.widget_calendar #wp-calendar {
	width: 98%;
	text-align:left;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
	padding:3px !important;
	border: 0px !important;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 800;
	padding: 5px 0 3px 0 !important;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border: 0px !important;
	font-weight: bold;
	padding:3px !important
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border: 0px !important
}
#today{font-weight:bold}



/* SIDEBAR */
#sidebar h2{font-size:17px;}
#sidebar .widget-title{margin-bottom:5px; font-size:17px; color:#fff; padding:12px 19px; 
	background:#303437;
	background: -webkit-gradient(linear, left top, left bottom, from(#3f4448), to(#303437));
	background: -moz-linear-gradient(top,  #3f4448,  #303437);
	background: -o-linear-gradient(top,  #3f4448,  #303437);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f4448', endColorstr='#303437');
 }
 
#sidebar ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

#sidebar ul li{
	list-style-type:none;
	margin:0;
	padding:0px;
 }

#sidebar ul li li{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 50px;
	background:	url(images/doubleline.gif) repeat-x bottom,
				url(images/arrow-sidebar.png) no-repeat 20px 10px;
}

#sidebar ul li li:last-child{ background:none, url(images/arrow-sidebar.png) no-repeat 20px 10px;}

#sidebar ul li li a{ color:#7a7d80;	display:inline-block;}
#sidebar ul li li a:hover{ color:#0B8679;}
#sidebar .widget-container{margin-bottom:40px; background:#f8f8f8;}

#sidebar ul.sub-menu, #sidebar ul.children{margin:0 0 0 0px}
#sidebar ul.sub-menu li:last-child, #sidebar ul.children li:last-child{padding-bottom:0px; border-bottom:0}
#sidebar blockquote{font-size:12px; font-family:Arial; font-style:italic; padding:10px 0 0 0; text-indent:40px}

/* Search */
#sidebar .inputsearch{padding:0 !important; width:240px!important; background:transparent !important; border:0 !important; line-height:8px; margin:8px 0px; color:#999}
#sidebar .bg-search{display:block; background-position:right 12px !important; padding:5px 10px !important; width:260px;}
#sidebar #searchsubmit{ display:none;}


#sidebar .widget_ts_recent_comments li a{color: #0B8679;}

.widget_tag_cloud .tagcloud{ text-align:center; padding:10px 0px 15px 0px;}

#sidebar .download{ padding:10px 0px; clear:both;}

/* TS Recent Posts */
#sidebar .widget_ts_recent_posts ul.latestpost li{ background:none; padding:10px 10px 10px 20px;}
#sidebar .widget_ts_recent_posts ul.latestpost li .img-recent-posts{ position:absolute; background:	url(images/img-shadow-frame-ts-recent-posts.png) no-repeat; width:260px; height:115px;}
#sidebar .widget_ts_recent_posts ul.latestpost li .frame{ margin-bottom:5px;}
#sidebar .widget_ts_recent_posts ul.latestpost li p{ margin-bottom:10px;}
#sidebar .widget_ts_recent_posts ul.latestpost li .more{color: #0B8679; margin-bottom:10px;}

/* TS Testimonial */
#sidebar .widget_ts_testimonial h2.widget-title{color:#2a2e31; margin-bottom:8px; background:transparent; filter:none; padding:0px;}
#sidebar .widget_ts_testimonial{background:#ededed; padding:22px 20px; }
.widget_ts_testimonial .testi-info{background:url(images/doubleline.gif) repeat-x top!important; padding-top:15px; margin-top:15px; color:#0B8679;}

	
/* TS Text */
.widget_ts_text h2.ts-text-title{ background:transparent; color:#2a2e31; margin-bottom:8px;}
.ts-text-widget{ margin-bottom:10px;}
.bgcolor{padding:22px 20px; margin-bottom:0px;}
.widget_ts_text .note{ font-size:10px; color:#FF0000;}


.newsletter .wpcf7 input[type="text"]{ margin-bottom:10px!important; width:95%!important; font-size:11px!important; background:#fff!important; border:0px;}
.newsletter .wpcf7-submit{ background:#8b8b8b; filter:none; color: #FFFFFF; margin:0px; display: inline-block;  font-size: 11px;  padding: 6px 15px;}

/* PLUGIN
-------------------------------------------------------------- */

/* WP-PageNavi  Plugin  */
.wp-pagenavi {
	padding:7px 20px; font-size:11px; margin-bottom:20px; margin-top:40px; border:1px solid #e0e0e0;
	background:#f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f2f2f2));
	background: -moz-linear-gradient(top,  #fefefe,  #f2f2f2);
	background: -o-linear-gradient(top,  #fefefe,  #f2f2f2);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f2f2f2');
	text-align:right;
}
.wp-pagenavi a, .wp-pagenavi a:visited{
	color:#7a7d80;
	padding:0 10px !important;
	margin:0px !important;
	border:0 !important;
	background:url(images/pagenav-line.gif) no-repeat right 2px;
}

.wp-pagenavi a:hover{
	 color: #0B8679;
	padding:0 10px !important;
	margin:0px !important;
	border:0 !important;
}
.wp-pagenavi .current{
	 color: #0B8679;
	padding:0 10px !important;
	margin:0px !important;
	border:0 !important;
	background:url(images/pagenav-line.gif) no-repeat right 2px;
	}
.wp-pagenavi span.pages{
	padding:0 10px !important;
	margin:0px !important;
	border:0 !important;
	float:left!important;
}

.wp-pagenavi a.nextpostslink{ background:none;}


/* SHORTCODE
-------------------------------------------------------------- */
/* Dropcaps */
.dropcap1{
	text-shadow:1px 1px 0 #666;
	display:block;
	float:left;
	font-size:34px;
	line-height:34px;
	margin:2px 8px 0 0;
}
.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:#989898; color:#fcfcfc}	
.highlight2{padding:2px 5px; background-color:#666666;  color:#fcfcfc}



/* Bulleted List */
.bullet-check ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-check li{
	background: transparent url(images/arrow_check.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	margin:0;
	padding:0 0 8px 25px;
	list-style-type:none;
	line-height:25px
}
.bullet-check2 ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-check2 li{
	background: transparent url(images/arrow_small-check.png);
	background-repeat:no-repeat;
	background-position:0 5px;
	margin:0;
	padding:0 0 8px 25px;
	list-style-type:none;
	line-height:18px
}	
.bullet-down ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-down li{
	background: transparent url(images/arrow_down.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	margin:0;
	padding:0 0 8px 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/arrow_plus.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	margin:0;
	padding:0 0 8px 25px;
	list-style-type:none;
	line-height:25px;
}	
.bullet-cross ul{
	margin:0 0 20px 0;
	padding:0;
	list-style-type:none;
}	
.bullet-cross li{
	background: transparent url(images/arrow_x.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	margin:0;
	padding:0 0 8px 25px;
	list-style-type:none;
	line-height:25px;
}	

/* 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;
	padding:10px 20px;
	width:50%;
	font-family:"Bookman Old Style", Georgia, arial;
	color:#454545;
	background-color:#eeefef;
	}
.pullquote-left{float:left;margin-left:2px;margin-right:20px;}

/* Tabs */
.tabcontainer{margin:20px 0px 0px 0px; }

ul.tabs {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	height: 30px;
	width: 100%;

}
ul.tabs li {
	float: left;
	margin: 0 1px 0 0;
	padding: 0;
	height: 29px;
	line-height: 31px;
	background: #eeeeee;
	overflow: hidden;
	position: relative;
	font-size:11px;
	
}
ul.tabs li:hover{}
ul.tabs li a {
	text-decoration: none;
	color: #121212;
	display: block;
	padding: 0 25px;
	outline: none;
}
ul.tabs li a:hover {
	background: #fff;
	text-decoration:none;
}
ul.tabs	 li.active{}
html ul.tabs li.active, html ul.tabs li.active a:hover  {background: #fff; color:#454545}
html ul.tabs li.active a{ color:#454545; }
#tab-body{
	background: #fff;

}
.tab-content {padding: 30px 25px; margin-top:0px;}


/* jQuery Toggle */
h2.trigger {
	padding: 7px 0px;
	margin: 0 0 0px 0;
	width:auto;
	font-size:12px;
	font-weight: normal;
	border-top:0px;
}
h2.trigger span {
	text-decoration: none;
	display: block;
	padding-left:25px;
	line-height:normal;
	cursor:pointer;
}
div.active {background-position: left bottom;}
h2.active span{background-position:0px -10px !important;}
h2.trigger a:hover {
	color: #454545;
}
h2.active {background-position: left bottom;}
.toggle_container {
	margin: 10px 25px;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 0px;
}
.toggle_container .block p {
margin-bottom: 10px;
}

/*  TESTIMONIAL  */
.ts-testimonial{padding:0 0 30px 0; margin-bottom:20px; border-bottom:solid 1px #eaeaea}
.ts-testimonial blockquote{margin:0 0 10px 0; padding:0; line-height:28px; font-size:14px; quotes: "\201C" "\201D"; background:transparent}
.ts-testimonial blockquote p{margin:0;}
.ts-testimonial blockquote p:before {
	content: '"'; 
}
.ts-testimonial blockquote p:after {
	content: '"'; 
}
.testi-desc{margin:0; font-size:12px; color:#0B8679}
	
/* PORTFOLIO */
.ts-display-pf-img{position:relative;}
.ts-display-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
.ts-display-pf-text{ line-height:20px;}
.ts-display-pf-text p{ margin-bottom:10px;}
.ts-display-pf-text h6.title-desc{margin-bottom: 8px; font-size: 11px;}
.ts-display-pf-text .more{display:inline-block; padding: 2px 0 2px 25px; margin-top:10px;}
.ts-display-pf-text .more:hover{}
.ts-display-pf-text .nomargin{margin:0;}

.ts-display-pf-img{
	overflow:hidden;
}
.ts-display-pf-img a.image{
	display:block;
	position:relative;
	overflow:hidden;
}
.ts-display-pf-img a .rollover{
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}
.ts-display-pf-img a .rollover.gotolink{
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}
.ts-display-pf-img a .rollover.gotopost{
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}

.ts-display-pf-img a.image{
	width:100%;
	height:100%;
}

.ts-display-pf-img a .rollover{
	width:100%;
	height:100%;
}

.ts-display-pf-img .img-pf-frame{background:url(images/img-shadow-frame-pf.png) no-repeat; position:absolute; width:300px; height:130px;}

/*======= Portfolio 3 Column =======*/
#ts-display-pf-col-3{list-style-type:none; padding:0; margin:0;}
#ts-display-pf-col-3 li{list-style-type:none; padding:0; margin:0 20px 50px 0; width:300px;  float:left}
#ts-display-pf-col-3 li.nomargin{margin-right:0;}
#ts-display-pf-col-3 h2, #ts-display-pf-col-3 h2 a{margin-bottom:3px; font-size:17px; color:#2a2e31; line-height:20px;}


#ts-display-pf-col-3 .ts-display-pf-img a.image{
	width:300px;
	height:130px;
	display:block;
	position:relative;
	float:left;
}

#ts-display-pf-col-3 .ts-display-pf-img a .rollover{
	width:300px;
	height:130px;
}

#ts-display-pf-col-3 .ts-display-pf-text{
	padding-top:13px;
	clear:left;
}
#ts-display-pf-col-3 .ts-display-pf-text p{ margin-bottom:0px;}



/* slideshow and client info in single portfolio */
.clienturl{margin-top:-15px;}
#portfolio-gallery #frame-slider-portfolio{width:608px; height:408px; float:left; position:relative; margin-right:30px; margin-bottom:0px}
#portfolio-gallery #frame-slider-portfolio #sliderportfolio{list-style-type:none; margin:0; padding:0; height:408px; width:608px; overflow:hidden }

#portfolio-gallery #frame-slider-portfolio #slide-nav{position:absolute;  bottom:-30px; z-index:30; width:100%; text-align:center; }
#portfolio-gallery #slide-nav a{
	background: url(images/but-slide.png) no-repeat scroll 50% 50%;
	display:inline;
	display:inline-block;
	zoom:1;
	font-size:0px;
	width:11px;
	height:11px;
	margin:3px;
	outline-style:none;
	outline-width:medium;
	padding:0px;
	cursor:pointer;
}
#portfolio-gallery #slide-nav .activeSlide {background: url(images/but-slide-selected.png) no-repeat scroll 0% 50%;}
.desc-portfolio{}


/* taxonomy portfolio */
.ts-portfolio-text-content{margin-bottom:20px}
.ts-portfolio-text-content .alignleft{margin-bottom:0;}

/* PRICING BOX */

.list-box-container{
	padding:0 0 29px 0;
	margin-top:0;
}
.list-box-container .button{ margin-left:0px; font-size:12px; padding:5px 20px 8px 20px; line-height:20px}
.list-box-content{ margin:0px 0px; padding:8px 0 0 0 }
.list-box-content ul{margin:0px auto; margin-bottom:20px;  padding:0; list-style-type:none;}
.list-box-content ul li{margin:0; padding:10px 10px 10px 60px; list-style-type:none; text-align:left; background-image:url(images/arrow-sidebar.png); background-repeat:no-repeat; background-position:30px 10px; border-bottom:1px solid #dedede; border-top:1px solid #ffffff}
.list-box-content ul li:last-child{border:0;}
.list-box-content ul li:first-child{border-top:0px;}

/* color teal */
ul.pricing-box-colordefault{margin:0; padding:0; list-style-type:none; list-style-position:outside;}
ul.pricing-box-colordefault li{ margin-top:0px;}
ul.pricing-box-colordefault > li{
	background-color:#f8f8f8;
	border:solid 1px #fff;
	border-width:0 1px 0 0;
	float:left;
	width:233px;
	text-align:center;
	padding:0;
	margin:0;
	position:relative;
	z-index:2
 }
ul.pricing-box-colordefault li.noborder{border:0;}
ul.pricing-box-colordefault li.current{border:0; z-index:4}
ul.pricing-box-colordefault .title-box{margin-bottom:0; padding:8px 0 8px 0; font-size:17px;  color:#fdfdfd; background:#303437 url(images/title-box.gif) repeat-x}
ul.pricing-box-colordefault li.current .title-box{}
ul.pricing-box-colordefault li.last{margin-right:0;}
ul.pricing-box-colordefault .currency{font-size:22px; margin-top:12px; display:inline-block; vertical-align:top;}
ul.pricing-box-colordefault .price-text{
	margin:0; color:#2a2e31; padding:13px 0; vertical-align:top;
	background:#cdcfd0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#cdcfd0));
	background: -moz-linear-gradient(top,  #fefefe,  #cdcfd0);
	background: -o-linear-gradient(top,  #fefefe,  #cdcfd0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#cdcfd0');
}
ul.pricing-box-colordefault li.current .price-text{
	padding:18px 0 13px 0;
	background-color:#cdcfd0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#cdcfd0));
	background: -moz-linear-gradient(top,  #fefefe,  #cdcfd0);
	background: -o-linear-gradient(top,  #fefefe,  #cdcfd0);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#cdcfd0');
}
ul.pricing-box-colordefault .price{font-size:52px; font-weight:bold; line-height:54px; padding:0; margin:0}
ul.pricing-box-colordefault .price span{font-size:18px; font-weight:normal; margin:0 0 0 -8px; padding:0}
ul.pricing-box-colordefault li.current{
	margin-top:-10px;
	-moz-box-shadow: 0px 0px 18px #000;
	-webkit-box-shadow: 0px 0px 18px #000;
	box-shadow: 0px 0px 18px #000;
	padding-bottom:20px
}
.pricing-box-colordefault .button{
	border:solid 1px #d20409; 
	background:#b50b0f;
	background: -webkit-gradient(linear, left top, left bottom, from(#d30b0f), to(#b50b0f));
	background: -moz-linear-gradient(top,  #d30b0f,  #b50b0f);
	background: -o-linear-gradient(top,  #d30b0f,  #b50b0f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d30b0f', endColorstr='#b50b0f');
  }
.pricing-box-colordefault .button:hover{
	background: -webkit-gradient(linear, left top, left bottom, from(#b50b0f), to(#d30b0f));
	background: -moz-linear-gradient(top,  #b50b0f, #d30b0f );
	background: -o-linear-gradient(top,  #b50b0f, #d30b0f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50b0f', endColorstr='#d30b0f');
}



/* Pricing Table */
.table-box-container{ width:940px;}
.table-box-container ul{ margin:0px; padding:0;float:left; }
.table-box-container ul li{ float:left; list-style-type:none; padding:0; margin:0; color:#707070 !important; width:230px;  border-left:1px solid #fff;  }
.table-box-container ul li h4{ margin:0px; font-size:13px;}
.table-box-container ul li.one{ padding-left:20px; width:225px}
.table-box-container ul li.two{text-align:center}
.table-box-container ul li.three{text-align:center;}
.table-box-container ul li.four{text-align:center;}
ul.table_header li.one{width:245px; padding-left:0}

.table-box-container .arr{
	background-image:url(images/arrow-sidebar.png); background-repeat:no-repeat; background-position:0px 0px; display:block; line-height:20px; padding:0 0 0 30px;
}

ul.tbl-odd{ background-color:#f8f8f8; float:left; border-bottom:solid 1px #dedede; border-top:1px solid #fff; }
ul.tbl-odd li{width:230px; padding:12px 0; border-left:1px solid #dedede;  min-height:20px}
ul.tbl-even{ background-color:#f8f8f8; float:left; border-bottom:solid 1px #dedede; border-top:1px solid #fff;  }
ul.tbl-even li{width:230px; padding:12px 0; border-left:1px solid #dedede; min-height:20px }
ul.tbl-even.noborder{ border-bottom:0px;}
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;}

ul.tbl-odd li.one, ul.tbl-even li.one{border-left:solid 1px #fff} 

.table-box-container .title-box{margin-bottom:0; padding:8px 0 8px 0px; font-size:17px; color:#fdfdfd; background:#303437 url(images/title-box.gif) repeat-x}
.table-box-container li.one .title-box{padding:8px 0 8px 20px;}
.table-box-container .currency{font-size:22px; margin-top:12px; display:inline-block; vertical-align:top;}
.table-box-container .price-text{
	margin:0; color:#2a2e31; padding:13px 0; vertical-align:top;
	background:#cdcfd0 url(images/price-box.gif) repeat-x;
	 height:60px
}
.table-box-container .price{font-size:52px; font-weight:bold; line-height:54px; padding:0; margin:0;}
.table-box-container .price span{ font-size:18px; font-weight:normal; margin:0 0 0 -8px; padding:0}
.table-box-container .button{ margin-left:0px; font-size:12px; padding:5px 20px 8px 20px; line-height:20px}




/* FOOTER */

#sn{float:right;}
#sn ul{list-style-type:none; margin:0 0 0 0; padding:0; float:right; height:23px} 
#sn li{list-style-type:none; margin:0; padding:0 0 0 4px; display:inline} 
.sn span{height:23px; width:23px; display:inline;display:inline-block}
.icon-img{background-position:0 0;}
.icon-img:hover{background-position:0 -23px;}

/*** FOOTER ***/
#banner-footer{width:1000px; margin:0 auto; background:#d4d4d4; padding:11px 0px;}
#banner-footer img{ float:left;}


.footer{ padding-top:35px;}
.footer h2.widget-title{ font-size:17px; color:#2a2e31; font-family:"DroidSansRegular", Verdana, Arial; }
.footer ul{ margin:0px 0px 30px 0px; padding:0px; list-style-type:none;}
.footer .widget-container{  color:#7c7d7e;}
.footer .widget-container li{ list-style-type:none; background:url(images/arrow-footer.gif) no-repeat 0px 8px; padding-left:13px; padding-bottom:5px; margin-bottom:5px;  }
.footer .widget-container li a{color:#7c7d7e;}
.footer .widget-container li a:hover{ text-decoration:underline;}

#footer-container{min-height:53px}
#footer{padding:24px 0px; background:url(images/line-footer.gif) repeat-x;}
#copyright{  color:#7c7d7e; }