@charset "utf-8";

body,td,th {
	
	font-family:Arial;
	font-size:12px;
	color:#3a3a3a;
	
}

body { background-image:url(../_images/_bg.jpg); background-repeat:repeat-x;}

/* Safari */
::selection {
	background:#09F;
	color:#FFF;
}
/* Firefox */
::-moz-selection {
	background:#09F;
	color:#FFF;
}



a:link { color:#0073f2;}

a:visited { color:#000;}

a:hover { color:#999;}

a:active { color:#CCC;}

h1 {
	font-size: 16px;
	color: #990000;
	font-weight:bold;
}

h2 {
	font-size: 14px;
	color: #990000;
	font-weight:bold;
}

h3 {
	font-size: 13px;
	color: #990000;
	font-weight:bold;
}

h4 {
	font-size: 14px;
	font-weight:normal;
	color:#0073f2;
	*margin-top:10px;
}

h4 a {
	font-size: 14px;
	font-weight:normal;
	color:#0073f2;
	*margin-top:10px;
	text-decoration:none;
}

h5 { font-size: 12px; color: #000;}

h6 { font-size: 12px; color: #000;}

p { margin:15px 0 15px 0;}

.container {
	width:958px;
	margin:0 auto;
	overflow:hidden;
}
/* -- GLOBAL NAVIGATION STYLES BEGIN -- */
#navs { 
	width:954px;
	height:31px;
	background-image:url(../_images/nav/hover_bg.jpg);
	background-repeat:repeat-x;
	margin:0 0 1px 2px;
	position:relative;
	z-index:2 !important;
	text-shadow: #6374AB 1px 1px 1px;
}

#navs ul, #navs ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#navs ul li { float: left; position: relative;}

#navs ul li.nav a, #navs ul li.nav a:visited { 
	float:left;
	text-decoration: none;
	color:#FFFFFF;	
}

.sub-nav {
	display: none;
	width:200px !important;
	background:#EEEEEE;
	position: absolute;
	border:1px solid #08F;
	border-bottom:0;
	top: 31px;
	left: -1px;
	z-index:2 !important;
}

#navs ul li.nav .sub-nav li { width: 100%;}

#navs ul li.nav .sub-nav li a {
	text-decoration: none;
	display:block;
	padding:6px 0 6px 20px;
	width:180px; /* DON'T FORGET THIS IF YOU CHANGE THE .sub-nav WIDTH, SILLY! */
	border-bottom:1px solid #08F;
	background-color:#09F;
	border-right:0;
}

#navs ul li.nav .sub-nav li a:hover { background-color:#08F;}

#navs ul li:hover ul { display: block; width:900px;}
/* -- GLOBAL NAVIGATION STYLES ENDS -- */
.header {
	background-image:url(../_images/header.png);
	background-repeat:no-repeat;
	height:100px;
	width:958px;
}

.bodyBg {
	background-image:url(../_images/_body_bg.png);
	background-repeat:repeat-y;
	min-height:100px;
	width:958px;
}

.bodyBgsub {
	background-image:url(../_images/_body_bg.png);
	background-repeat:repeat-y;
	height:30px;
	width:958px;
}

a.btn {
	background:url(../_images/nav/hover_bg.jpg) repeat-x;
	height:23px;
	display:block;
	outline:none;
	color:#FFF;
	text-decoration:none;
	padding:8px 15px 0 15px;
	font-size:12px;
	float:left;
	margin:0;
}

a:active.btn { background:url(../_images/nav/bg.jpg) repeat-x;}

a:visited.btn {
	background-image:url(../_images/nav/hover_bg.jpg);
	background-repeat:repeat-x;
	height:23px!important;
	display:block;
	outline:none;
	color:#FFF;
	text-decoration:none;
	padding:6px 15px 0 15px!important;
	font-size:12px!important;
	float:left;
}

a:hover.btn {
	background:url(../_images/nav/bg.jpg) repeat-x!important;
}

a.sep {
	background-image:url(../_images/nav/sep.jpg);
	background-repeat:no-repeat;
	width:2px;
	height:31px;
	display:block;
	outline:none;
	float:left;
	margin:0;
	padding:0;
}

.Banner {
	height:283px;
	width:952px;
	background-repeat:no-repeat;
	margin:1px 3px 0 3px;
}

#defaultBanner { background-image:url(../_images/banners/Default.jpg);}

.contentBg {
	background-image:url(../_images/_content_bg.png);
	background-repeat:repeat-y;
	width:958px;
	min-height:100px;
	padding:0;
	line-height:20px;
}

.footerBg {
	background-image:url(../_images/_footer_bg.png);
	background-repeat:no-repeat;
	width:958px;
	height:6px;
}

#fat-footer {
width:954px;
background:#EEE;
border-top:1px solid #DDD;
height:200px;
margin:0 auto 0 auto;
padding:15px;
}

#fat-footer div {
	float:left;
	height:130px;
	margin:0 100px 0 0;
	
}

#fat-footer ul {
	list-style-type:none;
	padding:0;
}

