/* CSS Document */

body{
	padding:0;
	margin:0;
}
div, , h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}

img
{
	border:none;
}
a
{
	outline:none;
}
h3
{
    font-family:"Lucida Grande",Tahoma,Arial,sans-serif;    
}

.superSpacer{ font-size:0; clear:both; }

/*------------------------------------------------body---------------------*/

/*------------------------------------------------header start---------------------*/

#header-main{
	width:100%;
	height:321px;
	background:url(images/master_bg.jpg) 0 980px repeat;
}
#header{
	width:960px;
	margin:0 auto;
	padding:0 0 0 33px;
	height:321px;
	background:url(images/master_bg.jpg) 0 0 repeat;
	position:relative;
}

#header .WhiteSquare{
	width:423px;
	margin:0;
	padding:0;
	height:433px;
	background:white url(images/MenuSquare.jpg) top left no-repeat;
	position:absolute;
	top:0px;
	left:302px;
}
#header .overBg
{
    height:320px;
    margin-left:-33px;
        background: url(images/bolt.png) 20px 10px repeat-x;
	
}

#header img.logo{
	width:224px;
	height:80px;
	padding:52px 0 0 0;
	display:block;
	
}
#header h1{
	display:block;
	width:180px;
	/*background:url(images/slogan.gif) left center no-repeat;*/
	margin:0;
	height:35px;
	padding:0;
	background-color:Transparent;
}
#header ul{
	width:200px;
	padding:0;
	margin:0;
	font-size:0;
}
#header ul.left{
	margin:11px 0 0 80px;
	padding:5px;
	/*border: 5px solid #5b5b5b;*/
	background-color:#a5a5a5;
}
#header ul li{
	display:block;
	width:200px;
	height:30px;
	padding:0;
	margin:0;
	/*background:url(images/bgLeftMenu.gif) 0 0 no-repeat;*/
}

#header .TitleAndText {
    color: Black;
    font-family: Tahoma,Arial,Sans-Serif;
    font-size: 15px;
    left: 331px;
    line-height: 16px;
    padding: 0;
    position: absolute;
    top: 360px;
    z-index: 1000;
}

#header .TitleAndText h1 {
    border-bottom: 1px solid Black;
    color: #565656;
    font-size: 25px;
    height: 60px;
    line-height: 25px;
    margin: 11px 33px;
    width: 289px;
    font-weight:normal;
}

#header .TitleAndText p {
    color: #565656;
    font: 12px/18px Arial,Helvetica,sans-serif;
    margin: 0 34px 20px;
    width: 541px;
}

#header ul li a{
	display:block;
	width:200px;
	padding:0 0 0 25px;
	margin:0;
	/*background:url(images/arrow.gif) 11px 6px no-repeat #C41C1C;*/
	background:url(images/bgLeftMenu.gif) 0 0 no-repeat;
	font:bold 11px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFBEBE;
	text-decoration:none;
	text-transform:capitalize;
}
#header ul li a:hover{
	color:#fff;
	/*background:url(images/arrow_hover.gif) 11px 6px no-repeat #DA3232;*/
	background:url(images/bgLeftMenu.gif) 0 -29px no-repeat;
}
#header ul li a:link, #header ul li a:visited
{
    color:#FFBEBE;
	text-decoration:none; 
	 
}
#header ul li.hover a{
	display:block;
	width:200px;
	height:30px;
	margin:0;
	padding:0 0 0 25px;
	background:url(images/bgLeftMenu.gif) 0 -29px no-repeat;
	color:#FFBEBE;
	font:bold 11px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:capitalize;
}

#header ul li a.NestedMenu
{
    background-color:#A10000;
    background-image:none;
    text-indent:20px;
    width:174px;
    line-height:20px;
}

#header ul li:hover a.NestedMenu
{
    background-color:#CE0000;
}

