/* CSS Document */

	

/*---fonts-------------------------------*/

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.eot');
    src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.eot');
    src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff'),
         url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype'),
         url('../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotolight';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-light-webfont.woff') format('woff'),
         url('../fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/Raleway-Regular-webfont.eot');
    src: url('../fonts/Raleway-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-Regular-webfont.woff') format('woff'),
         url('../fonts/Raleway-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-Regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaylight';
    src: url('../fonts/Raleway-Light-webfont.eot');
    src: url('../fonts/Raleway-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-Light-webfont.woff') format('woff'),
         url('../fonts/Raleway-Light-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-Light-webfont.svg#ralewaylight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/Raleway-Bold-webfont.eot');
    src: url('../fonts/Raleway-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Raleway-Bold-webfont.woff') format('woff'),
         url('../fonts/Raleway-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Raleway-Bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}


@font-face {font-family:"Open Sans Light";
			src:url("../fonts/OpenSans-Light.eot?") format("eot"),url("../fonts/OpenSans-Light.woff") 
			format("woff"),url("../fonts/OpenSans-Light.ttf") 
			format("truetype"),url("../fonts/OpenSans-Light.svg#OpenSans-Light") 
			format("svg");font-weight:normal;font-style:normal;}


.clear
{
	clear:both;
}

.flt
{
	float:left;
}

img { border:0; padding:0px; margin:0px;}
a{ outline:none;}

/*---main-------------------------------*/

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding:0px;
	margin:0px;	
}

.outer
{
	background:url(../img/outer.jpg) no-repeat center top;
	padding:0px;
	margin:0px;
	width:100%;
	float:left;
	overflow:hidden;
	min-width:1010px;
	
}

.outer.bg
{
		background:url(../img/outer.jpg) no-repeat center 34px;
}

.header_outer
{
	background:#2d2d2d;
	float:left;
	width:100%;
}

.header
{
	width:1000px;
	margin:0 auto;
	padding:0px;
}

.nav
{
	width:100%;
	float:left;
}

.nav ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.nav ul li
{ 
	font-family: 'roboto_condensedregular';
	float:left;
	font-size:13px;
	line-height:74px;
	display:block;
	text-transform:uppercase;
	padding:0px;
	margin:0px;
}

.nav ul li a
{
	display:block;
	padding:0px 9px 0px 8px;
	margin:0px;
	color:#bababa;
	text-decoration:none;
}

.nav ul li:hover a,.nav ul li.active a
{
	background:url(../img/nav_active.jpg) repeat-x left top;
	color:#f3f3ef;
}

.wrapper
{
	width:1000px;
	margin:0 auto;
}

.container
{
	float:left;
	width:100%;
	min-height:1000px;
}

/*----sidebar----------------------------------*/


.top_sidebar
{
	width:100%;
	float:left;
	text-align:center;
	background:url(../img/left_bar.png) repeat left top;
	border-bottom:#a1a63e 6px solid;
}

a.link
{
	float:right;
	height:25px;
	margin:0px 26px 0 0;
}

a.link2
{
	float:right;
	height:22px;
	margin:-20px 2px 0 0;
}

.top_sidebar span
{
	font-family: 'ralewayregular';
	display:block;
	padding:6px 25px 5px;
	font-size:17px;
	line-height:26px;
	color:#5c5c5c;
	text-align:left;
}

.sidebar
{
	width:337px;
	float:left;
	height:1%;
}

.content
{
	width:606px;
	float:right;
}

.contactdetal
{
	width:168px;
	background:#000000;
	padding:20px;
	float:right;
}

.contactdetal span
{
	font-family: 'roboto_condensedregular';
	display:block;
	font-size:14px;
	line-height:18px;
	color:#999999;
}

.contactdetal span a
{
	color:#999999;
	text-decoration:none;
}

.contactdetal span a:hover
{
	text-decoration:underline;
}

.from_area
{
	float:left;
	width:84%;
	height:1%;
	background:#1c1a1a;
	padding:41px 30px 30px 24px;
}

.ie7 .from_area
{
	padding:40px 30px 10px 24px;
}

.ie8 .from_area
{
	padding:40px 30px 30px 24px;
}

.from_area p
{
	font-family: 'ralewayregular';
	padding:0px 0px 10px;
	margin:0px;
	color:#8F8F8F;
}



.from_area h2
{
	 font-family: 'ralewaylight';
	font-size:32px;
	color:#e4e4e0;
	border-bottom:#4e4c4c 1px solid;
	padding:0px 0 18px 0;
	margin:0px 0 18px 0;
	text-transform:uppercase;
	font-weight:normal;
}


.row small
{
	padding:0 0 0 30px;
}

.row small a
{
	color:#101010;
}

.from_holder
{
}

.from_holder label
{
	font-family:"Open Sans Light";
	font-size:15px;
	/*line-height:33px;*/
	line-height:28px;
	overflow:hidden;
	color:#8f8f8f;
	padding:0px;
	margin:0px;
	display:block;
}

.ie8 .from_holder label
{
	line-height:28px;
}


.inputbox
{
	width:290px;
	background:url(../img/inputfield.jpg) no-repeat center top;
}

.inputfield
{
	font-family:"Open Sans Light";
	width:270px;
	outline:0;
	border:0;
	background:none;
	padding:8px 10px;
	margin:0px;
	font-size:12px;
	color:#8f8f8f;
}

.text_areabox
{
	width:290px;
	background:url(../img/text_area.jpg) no-repeat center top;
	margin-bottom:18px;
}

.text_area
{
	width:270px;
	background:url(../img/text_area.jpg) no-repeat center top;
	font-family:"Open Sans Light";
	height:105px;
	outline:0;
	border:0;
	background:none;
	padding:7px 10px;
	margin:0px;
	font-size:12px;
	color:#8f8f8f;
	resize:none;
}

.submit
{
	font-family: 'ralewaybold';
	background:url(../img/submit.png) no-repeat left top;
	width:108px;
	height:40px;
	font-size:15px;
	line-height:40px;
	text-align:center;
	cursor:pointer;
	border:0;
	outline:0;
	color:#fff;
	
}

.spaceholder
{
	float:left;
	width:100%;
	height:457px;
}

.contentbottom
{
	float:left;
	width:100%;
	margin-bottom:0px;
}

.conboxholder.xmar
{
	margin-bottom:0px;
}

.ie8 .conboxholder.xmar
{
	margin-bottom:20px;
}

.conboxholder
{
	float:left;
	background:url(../img/top_shadow.png) no-repeat center top;
	width:302px;
	padding:22px 0 0 0;
}

.conbox_repet
{
	background:url(../img/repet_shadow.png) repeat-y center top; 
}

.conboxbottom
{
	padding:0 0 27px 0;
	background:url(../img/bottom_shadow.png) no-repeat center bottom;
}

.contentbox
{
	background:#e2e2de;
	border-bottom:#a1a63e 6px solid;
	width:238px;
	padding:0px 12px 0px;
	margin:0 auto 0px auto;

}



.contentbox.frt
{
	float:right;
}

.contentbox h2
{	
	font-family: 'roboto_condensedbold';
	font-size:17px;
	color:#383837;
	padding: 0 0 10px 3px;
	margin:0px;
}

.contentbox span
{
	font-family: 'ralewayregular';
	font-size:13px;
	line-height:17px;
	color:#5c5c5c;
	padding:0px 0 20px 0; 
	margin:0px;
	display:block;
}

.contentbox img
{
	margin-bottom:12px;
}

/*----footer-------------------------------------*/

.footer_outer
{
	background:#e4e4e0 url(../img/footer_bg.jpg) repeat-x  left top;
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	overflow:hidden;
	min-width:1010px;
}

.footer
{
	width:1000px;
	margin:0 auto;
	padding:0px;
}

.footer_top
{
	width:100%;
	float:left;
	padding:20px 0 0 0;
}

.footerbox
{
	width:170px;
	float:left;
	padding:14px 22px 0 0;
}



.footerbox small.pad
{
	padding-top:14px;
}

.footerbox.adjust
{
	padding:44px 22px 0 0;

}

.footerlogo
{
	float:right;
}

.footerbox.adjust2
{
	padding:44px 14px 0 10px;
	width:166px;
	float:right;
}

.footerbox h2
{	
	font-family: 'roboto_condensedbold';
	font-size:18px;
	line-height:18px;
	display:block;
	color:#e2e2de;
	padding:0px 0 14px 0;
	margin:0px;
}

.footerbox span
{
	background:url(../img/footer_icon1.png) no-repeat left top;
	font-family: 'ralewayregular';
	font-size:14px;
	line-height:14px;
	color:#a1a63e;
	display:block;
	padding:0px 0 10px 35px;
	margin:0px;
	text-transform:uppercase;
}

.footerbox span.nopad
{
	padding:0 0 10px 0;
}

.footerbox span.nobg
{
	background:none;
}

.footerbox span.bg1
{
	background:url(../img/footer_icon2.png) no-repeat left top;
}

.footerbox span.bg2
{
	background:url(../img/footer_icon3.png) no-repeat left top;
}

.footerbox small
{
	font-family: 'OpenSansRegular';
	font-size:13px;
	line-height:20px;
	color:#8f8f8f;
	display:block;
	padding:0 0 0 35px;
	margin:0px;
} 

.footerbox small.nopad
{
	padding:0px;
}

.footerbox small a
{
	color:#8f8f8f;
	text-decoration:none;
}

.footerbox small a:hover
{
	text-decoration:underline;
}

.footerbottom
{
	width:1000px;
	margin:0 auto;
}

.footer_nav
{
	float:left;
	width:100%;
	padding:21px 0px 21px 23px;
}

.footer_nav ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.footer_nav ul li
{
	font-family: 'roboto_condensedregular';
	float:left;
	display:block;
	font-size:12px;
	line-height:12px;
}

.footer_nav ul li a
{
	background:url(../img/footer_sep.png) no-repeat right center;
	display:block;
	padding:0px 18px 0px 10px;
	color:#8f8f8f;
	text-decoration:none;
}

.footer_nav ul li a.last
{
	background:none;
}

.footer_nav ul li:hover a
{	
	text-decoration:underline;
}

.footerbottom small 
{
	font-family: 'roboto_condensedregular';
	display:block;
	font-size:12px;
	text-align:center;
	padding:10px 0px;
	color:#7f7f7f;
}

.footerbottom small a
{
	color:#7f7f7f;
	text-decoration:none;
} 

.footerbottom small a:hover
{
	text-decoration:underline;
}


/*----inner1--------------------------------------------*/


.content.adjust
{
	width:663px;
}

.bigcontentshadow
{
	background:url(../img/big_shadowtop.png) no-repeat center top;
	padding:39px 0 0 0;
	float:left;
	width:100%;
	position:relative;
	right:-30px;
}

.bigconrepet
{
	width:633px;
	float:left;
	width:100%;
	padding:0 0 0 0px;
	background:url(../img/big_shadow_repet.png) repeat-y center top;
	position:relative; 
}

.bigcontbottom
{
	background:url(../img/big_shadowbottom.png) no-repeat center bottom;
	padding-bottom:51px;
	float:left;
	width:100%;
	position:absolute;
	left:0px;
	bottom:-50px;
}

.contentholder
{
	background:#e2e2de;
	padding:30px 29px 40px 27px;
	margin:0 0 0 32px;
	float:left;
	width:82%;
	overflow:auto;
}

.contentholder p
{
	font-family: 'ralewayregular';
	font-size: 13px;
    line-height: 19px;
    margin: 0;
	padding:0px;
}

.contentholder p.addpad
{
	padding-bottom:25px;
}

.spaceholder.adjust
{
	float:left;
	width:100%;
	height:343px;
}

.ie7 .spaceholder.adjust
{
	height:348px;
}	

.contentholder h2
{
	font-family: 'roboto_condensedbold';
	font-size:24px;
	line-height:24px;
	padding:0 0 26px 0;
	margin:0px;
	display:block;
}

.contentholder h2 span
{
	font-weight:normal;
	font-size:16px;
}

.content_area.xmar
{
	min-height:80px;
}

.content_area h3
{
	font-family: 'ralewaybold';
	font-size:15px;
	line-height:15px;
	padding:0px 0 6px 0;
	margin:0px;
	display:block;
	color:#a0a53d;
}



.content_area p
{
	font-family: 'ralewayregular';
	font-size:13px;
	line-height:19px;
	padding:0px 0 30px 0;
	margin:0px;
}

.content_area p a
{
	color:#333;
	text-decoration:none;
}

.content_area p a:hover
{
	text-decoration:underline;
}

.content_area img
{
	float:right;
	margin:0 0px 0px 0px;
}

.rightpic
{
	width:220px;
	float:right;
}

.rightpic ul.picxhight li
{
	min-height:298px;
	margin:10px 33px;
	float:left;
}


.rightpic.xadjust
{
	width:526px;
}

.rightpic.xadjust img 
{
	float:left;
}

.rightpic ul.leftaling li
{
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	min-height:315px;
}

.rightpic.adjust
{
	float:left;
	width:100%;
}

.rightpic img
{
	margin-bottom:30px;
}

.content_area
{
	float:left;
	width:100%;
}

.left_con
{
	width:301px;
	float:left;
}

.content_area p.pad
{
	padding:0px 58px 30px 0;
}

.content_area p.xpad
{
	padding:0px 0px 60px 0;
}

.top_sidebar.pad
{
	padding-bottom:56px;
}

.sidebar.mar
{
	margin-bottom:70px;
}



/*----scroler-------------------------------------*/

.mainScroll { width: 543px; clear: both; margin:0px 0px 0px 32px; padding-bottom:32px;}
.mainScroll .viewport { width: 500px; height: 455px; overflow: hidden; position: relative; }
.ie7 .mainScroll .viewport { width: 500px; height: 463px;}
.mainScroll .overview { list-style: none; position: absolute; left: 0; top: 0; }
.mainScroll .thumb .end,
.mainScroll .thumb { background-color: #a1a63e; }
.mainScroll .scrollbar { position: relative; float: right; width: 7px; }
.mainScroll .track { height: 100%; width:5px; position: relative; padding: 0 1px; border:#cdcdcd 1px solid; }
.mainScroll .thumb { height: 20px; width: 5px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.mainScroll .thumb .end { overflow: hidden; height: 5px; width: 13px; }
.mainScroll .disable{ display: none; }



/*----commercial-painting-------------------------------------*/


.listbox
{
	float:left;
	width:100%;
}

.listbox ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.listbox ul li
{
	font-family: 'roboto_condensedregular';
	background:url(../img/bullet.png) no-repeat left 10px;
	display:block;
	font-size:14px;
	line-height:16px;
	padding:4px 0 4px 15px;
	color:#333;
}

.listbox ul li.top
{
	background:url(../img/bullet.png) no-repeat left 10px;
}

.listbox ul li a
{
	color:#333;
	text-decoration:none;
}

.listbox ul li a:hover
{
	text-decoration:underline;
}

.listbox ul.mar
{
	margin-bottom:20px;
}

.listbox.mar
{
	margin-bottom:20px;
	width:270px;
}

.listbox.marx
{
	width:400px;
}

/*----lightbox----------------------------------------*/

ul {
	margin:0;
	padding:0;
	list-style:none;
}
a {
	text-decoration:none;
}
img {
	border:none;
	
	line-height:0;
}
.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}
/*------------- general------------ */


#bg-shadow {
	width:2000px;
	height:2000px;
	background:#000;
	position:fixed;
	top:0px;
	left:0px;
}
#img-container {
	width:250px;
	position:absolute;
	background-color:#fff;
	padding:10px;
	top:10px;
	-moz-box-shadow: 2px 2px 10px #000000;
	-webkit-box-shadow: 2px 2px 10px #000000;
}
#imagebox {
	width:250px;
	height:250px;
	overflow:hidden;
}
.img-cotroller {
	position: absolute;
	width:250px;
	margin-top:100px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#prevLink {
	left: 0;
	float: left;
	cursor:pointer;
}
#nextLink {
	right: 0;
	float: right;
	cursor:pointer;
}
#prevLink:hover, #prevLink:visited:hover {
	background:url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#img_text {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	float:left;
	line-height:24px;
}

#img_desc {
	font: 14px Verdana, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #fff;
	float:left;
	line-height:24px;
	position:relative;
	left:110px;
	width:400px;
	color:#003366;
	text-align:center;
}

#Close {
	width: 66px;
	float: right;
	padding-top:5px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*-------------- epsita 6-9-13--------------------------*/
.contactcls label.error { margin-left: 5px; color:#FF0000; font-size:12px; height:23px; }


/*----3.10.2013-----------------------------------*/


.contentholder p.strongfont
{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	font-style:italic;
	padding-bottom:25px;
}

.contentholder p.colorfont
{
	color:#0754a2;
	font-size:13px;
	line-height:16px;
	padding-bottom:25px;
	font-weight:bold;
}

.contentholder p strong.color
{
	color:#0c2258;
	padding:0 0 0 5px;
}

.listbox.leftadjust
{
	width:228px;
	padding:0 20px 0 0;
}



 