#fat-footer li {
color:#000000;
}

#fat-footer a {
text-decoration:none;
color:#000000;
}

#fat-footer a:hover {
color:#999;	
}

.contentTop {
	background-image:url(../_images/underheaderShadow.png);
	background-repeat:no-repeat;
	width:958px;
	height:60px;
}

.leftArea {
	width:625px;
	height:40px;
	float:left;
	margin:10px 55px 0 15px;
	*margin:15px 55px 0 10px;
	_margin:15px 55px 0 10px;
	position:relative;
	z-index:0 !important;
}

.rightArea {
	width:250px;
	height:40px;
	float:left;
	margin:10px 0 0 0;
	*margin:15px 0 0 0;
	_margin:15px 0 0 0;
	position:relative;
	z-index:0 !important;
}

.leftAreaMain {
	width:625px;
	float:left;
	margin:-25px 55px 0 15px;
	*margin:-25px 55px 0 10px;
	_margin:-25px 55px 0 10px;
	position:relative;
	z-index:0 !important;
}

.rightAreaMain {
	width:250px;
	float:left;
	margin:-25px 0 0 0;
	*margin:-25px 0 0 0;
	_margin:-25px 0 0 0;
	position:relative;
	z-index:0 !important;
}

.leftAreaMainSub {
	width:625px;
	float:left;
	margin:-25px 55px 0 15px;
	*margin:-25px 55px 0 10px;
	_margin:-25px 55px 0 10px;
	position:relative;
	z-index:0 !important;
}

.rightAreaMainSub {
	width:250px;
	float:left;
	margin:-25px 0 0 0;
	*margin:-25px 0 0 0;
	_margin:-25px 0 0 0;
	position:relative;
	z-index:0 !important;
}

ul.services {
	margin:0 0 20px 0;
	list-style:none;
	text-decoration:none;
}

ul.services li {
	margin:3px 0 0 -39px;
	*margin:3px 0 0 0;
	padding:0 0 0 18px;
	*padding:2px 0 0 18px;
	display:block; 
	list-style:none; 
	background:url(../_images/customBulletRed.jpg) no-repeat center left;
}