#header img.top{
	position:absolute;
	left:85px;
	top:0;
	width:151px;
	height:37px;
}
#header ul.top-link{
	width:307px;
	height:259px;
	position:absolute;
	left:118px;
	top:44px;
}
#header ul.top-link li.link{
	width:145px;
	height:132px;
	padding:0;
	margin:0 8px 7px 0;
	float:left;
	background-image:none;
	border:none;
}
#header ul.top-link li.link a.linkF{
	display:block;
	background:url(images/MenuSquareF.jpg) 0 0 no-repeat;
	width:145px;
	height:132px;
}
#header ul.top-link li.link a.linkF:hover{
	background:url(images/MenuSquareF.jpg) 0 -140px no-repeat;
}
#header ul.top-link li.link a.linkE{
	display:block;
	background:url(images/MenuSquareE.jpg) 0 0 no-repeat;
	width:145px;
	height:132px;
	float:left;
}
#header ul.top-link li.link a.linkE:hover{
	background:url(images/MenuSquareE.jpg) 0 -140px no-repeat;
}
#header ul.top-link li.link a.linkR{
	display:block;
	background:url(images/MenuSquareR.jpg) 0 0 no-repeat;
	width:145px;
	height:132px;
	float:left;
}
#header ul.top-link li.link a.linkR:hover{
	background:url(images/MenuSquareR.jpg) 0 -140px no-repeat;
}
#header ul.top-link li.link a.linkC{
	display:block;
	background:url(images/MenuSquareC.jpg) 0 0 no-repeat;
	width:145px;
	height:132px;
	float:left;
}
#header ul.top-link li.link a.linkC:hover{
	background:url(images/MenuSquareC.jpg) 0 -140px no-repeat;
}
/*------------------------------------------------header end---------------------*/

/*------------------------------------------------body start---------------------*/
#body-main{
	width:100%;
	background:url(images/body_bg.gif) 0 0 repeat-x #FFFEFE;
	color:#565656;
	padding-top:1px;
	height:300px;
}

#body{
	width:745px;
	margin:0 auto;
	padding:0 0 0 33px;
	position:relative;
	width:960px;
}
/*------------------------------------------------left panel start---------------------*/
#left{
	width:268px;
	float:left;
	
}
#left .leftBotQuote{
	width:235px;
	float:left;
	color:#565656;
	/*#a5a5a5*/
	padding:0px;
	margin-left:35px;
	margin-top:13px;
	height:150px;
	background:url(images/BG_flash.png) no-repeat left top;
} 

#left .leftBotQuote h3
{background:url(images/ToolsSet.gif) 0px 0px no-repeat ;
    margin:0;
    padding:0 0 0 15px;
    font: 25px/30px Georgia,"Times New Roman",Times,serif;
    margin: 50px 10px;
    width:230px;
    height:50px;
    float:left;
    border: 1px solid black;
}
#left .leftBotQuote span.start
{
    line-height:30px;
    background:url(images/QuotationMark.gif) 10px 0px no-repeat;
    margin-left:-25px;
    width:20px;
    display:block;

}
#left .leftBotQuote span.end
{
    float:right;
    width:20px;
    display:block;
    line-height:30px;
    background:url(images/QuotationMark.gif) -35px 0px no-repeat;

}

#left .form{

	float:left;
	font-family:arial;
	font-size:12px;
	height:53px;
	line-height:15px;
	padding:9px 16px 6px;
	text-align:center;
	width:225px;

}
#left .form input{
	width:156px;
	height:18px;
	background-color:#fff;
	color:#000;
	border:#858585 solid 1px;
	margin:0;
	float:left;
}
#left .form a{
	background-color:#D5D5D5;
	color:#464646;
	display:block;
	float:left;
	font:bold 11px/14px "Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:0;
	text-decoration:underline;
	text-transform:capitalize;
	width:225px;
}
#left .form a:hover{
	text-decoration:none;
}
#left .form input.go{
	background:url(images/btn_go.gif) 0 0 no-repeat;
	width:27px;
	height:11px;
	margin:10px 0 0 0;
	border:none;
	cursor:pointer;
	float:right;
}


