/* 
Theme Name: Bowetch Web Hosting Theme
Theme URI: http://bowetech.com
Author: Bowetech LLC
Author URI:  http://bowetech.com
Version: 1.0
Description: Custom Built for Bowetech - Brochure Site. Details: Page with 994 - padding 20px - columns 2 - 3
*/

/* ***************************************************************************************************** */
/* CSS RESET CSS CODE */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 18px;
	text-align: center;
	background-color: #73b0c2;
	color: #484848;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	line-height: 1.5em;
	padding-bottom: 20px;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}
	
h2 {
	font-size: 20px;
	margin-bottom: 20px;
	color:  #2B5E91;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color: #66AF17;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ***************************************************************************************************** */
/* LAYOUT SPECIFIC CSS CODE */

a:link, a:active, a:visited{
	color: #006699;
	text-decoration: none;
}
a:hover{
	color: #F7A827;
}
.ceiling{
	background: #4E9BB1;
	clear: both;
	height: 10px;
	padding: 10px;
	margin-bottom: 20px;
}
#wrapper{
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
#mast-header{
	margin-bottom: 5px;
	width: 960px;
	height: 150px;
	background: url(images/masthead-bg.gif) repeat-x;
	clear: both;
	
}


#header{
	clear: both;
	float: left;
	width: 950px;
	height:80px;
	padding:0 5px;
}

.header-left-img{
	background: url(images/masthead-bg-left.gif) no-repeat left top;
}

.header-right-img{
	background: url(images/masthead-bg-right.gif) no-repeat right top;
}
#banner{
	background: #FFFFFF url(images/chalkboard.jpg) repeat-x;
	height: 129px;
	font-size: 24px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 50px;
	margin: 0 8px;
}

#banner img {
	float: right;
}
#banner .banner-text {
	float: left;
	padding:30px 0 5px;
}


.branding{
	height: 86px;
	float: left;
	width: 247px;
}

.branding a{
	background: url(images/logo.jpg) no-repeat;
	position: absolute;
	height: 86px;
	display: block;
	float: left;
	width: 247px;
	text-indent: -9999px;
}
.quick-links{
	float:right;
	font-size:13px;
	height:32px;
	margin:0;
	position:relative;
	right:0;
	top:0;
	width:350px;
	background: #FCFCFC url(images/quicklinks.gif) no-repeat left top;
	padding: 7px 0px 0px 95px;
}
.quick-links ul {
   list-style-type:none;
   margin:0;
   padding:0;
}

.quick-links li {
	background-position:0 50%;
	background-repeat:no-repeat;
	display:inline;
	list-style-type:none;
	padding-left:15px;
	padding-right:5px;
}

.quick-links .home {
	background-image: url("images/icon-home.gif");
}
.quick-links .helpdesk {
	background-image:url("images/icon-file.gif");
}
.quick-links .sitemap {
	background-image:url("images/icon-network.gif");
}
.quick-links .login {
	background-image:url("images/icon-lock.gif");
}
.quick-links ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#content-wrap{
	height: auto;
	width: 960px;
	clear: both;
	float: left;
	background: #FFFFFF url(images/banner-wrap-top-img.gif) no-repeat left top;
	
	padding-top: 10px;
	
	
}
.frontpage{
	background: #FFFFFF url(images/banner-wrap-top-img.gif) no-repeat left top;
	
}
#frontpage{
	height: auto;
	width: 960px;
	clear: both;
	float: left;
	
}
.primary-content{
	float: left;
	height: auto;
	width: 660px;
	margin: 10px;
}

#side-bar{
	float: right;
	width: 250px;
	height: auto;
	margin: 10px;
}
#side-bar .features {
	padding: 8px;
	margin: 5px;
	border: 1px solid #eaeaea;
}
#footer{
	clear: both;
	width: 960px;
	height: auto;
	background: url(images/footer-shadow.png) no-repeat left top;
	float: left;
}
#footer h3 {
	color: #555555;
}
.footer-item{
	float: left;
	width: 21%;
	padding: 15px;
}
.legals{
	background: #4E9BB1;
	clear: both;
	height: 10px;
	padding: 20px;
}