ul.services li a { text-decoration:none; color:#666;}

ul.services li a:hover { text-decoration:none; color:#555;}

a.linkColor {
	color:#0073f2;
	text-decoration:none;
	font-weight:bold;
	padding:5px 5px 5px 10px;
	display:block;
	width:180px;
	border:1px solid #54BEF1;
	background:#D7F1FB;
	border-radius:2px;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
}

a:hover.linkColor { background:#D9F9F9;}

li.customBullet a {
	color:#990000;
	text-decoration:none;
	font-size:12px;
}

div.technology p { margin:5px 0 10px 0px;}

.servicesUL { margin:0; padding:0;}

.servicesUL li {
	margin:0;
	padding:0;
	text-decoration:none;
}

.categoryBox {
	background-repeat:no-repeat;
	background-position:bottom;
	width:291px;
	height:180px;
	float:left;
	margin-bottom:20px;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

.categoryBoxRight {
	background-repeat:no-repeat;
	background-position:bottom;
	width:291px;
	height:180px;
	float:left;
	margin:0 0 20px 43px;
	border-radius:3px;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}

.categoryBox li {
	color:#0073f2;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	list-style:none;
	margin:0 15px 20px 0;
	*margin:0 15px 20px -20px;
	padding:0 0 0 18px;
	*padding:1px 0 0 18px;
	background:url(../_images/customBulletBlue.jpg) no-repeat left center;
	*background-position:20px 5px;
}

.categoryBoxRight li {
	
	color:#0073f2;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	list-style:none;
	margin:0 15px 20px 0;
	*margin:0 15px 20px -20px;
	padding:0 0 0 18px;
	*padding:1px 0 0 18px;
	background:url(../_images/customBulletBlue.jpg) no-repeat left center;
	*background-position:20px 5px;
}

.categoryBox a { color:#0073f2; text-decoration:none;}

.categoryBoxRight a { color:#0073f2; text-decoration:none;}

.categoryBoxContent { 
	margin:118px 0 0 0; 
	padding:0 5px 0 5px;
	*padding:0 5px 0 15px; 
	font-size:11px;
	font-weight:normal;
	color:#333; 
}

#buildingWork { background-image:url(../_images/frontImg/buildingWork.jpg);}

#conversionWork { background-image:url(../_images/frontImg/conversionWork.jpg);}

#kitchens-and-bathrooms { background-image:url(../_images/frontImg/kitchens-and-bathrooms.jpg);}

#painting-and-decorating { background-image:url(../_images/frontImg/painting-and-decorating.jpg);}

span.hiddenText { display:none;}

.testimonial { margin:5px 0 20px 0; color:#666;}

span.testimonial { font-size:14px; font-style:italic;}

span.bodyBgsub { font-weight:bold; font-size:11px;}

.footerContent { width:958px; margin:7px 0 0 0;}

.copyrightInfo {
	float:left;
	padding:0 0 0 22px;
	margin:0 22px 0 0;
	font-size:11px;
}

.footerLinks {
	width:300px;
	float:left;
	font-size:11px;
}

a:link.footerLinks1 {
	color:#0066ff;
	text-decoration:none;
	margin:0 5px 0 5px;
}

a:hover.footerLinks1 {
	color:#666;
	text-decoration:none;
	margin:0 5px 0 5px;
}

a:active.footerLinks1 {
	color:#0066ff;
	text-decoration:none;
	margin:0 5px 0 5px;
}

a:visited.footerLinks1 {
	color:#0066ff;
	text-decoration:none;
	margin:0 5px 0 5px;
}

.minttwistAd {
	float:right;
	font-size:11px;
	width:220px;
}

.minttwistAd a { text-decoration:none; color:#666;}

.mypets {
	cursor: hand;
	cursor: pointer;
	padding: 2px 5px;
	border: 1px solid gray;
	background: #E1E1E1;
}

.openpet {background:yellow;}

.technology {
	cursor: hand;
	cursor: pointer;
	font: 12px Arial;
	margin: 10px 0;
}

.openlanguage { color:#666;}

.closedlanguage { color:#333;}

span.required {
	color:#F00;
	font-size:13px;
	font-weight:bold;
}

#imageContainer { height:280px;}  

#imageContainer img { 
	display:none; 	
	position:absolute; 	
	top:0px; left:3px; 	
	height:283px;  	
	width:952px; 	
	opacity: -0.01;
} 

#subimageContainer {}  

#subimageContainer img {
	position:absolute;
	width:952px;
} 

/*Form Styles*/

.form { margin:0 0 0 20px;}

.form label {
	display:block;
	margin:10px 0 4px 0;
	cursor:pointer;
}

.form input {
	border:1px solid #CCC;
	background:1240AA;
	padding:4px;
	height:18px;
	border-radius:2px; 
	-webkit-border-radius:2px; 
	-khtml-border-radius:2px; 
	-moz-border-radius:2px;
}

.form input.error {
	border:1px solid #F00!important;
}

.form input:focus { border:1px solid #a6c9ff;}

.form textarea {
	border:1px solid #CCC;
	background:1240AA;
	padding:4px;
	border-radius:5px; 
	-webkit-border-radius:2px; 
	-khtml-border-radius:2px; 
	-moz-border-radius:2px;
	font-family:Arial;
	font-size:12px;
}

.form textarea.address {
	border:1px solid #6699FF;
	background:1240AA;
	padding:4px;
	height:81px;
	font-family:Arial;
	font-size:12px;
	border-radius:2px; 
	-webkit-border-radius:2px; 
	-khtml-border-radius:2px; 
	-moz-border-radius:2px;
}

.form textarea:focus { border:1px solid #a6c9ff;}

.form select {
	border:1px solid #CCC;
	background:1240AA;
	padding:4px;
	border-radius:2px; 
	-webkit-border-radius:2px; 
	-khtml-border-radius:2px; 
	-moz-border-radius:2px;
}

.form select:focus { border:1px solid #a6c9ff;}

.form input.button {
	padding:4px;
	width:190px;
	height:30px;
	margin:5px 0 0 0;
	border-radius:2px; 
	-webkit-border-radius:2px; 
	-khtml-border-radius:2px; 
	-moz-border-radius:2px;
	color:#666;
	cursor:pointer;
}

.form input:hover.button { background:#d4e4f8; border:1px solid #a6c9ff;}

.left { float:left; width:310px;}
.right { float:right; width:310px;}

input.short {width:100px;}
input.medium {width:175px;}
input.long {width:400px;}

textarea.short {width:100px;}
textarea.medium {width:175px;}
textarea.long {width:400px; display:block;}

select.short {width:100px;}
select.medium {width:175px;}
select.long {width:410px;}

.error { border:1px solid #F00;}

.sub-banner { 	
	width:952px; 	
	margin:2px 0 0 3px;
	z-index:0 !important;
}

.blog-post {
}

.blog-post img {
	border:none;
}

a.info {
	background:url(../_images/icons/info.png) 3px 2px no-repeat; 
	padding:0 0 0 25px; 
	height:30px; 
	color:#319CDD; 
	display:block; 
	text-decoration:none; 
	font-weight:bold;
	width:180px;
	outline:none;
}

.postcontainer {
	border:1px solid #F0F0F0; 
	background:#F9F9F9;
	border-radius:5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px; 
	-moz-border-radius:5px;
	padding:10px;
	margin:0 0 5px 0;
}

.leftAreaMainSub h2 { margin:-20px 0 10px 0;}

.postcontainer h2 { margin:0 0 10px 0;}
.postcontainer a { text-decoration:none; color:#555;}

a.readpost { color:#0073f2;}

a.rss {
	display:block;
	background:url(../_images/icons/rss.png) 0 2px no-repeat;
	width:200px;
	padding:0 0 0 25px;
	text-decoration:none;
	color:#FA8605;
	outline:none;
}

a:hover.rss { text-decoration:underline;}

a.category {
	display:block;
	background:url(../_images/icons/category.png) 0 2px no-repeat;
	width:200px;
	padding:0 0 0 25px;
	text-decoration:none;
	color:#666;
	outline:none;
}

a:hover.category { text-decoration:underline;}

.sharethis {
	display:block;
	width:122px; 
	height:42px;
	float:left;
	margin:0 5px 0 0;
}

#facebook { background:url(../_images/icons/facebook.png) no-repeat;}
#twitter { background:url(../_images/icons/twitter.png) no-repeat;}
#digg { background:url(../_images/icons/digg.png) no-repeat;}
#sharethis { background:url(../_images/icons/share.png) no-repeat;}

.followus {
	display:block;
	width:200px;
	height:32px;
	padding:4px 0 0 40px;
	margin:5px 0 0 20px;
	font-size:13px;
	text-decoration:none;
}

#twitter-follow { background:url(../_images/icons/twitter-follow.png) no-repeat;}
#facebook-follow { background:url(../_images/icons/facebook-follow.png) no-repeat;}
#youtube-follow { background:url(../_images/icons/youtube-follow.png) no-repeat;}

.blogimage {
	margin:0 20px 10px 0;
	padding:10px;
	box-shadow: 0px 0px 5px #C0C0C0;
	-moz-box-shadow: 0px 0px 5px #C0C0C0;
	-khtmlbox-shadow: 0px 0px 5px #C0C0C0;
	-webkit-box-shadow: 0px 0px 5px #C0C0C0;	
}

.tags {
	border:1px solid #F0F0F0; 
	background:#F9F9F9;
	border-radius:5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px; 
	-moz-border-radius:5px;
	padding:10px;
	margin:5px 0 5px 0;
	display:block;
}

ul.twitter-updates {
	list-style:none;
	margin:0;
	padding:0;
	border:1px solid #F0F0F0; 
	background:#F9F9F9;
	border-radius:5px; 
	-webkit-border-radius:5px; 
	-khtml-border-radius:5px; 
	-moz-border-radius:5px;
	padding:10px;
	margin:0 0 5px 0;
}

.footer {
	height:160px; 
	background:#FFF; 
	width:954px; 
	margin:10px 0 0 2px; 
	box-shadow: 0px 0px 5px #C0C0C0;
	-moz-box-shadow: 0px 0px 5px #C0C0C0;
	-khtmlbox-shadow: 0px 0px 5px #C0C0C0;
	-webkit-box-shadow: 0px 0px 5px #C0C0C0;
}

.footer ul, .footer ul li { 
	list-style:none;
	margin:0;
	padding:0;
}

.footer ul { 
	list-style:none;
	margin:10px 0 0 30px;
	padding:0;
}

.footer ul li h2 { 
	margin:2px 0 10px 0;
}

.large-footer {
	background:#F9F9F9;
	margin:10px 0 5px 0;
	padding:5px 0 0 0;
	border:1px solid #F1F1F1;
}

.large-footer li h3 {
	margin:0;
	padding:0;
	font-size:14px;
}

ul.footerlist {
	display:block;
	padding:0;
	float:left;
	margin:10px 0 10px 15px;
	list-style:none;
}


ul.footerlist li {
	margin:0;
	padding:0;
}

.clear { clear:both;}

.ArticlesLoading {
	background:url(../_images/ajax-loader.gif) center no-repeat;
	width:100%;
	height:100px;
	text-align:center;
	padding:150px 0 0 0;
	font-size:14px;
}

/*Testimonials Styles*/
span.bigquotes { font-size:72px; font-family:Georgia, "Times New Roman", Times, serif; line-height:20px;}

#testimonials { margin:40px 20px 40px 20px;}

.author p { font-weight:bold;}

.quotes {
	background:url(../_images/icons/closingquotes2.png) bottom right no-repeat;
	padding:10px 30px 0 0;
	font-size:13px
}

.opening {
	height:20px;
	width:23px;
	float:left;
	margin-right:40px;
	margin-bottom:10px;
	background-image:url(../_images/icons/openingquotes2.png);
	background-position:top left;
	background-repeat:no-repeat; 
}