#left ul.sub-link{
	width:200px;
	height:41px;
	padding:2px 0 4px 0;
	margin:0 0 0 30px;
	font-size:0;
	float:left;
}
#left ul.sub-link li{
	display:block;
	background:url(images/link_div.gif) right center no-repeat;
	padding:0 14px 0 0;
	float:left;
	margin:0;
}
#left ul.sub-link li a{
	display:block;
	font:bold 10px/34px  "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/left_link_bg.gif) 0 0 repeat-x #0E0E0E;
	color:#E0E0E0;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
}
#left ul.sub-link li a:hover{
	background:url(images/left_link_bg.gif) 0 0 repeat-x #0E0E0E;
	color:#ce0000;
}
#left ul.sub-link li.sec{
	display:block;
	background:url(images/link_div.gif) right top no-repeat;
	padding:0 14px 0 15px;
	float:left;
	margin:0;
}
#left ul.sub-link li.noimg{
	display:block;
	background-image:none;
	padding:0 14px 0 15px;
	float:left;
	margin:0;
}
#header ul.main-link
{
    height:200px;
    margin-left:auto;
    margin-right:auto;
    margin-top:137px;
    padding-left:10px;
    width:423px;
}
#header ul.main-link li
{
    display:block;
    float:left;
    height:200px;
    margin:0 0 0 10px;
    width:125px;
}

#header ul.main-link li.constr
{margin-left:9px;}
#header ul.main-link li.sinis
{width:123px;}


#header ul.main-link li a
{
	display:block;
    height:200px;
    margin:0;
    padding:0;
    width:125px;
}

#header ul.main-link li.constr a
{background:transparent url(images/MenuSquareComplete.jpg) no-repeat scroll 0px -203px;}
#header ul.main-link li.constr a:hover
{background:transparent url(images/MenuSquareComplete.jpg) no-repeat scroll 0px -1px;}

#header ul.main-link li.sinis a
{background:transparent url(images/MenuSquareComplete.jpg) no-repeat scroll -135px -203px;width:123px;}
#header ul.main-link li.sinis a:hover
{background:transparent url(images/MenuSquareComplete.jpg) no-repeat scroll -135px -1px;}

#header ul.main-link li.renov a
{background:transparent url(images/MenuSquareComplete.jpg) no-repeat scroll -266px -203px;}
#header ul.main-link li.renov a:hover
{background:transparent url(images/MenuSquareComplete.jpg) no-repeat scroll -266px -1px;}
/*
#left h2{
	display:block;
	width:115px;
	height:46px;
	background:url(images/arrow_orange.gif) 0 16px no-repeat #FEFDFC;
	font:bold 20px/46px Arial, Helvetica, sans-serif;
	color:#000;
	text-transform:capitalize;
	padding:0 0 0 19px;
	float:left;
}
#left h2 span{
	color:#B08900;
	background-color:#FEFDFC;
}*/
#left ul.l-link{
	width:248px;
	padding:0;
	margin:0;
	float:left;
}
#left ul.l-link li.article{
	width:248px;
	padding:0;
	margin:0;
	float:left;
}
#left ul.l-link li.article a{
	display:block;
	background:url(images/arrow_green.gif) 0 5px no-repeat #FFFEFD;
	width:233px;
	height:17px;
	padding:0 0 0 15px;
	font:bold 11px/16px Arial, Helvetica, sans-serif;
	color:#A50000;
	text-decoration:none;
	text-transform:none;
}
#left ul.l-link li.article a:hover{
	background-color:#FFF8E3;
	color:#000;
}
#left ul.blog{
	width:245px;
	padding:0;
	margin:0;
	font-size:0;
	float:left;
}
#left ul.blog li{
	display:block;
	width:221px;
	background:url(images/blog_icon.gif) 0 3px no-repeat;
	font:bold 13px/18px Arial, Helvetica, sans-serif;
	color:#2C2C2C;
	background-color:#fff;
	padding:0 0 0 24px;
	margin:0 0 14px 0;
	text-transform:none;
}
/*#left ul.blog li.normal{
	display:block;
	width:221px;
	padding:0 0 0 24px;
	margin:0;
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#2C2C2C;
	background-color:#fff;
	background-image:none;
	text-decoration:underline;
	text-transform:none;
}*/
#left ul.blog li a{
	display:block;
	width:221px;
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#2C2C2C;
	background-color:#fff;
	background-image:none;
	text-decoration:underline;
	text-transform:none;
	padding:0;
	margin:0;
}
#left ul.blog li a:hover{
	color:#2C2C2C;
	background-color:#FFF8E3;
	text-decoration:none;
}
	