#comments {
	height: auto;
	float: left;
}
#comments h3 {
 	border: 1px dotted #DCDCDC;
	margin-left: 58px;
	padding: 5px;
	width: 550px;
	color: #FF6600;
}
/* ***************************************************************************************************** */
/* CSS BLOG CSS CODE */
.meta-data{
	float: left;
	width: 50px;
	padding-right: 15px;
	padding-top: 15px;
	text-align: center;
}
.meta-data .day{
	padding: 12px 0px;
	border-bottom: 1px dotted #CDCDCD;
	font-size: 36px;
	margin-bottom: 10px;
}
.meta-data .month{
	color: #FFFFFF;
	padding: 2px;
	background: #FF9900;
	text-transform: uppercase;
	font-size: 11px;
}

.meta-data .comments{
	height: 40px;
	font-size: 16px;
	font-weight: bold;
}
.excerpt{
	float: left;
	width: 560px;
	border-left: 1px solid #D8D8D8;
	padding: 10px 0 10px 20px;
	position: relative;
}
.post-marker{
	background: url(images/post-marker.jpg) no-repeat;
	height: 22px;
	width: 12px;
	position: absolute;
	left: -1px;
	top: 12px;
}
.excerpt .links{
	border: 1px dotted #DFDFDF;
	margin-bottom: 10px;
	padding:3px;
}

.readmore{
-moz-border-radius:5px 5px 5px 5px;
	background: #FF8916;
	padding: 2px 4px;
	font-size: 11px;
	width: 125px;
	margin-left: 300px;
}
.readmore a{
	color: #FFFFFF;	 
 
}

.comment {
background:none repeat scroll 0 0 #FFFFFF;
clear:both;
display:block;
float:left;
height:auto;
margin-bottom:10px;
width:600px;
}
.comment-body {
	clear:left;
	float:left;
}
.comment-data {
	float:right;
	padding:10px;
	width:450px;
	border-left: 1px solid #E1E1E1;
}
.commenter {
	float:left;
	height:auto;
	width:56px;
	margin:29px 9px 0 0;
}
.commenter .author {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-style:normal;
font-weight:normal;
}
.commenter h4 {
margin:0;
}
.comment-meta {
color:#A6A6A6;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
}

.commenter-meta{
	padding-left: 10px;
}
#respond {
	float: left;
	margin-left: 65px;
}
#respond h3{
	padding: 8px 0;
	border: none;
	margin-left: 0px;
	color: #333333;
}
.comment-arrow {
border-style:none;
float:left;
position:relative;
right:11px;
top:-40px;
z-index:2;
}
.commenter img {
border:1px solid #E1E1E1;
padding:2px;
}


/* ***************************************************************************************************** */
/* CSS MENU CSS CODE */

#main-nav{
	clear:both;
	color:#10205D;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.1em;
	height:64px;
	padding-left:30px;
	padding-top:10px;
}

#main-nav ul{
	list-style-type: none;

}
#main-nav li{
	list-style-type: none;
	display: inline;

}

#main-nav a{
	color:#0A1A55;
	display:block;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	height:10px;
	text-decoration:none;
	background: url(images/line.gif) no-repeat left bottom;
	padding: 15px 10px 22px;
}
#main-nav a:hover {
	color:#B47305;
}
#main-nav .current_page_item a {
	background-image:url("images/top-menu-left-tab.gif");
	background-position:left top;
	background-repeat:no-repeat;
	color:#60A920;
}
#main-nav .current_page_item{
	background-image:url("images/top-menu-right-tab.gif");
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
	float:left;
}
.thumb{
 float: left;
}

#sub-footer{
	background: #FFFFFF url(images/technologies.jpg) no-repeat 0px 10px;
	height: 70px;
	clear: both;
	border-top: 1px solid #DDDDDD;
}
 
 


























#package {
background-image:url("images/package-header-orange.jpg");
background-repeat:no-repeat;
float:left;
height:auto;
margin-left:15px;
margin-top:50px;
padding-top:71px;
position:relative;
width:202px;
}
#package ul, #package .buy {
background-image:url("images/package-bg-orange.gif");
background-position:left top;
background-repeat:repeat-y;
padding-top:14px;
}
#package h2 {
color:#CCCCCC;
left:172px;
margin:0;
overflow:visible;
position:absolute;
text-indent:-999px;
width:30px;
}
#package li {
background-image:url("images/package-bullets.gif");
background-position:left 50%;
background-repeat:no-repeat;
color:#33290B;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
list-style-type:none;
margin-left:8px;
padding-bottom:4px;
padding-left:25px;
padding-top:4px;
}
.package-org-btm {
background-image:url("images/package-org-tbm.gif");
background-repeat:no-repeat;
clear:both;
display:block;
height:9px;
}
#package #hosting-basic {
background-attachment:scroll;
background-image:url("images/package-side.gif");
background-position:left top;
background-repeat:no-repeat;
height:150px;
top:40px;
}
#ssl-certificates {
background-image:url("images/transparent_lock.gif");
background-position:0 50px;
background-repeat:no-repeat;
float:left;
height:auto;
margin:45px 5px 5px 25px;
width:274px;
}
#ssl-certificates li {
height:18px;
list-style-type:none;
padding:4px;
}
#ssl-certificates a {
color:#006699;
display:block;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
height:18px;
padding-left:22px;
text-decoration:none;
width:auto;
}
#ssl-certificates a:hover {
color:#F79C63;
}
#ssl-certificates h2 {
	height:50px;
	text-indent:-9999px;
	width:270px;
	background: url(images/ssl-certificate.jpg) no-repeat 0px 0px;
}
#ssl-certificates .sbs-ssl {
background-image:url("images/ssl_sbs.gif");
background-position:left 50%;
background-repeat:no-repeat;
}
#ssl-certificates .quick-ssl {
background-image:url("images/ssl_geotrust.gif");
background-position:left 50%;
background-repeat:no-repeat;
}
#ssl-certificates .premium-ssl {
background-image:url("images/ssl_geotrust.gif");
background-position:left 50%;
background-repeat:no-repeat;
}

#package-standard {
background-image:url("images/package-header-green.jpg");
background-repeat:no-repeat;
float:left;
height:auto;
margin-left:15px;
margin-top:50px;
padding-top:71px;
position:relative;
width:202px;
}
#package-standard ul, #package-standard .buy {
background-image:url("images/package-bg-green.gif");
background-position:left top;
background-repeat:repeat-y;
padding-top:14px;
}
#package-standard h2 {
left:172px;
margin:0;
overflow:visible;
position:absolute;
text-indent:-9999px;
width:30px;
}
#package-standard li {
background-image:url("images/package-bullets.gif");
background-position:left 50%;
background-repeat:no-repeat;
color:#33290B;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
list-style-type:none;
margin-left:8px;
padding-bottom:4px;
padding-left:25px;
padding-top:4px;
}
.package-green-btm {
background-image:url("images/package-green-tbm.gif");
background-repeat:no-repeat;
clear:both;
display:block;
height:9px;
}
#package-standard #hosting-standard {
background-attachment:scroll;
background-image:url("images/package-green-side.gif");
background-position:left top;
background-repeat:no-repeat;
height:235px;
top:40px;
}
#package-pro {
background-image:url("images/package-header-blue.jpg");
background-repeat:no-repeat;
float:left;
height:auto;
margin-left:15px;
margin-top:50px;
padding-top:71px;
position:relative;
width:202px;
}
#package-pro ul, #package-pro .buy {
background-image:url("images/package-bg-blue.gif");
background-position:left top;
background-repeat:repeat-y;
padding-top:14px;
}
#package-pro h2 {
left:172px;
margin:0;
overflow:visible;
position:absolute;
text-indent:-9999px;
width:30px;
}
#package-pro li {
background-image:url("images/package-bullets.gif");
background-position:left 50%;
background-repeat:no-repeat;
color:#33290B;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
list-style-type:none;
margin-left:8px;
padding-bottom:4px;
padding-left:25px;
padding-top:4px;
}
.package-blue-btm {
background-image:url("images/package-blue-tbm.gif");
background-repeat:no-repeat;
clear:both;
display:block;
height:9px;
}
#package-pro #hosting-pro {
background-attachment:scroll;
background-image:url("images/package-blue-side.gif");
background-position:left top;
background-repeat:no-repeat;
height:211px;
top:40px;
}