#left .ContactText
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:18px;    
    margin-left:10px;
    text-align:center;
}
#left .ContactTextBox
{
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;    
    margin-left:10px;

}
/*------------------------------------------------left panel end---------------------*/

/*------------------------------------------------right panel start---------------------*/
#right {
    background: url("images/right_panel_bg.gif") repeat-y scroll 0 0 transparent;
    float: left;
    left: 341px;
    min-height: 602px;
    padding: 20px 20px 0;
    position: absolute;
    top: -322px;
    width: 560px;
}

.right-footer {
    background-image: url("images/Bg_right_footer.png");
    height: 30px;
    margin-left: -20px;
    margin-top: 252px;
    width: 600px;
}

#right h2{
	display:block;
	width:377px;
	height:28px;
	font:bold 26px/28px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	margin:0;
	border-bottom:#EBEBEB solid 2px;
}
#right .logo
{
    margin-left:45px;    
}
#right h2 span{
	color:#B08900;
	background-color:#fff;
}
#right p.top-text{
	width:377px;
	margin:15px 0 15px 0;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#565656;
	background-color:#fff;
}

p.top-text a{
	text-decoration:none;
	color:#565656;
}
p.top-text a:hover{
	text-decoration:underline;

}
#right h2.grey{
	display:block;
	width:251px;
	height:19px;
	margin:0 0 13px 0;
	padding:0 0 0 32px;
	background:url(images/right_one.gif) 0 0 no-repeat #B2B2B2;
	color:#fff;
	font:bold 13px/19px Arial, Helvetica, sans-serif;
	float:left;
}
#right p.pic, #right div.pic{
	display:block;
	width:81px;
	height:93px;
	background:url(images/pic1.gif) 0 0 no-repeat #FFF5DC;
	font:bold 11px/93px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	padding:0;
	margin:0;
	float:right;
}
#right p.text{
	width:288px;
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	margin:3px 0 0 0;
	float:left;
	padding:0 0 0 4px;
}
#right p.text a.read-more{
	background:url(images/btn_read_more.gif) 0 0 no-repeat;
	width:72px;
	height:18px;
	float:right;
	margin:0 0 0 0;
	display:block;
}
#right p.text a.read-more:hover{
	background:url(images/btn_read_more_hover.gif) 0 0 no-repeat;
}
#banner{
	width:425px;
	background:url(images/right_panel_bg.gif) 0 0 repeat-y;
	float:right;
margin-right:52px;
	}
#banner p.bottom2{
	display:block;
	background:url(images/right_bottom_bg.gif) 0 0 no-repeat;
	width:425px;
	height:31px;
	margin:0;
	padding:0;
	font-size:0;
	
}
#banner img.banner{
	display:block;
	width:420px;
	height:139px;
	padding:0;
	margin:0 0 0 3px;
	
}
#banner p.bot{
	background:url(images/banner_bottom.gif) 0 0 no-repeat;
	width:425px;
	height:45px;
	padding:0;
	margin:0;
	display:block;
}

.CoinSlider
{
    width:555px;
    margin:auto;
    height:320px;
    background-color:Black;
}
	

/*------------------------------------------------right panel start---------------------*/

/*------------------------------------------------body end---------------------*/

/*------------------------------------------------footer start---------------------*/
#footer-main {
    background: url("images/footer_main_bg.gif") repeat-x scroll 0 0 #493903;
    color: #FFFFFF;
    float: left;
    height: 116px;
    padding: 40px 0 0;
    position: relative;
    width: 100%;
}

#footer{
	width:778px;
	height:116px;
	background:url(images/footer_bg.gif) left bottom no-repeat;
	position:relative;
	margin:0 auto;
}

#footer ul {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 800px;
}