.details {
padding-left:10px;
text-decoration:none;
}
.order-now {
background-image:url("images/order-tab.gif");
background-repeat:no-repeat;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
height:15px;
line-height:25px;
margin-bottom:3px;
margin-left:5px;
padding:4px 35px 5px 6px;
text-decoration:none;
width:96px;
}
#search-inner {
height:239px;
margin:0;
padding:0;
}
#hosting-features {
padding:10px;
}
.desc {
color:#054F52;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
text-align:right;
width:170px;
}
#hosting-paks .group-title .desc {
font-size:13px;
padding-left:50px;
text-align:left;
}
#hosting-paks {
background:none repeat scroll 0 0 #F4F4F4;
color:#333333;
margin:0;
padding:0;
text-align:center;
width:620px;
}
#hosting-paks .highlighted-row {
background-color:#FFFFF9;

}
#hosting-paks td {
border-color:#CCCCCC;
border-style:solid;
border-width:0 1px 1px 0;
font-size:12px;
padding:10px 5px;
}
#hosting-paks .choice-pro-title, .choice-standard-title, .choice-basic-title {
background-color:#F7F7F7;
border-left:1px solid #787979;
color:#CCCCCC;
width:150px;
}
#hosting-paks h2 {
color:#F4E1CC;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
margin:0;
padding:4px 4px 8px;
}
#hosting-paks .group-title {
background:url(" images/td_bg.gif") repeat-x scroll 0 0 transparent;
border-style:none;
border-width:0;
color:#054F52;
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
margin:0;
padding:0;
}
#hosting-paks .group-title td {
border-style:none;
border-width:0;
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
padding:5px;
}
.webdev {
background-image:url("images/selection.gif");
background-repeat:no-repeat;
color:#57331E;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
height:105px;
margin-bottom:25px;
padding:5px 5px 5px 50px;
width:380px;
}
#hosting-paks th {
background:url("images/hosting_th.gif") repeat scroll 0 0 transparent;
border-bottom:1px solid #FFFFFF;
height:35px;
}
.ssl_wrap {
	height: auto;
	width: 600px;
	background-image: url(images/ssl_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 12px;
}
.ssl_tp {
	background-image: url(images/ssl_tp.gif);
	background-repeat: no-repeat;
	height: 19px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #006699;
	font-weight: bold;
	position: relative;
}

.ssl_btm {
	background-image: url(images/ssl_btm.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 29px;
	position: relative;
}
.ssl_wrap p {
	margin: 0px;
	padding: 8px;
}
.ssl_tp strong {
	position: absolute;
	float: right;
	right: 20px;
	font-weight: bold;
	color: #FF9900;
	font-size: 18px;
}
.ssl_btm a {
	position: absolute;
	right: 17px;
	text-indent: -9999px;
	width: 110px;
	height: 28px;
}
.ssl_btm a:hover {
	background-image: url(images/order_over.gif);
	background-repeat: no-repeat;
}
#streaming th {
	color: #006393;
	font-weight: bold;
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#streaming {
	margin: 8px;
}

#streaming td {
	border: 1px solid #F7FBFB;
	padding: 8px;
}