#footer ul li{
	margin:0;
	float:left;
	font:bold 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#493903;
	background-image:none;
	text-transform:capitalize;
}
#footer ul li a{
	font:bold 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#493903;
	text-decoration:none;
	text-transform:capitalize;
	padding:0 10px 0 10px;
}
#footer ul li a:hover{
	color:#fff;
	background-color:#A20000;
}
#footer p.copyright {
    background-color: #493903;
    color: #F3F1DF;
    font: 12px/14px Arial,Helvetica,sans-serif;
    left: 268px;
    position: absolute;
    top: 10px;
}
#footer a.xht {
    background: url("images/xhtml_bg.gif") no-repeat scroll 0 0 #D0CEB8;
    color: #000000;
    display: block;
    font: bold 11px/21px "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: 21px;
    left: 311px;
    margin: 10px 0 0;
    padding: 0 0 0 10px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 35px;
    width: 66px;
}
#footer a.xht:hover{
	background:url(images/xhtml_bg_hover.gif) 0 0 no-repeat #D0CEB8;
	color:#B50000;
}
#footer a.cs {
    background: url("images/css_bg.gif") no-repeat scroll 0 0 #D0CEB8;
    color: #000000;
    display: block;
    float: left;
    font: bold 11px/21px "Trebuchet MS",Arial,Helvetica,sans-serif;
    height: 21px;
    left: 401px;
    margin: 10px 0 0;
    padding: 0 0 0 10px;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 35px;
    width: 56px;
}

#footer a.cs:hover{
	background:url(images/css_bg_hover.gif) 0 0 no-repeat #D0CEB8;
	color:#B50000;
}
#footer p.design {
    background-color: #493903;
    color: #F3F1DF;
    display: block;
    font: 14px/14px Arial,Helvetica,sans-serif;
    height: 16px;
    left: 272px;
    padding: 0;
    position: absolute;
    top: 65px;
    width: 241px;
	font-size:12px;
	text-align:center;
}
#footer p.design {font-size:12px;
}
#footer a.link{
	width:100px;
	font:normal 14px/14px Arial, Helvetica, sans-serif;
	color:#F3F1DF;
	background-color:#493903;
	padding:0 4px;
	text-decoration:none;
	text-transform:uppercase;
}
#footer a.link:hover{
	color:#fff;
	background-color:#B50000;
}
/*------------------------------------------------footer end---------------------*/

/*--------------------------------------RenoPhoto.aspx start ---------------------*/


#galleryContainer
{
    background-color:#FFFFFF;
    margin:0 auto;
    padding:0 0  75px;
    position:relative;
    width:800px;
    font-family:Arial,Sans-Serif;
    border: 1px solid #AFAFAF;
}

#galleryContainer img
{
    border:none;
}

#galleryContainer .para
{
    font-size:15px;
    margin:15px;
}

.bigLetter
{
    font-size:28px;   
    display:block; 
}

.gallery
{
    background:url("images/right_panel_bg.gif") repeat-y scroll 0 0 transparent;
    border-bottom:1px solid #AFAFAF;
    border-top:1px solid #AFAFAF;
    float:right;
    margin-left:15px;
    margin-right:15px;
    padding-top:1px;
    width:425px;
    margin-bottom:30px;
}

.gallery ul {
list-style:none outside none;
height:245px;
margin:15px auto 0;
padding:0 35px
}

.gallery ul li {
display:inline;
margin:0 5px 0 0;
}

.gallery a, .gallery a:visited {
color:#A3D01A;
text-decoration:none;
}

.gallery ul img {
border-color:#3E3E3E;
border-style:solid;
border-width:5px 5px 20px;
background-color:#3E3E3E;
padding:5px;
}

.galleryFooter
{
    position:relative;
    background:url(images/footer_bg_rev.gif) no-repeat top left #493903; 
    width:801px; 
    margin: 0 auto; 
    height:23px;
    border-right:1px solid #AFAFAF;
    border-left:1px solid #AFAFAF;
}

.galleryFooter ul {
left:50px;
margin:0;
padding:0;
position:absolute;
top:28px;
width:700px;
}

.galleryFooter ul li {
background-image:none;
color:black;
float:left;
font:bold 11px/14px "Trebuchet MS",Arial,Helvetica,sans-serif;
margin:0;
text-transform:capitalize;
}
.galleryFooter ul li a {
color:black;
font:bold 11px/14px "Trebuchet MS",Arial,Helvetica,sans-serif;
padding:0 10px;
text-decoration:none;
text-transform:capitalize;
}

.galleryFooter p.copyright  {
color:black;
font:12px/14px Arial,Helvetica,sans-serif;
left:278px;
position:absolute;
top:48px;
}

/*--------------------------------------RenoPhoto.aspx end -----------------------*/