#streaming .stream_header {
	background-color: #F7FBFB;
}
.ssl_wrap .ssl_tp img {
	float: left;
	padding-right: 10px;
}
.products {
	height: auto;
	clear:both;
	margin-top: 3px;
	padding:10px 0 20px;
	float: left;
	width: 960px;
	background: #FFFFFF url(images/banner-wrap-top-img.gif) no-repeat left top;
}
#promo {
	float:left;
 
	background-image: url(images/intro-left-img.gif);
	background-repeat: no-repeat;
	background-position: left top;
 	padding: 8px;
 
}
#domain-search {
	width: 271px;
	background-image: url(images/domain.jpg);
	background-repeat: no-repeat;
	height: auto;
	float: right;
	margin: 7px 4px 7px 0px;
}

#intro {
	background-image: url(images/intro-right-img.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 237px;
}


#domain-search strong {
	color: #625115;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	display: block;
	padding-top: 105px;
}
#domain-search em {
	color: #f7f2e0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
#domain-search div {
	padding: 10px;
}
#domain {
	background-image: url(images/domain-search-tbox.gif);
	background-repeat: no-repeat;
	border: 1px solid #7f9db9;
	height: 25px;
	width: 210px;
	background-position: left 50%;
	margin-bottom: 5px;
	font-size: 18px;
	color: #0072BC;
}
#domain-search select {
	margin-right: 98px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.post{

	float: left;
	
}

.blog-post{

	float: left;
	border-bottom: 1px solid #D8D8D8;
}

.single{

	float: left;

}

	
/*
 * Note: Include the nivo-slider.css file that comes
 * with the main download before including this file.
 */

#slider {
	position:relative;
	background:url(images/loading.gif) no-repeat 50% 50%;
	height: 225px;
}
#slider a{
	display:block;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivo-controlNav {
	position:absolute;
	left:94%;
	bottom:-3px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:-1px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

.primary-content .blog-post .thumb img {
	background-color:#F2F2F1;
	border:1px solid #E9E9E9;
	float:left;
	height:134px;
	margin:4px 15px 0 10px;
	padding:6px;
	width:134px;
}

.alignleft {
float:left;
margin:4px 10px 5px 0;
}

.reason-img{
	float: left;
	padding-right: 20px;
}
.reason-why  {
	float:left;
	width:575px;
       margin-bottom:25px;
        border-bottom:dotted 1px #999999;
}

.tags {
background:url("images/tag.gif") no-repeat scroll left top transparent;
font-style:italic;
padding-left:25px;
clear:both;
}

.contact-lft{
     float:left;
}

.contact-rgt{
    float:right;
}


.portfolio {
float:left;
margin-bottom:15px;
}
.portfolio .hrs {
border:1px dotted #FF0000;
}
.portfolio img {
display:block;
float:left;
}
.portfolio_details {
background-color:#F8F5F2;
border:1px solid #ECE5DB;
color:#3C4433;
float:right;
font-family:Arial,Helvetica,sans-serif;
height:190px;
margin-left:20px;
margin-top:4px;
padding:8px;
width:215px;
}
.portfolio h4 {
color:#81AB47;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-variant:normal;
font-weight:normal;
margin:4px 0 8px;
font-size:18px;
}
.portfolio_details strong {
border:1px solid #ECE5DB;
display:block;
margin-left:20px;
padding:5px;
width:85px;
}
.portfolio_details li {
background-image:url("images/tick.gif");
background-position:left 50%;
background-repeat:no-repeat;
padding-bottom:4px;
padding-left:25px;
padding-top:4px;
}
.nivo-caption { background-color: #fff !important; }
