/* ----------------------------------------------
	Project Name : Personal Home Makeover
	Author : Claudiu Geanta
	Company URL : http://www.personalhomemakeover.com/       
	Last Date Modified : Mar. 11, 2010	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 


body {
	font-family:Tahoma, Verdana, Arial, Georgia, sans-serif;
	color:#5F5E52;
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFF url('images/bkg.gif') no-repeat;
	text-align: center; font-style:normal; font-variant:normal; font-weight:normal; line-height:150%; font-size:.8em; 

scrollbar-face-color:bbb;
scrollbar-highlight-color:ffffff;
scrollbar-3dlight-color: c0c0c0;
scrollbar-darkshadow-color: c0c0c0;
scrollbar-shadow-color: ffffff;
scrollbar-arrow-color:5F5E52;
scrollbar-track-color: f6f6f6;


}

/* Links */
a.ora:link, a.ora:visited 
{	
	color: #FF7700;
	text-decoration:none;
	

}

a.ora:hover {
	
	color: #000;
	border-bottom: 1px solid #000;

}



a.black:link, a.black:visited 
{	
	color: #FF7700;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	

}

a.black:hover {
	
	color: #000;
	font-weight:bold;
	border-bottom: 1px solid #000;

}



a.satori:link, a.satori:visited
{
	font-size:0.9em;
	color:#ccc;
	text-decoration:none;

}

a.satori:hover	{
	color:#ccc;
	text-decoration:underline;}
	



/* images */
img, a img {
	border: 0px;
	padding: 0px;	
}

a:hover img {  
  border: 0px
}

img {
	border: 0px solid #DADADA;
	padding: 0px;	
}
img.no-border {
	border: none;
}





/* Headers */

h1, h2, h3, h4	{
	margin: 0;
	padding-top: 20px;
	color: #F70;
	font:bold 200% Arial, 'Helvetica Neue', Sans-serif;
	border-bottom: 1px dotted #F70;
}


h2 {	background: transparent;
	color: #000;
	border-bottom: 0;

}

h3	{font-size: 1.6em;
	padding: 10px 0 5px 0;
	color: #555;
	margin-left: 30px;
	border-bottom: 1px dotted #000;
	

}

h4 {
	font-size: 1.2em;	
	padding: 10px 0 6px 0;
	margin: 0 0 16px 0;
	border-bottom: 1px solid #555;
}

h5 {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #b5b5b5;
	text-decoration: none;
	padding: 0;
	margin-bottom:20px;
	
}

.green {color:#265708} 

dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
	color: #555;
}

ul {list-style-image: url('images/arrow.gif');}

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}



blockquote {
	margin: 15px 0;
 	border: 1px solid #ccc;
	background: #f0f0f0;
	font-weight: normal;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #000; padding:15px 20px;
		
}




/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header {
	position: relative;
	background: #FFF no-repeat;
	margin: 0 auto;
	width: 960px;
	height: 120px;
	text-align: left;
}


.gallery{
	margin: 0;
	padding: 0;
	text-align: centre;}

/*  Navigation menu */

#nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#nav {
	margin-top: 0px;
	clear: both;
	height: 130px;
	background: #FFF;
}
#nav li {
	margin: 0; 
	padding: 0;
    	list-style: none;
	display: inline;
	}
#nav a {
	float: left;
	padding: 130px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:130px; /* for IE5/Win only */
	}
#nav a:hover, #nav a:active, #nav a.selected {
	background-position: 0 -130px;
	}
#navhome a{
	width: 160px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/navhome.jpg');
	}

#navexterior a {
	width: 160px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/navexterior.jpg');
}

#navtestimonials a{
	width: 160px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/navtestimonials.jpg');
}



#navabout a{
	width: 160px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/navabout.jpg');
}


#navterms a {
	width: 160px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/navterms.jpg');
}


#navcontact a {
	width: 160px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/navcontact.jpg');
}




#content-outer {
	background: transparent;
	width: 100%;
	padding-bottom: 30px;
	
	
}
#content-wrapper {
	width: 960px;
	margin: 0 auto;	
	text-align: left;
		
	
}

#content {
	float: left;
	text-align: left;
	width: 960px;
	margin: 0;
	padding-bottom: 20px;
	

			
}

#content p a:link, #content p a:visited { 
	color: #f70;
	text-decoration: none}
	
#content p a:hover {
	color: #555;
	border-bottom: 1px dotted #555}






	
.col-one {
	width: 450px;
	padding-top: 20px;
	float:left;
}

.col-one p, .col-two p { text-align: justify;}

.col-one ul {
	text-align: left;
	padding-left: 20px;
	text-decoration: none;		
	margin-left:10px;
	list-style: bullet;
	
}

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

.full ul, ol {
	margin: 10px 0 30px 30px;
	padding: 0 20px;
	color: #555;
}

ul {list-style-image: url('images/arrow.gif');}


.col-two {
	float: left;
	width: 450px;
	padding: 20px 0 0 40px;
	font-size: 1em;
	display:inline;
	margin-left: 10px;
	
}


.col-two ul {list-style: bulleted;}

.col-three {
	float: left;
	width: 300px;
	padding-top: 20px;
	font-size: 1em;
	display:inline;
	margin-left: 15px;
	
}

.aux {
	width: 300px;
	padding-top: 20px;
	float:left;
}



.main {
	float: left;
	width: 610px;
	padding-top: 20px;
	font-size: 1em;
	display:inline;
	margin-left: 10px;
	
}

.main p a:link, .main p a:visited { 
	color: #f70;
	text-decoration: none}
	
.main p a:hover {
	color: #555;
	border-bottom: 1px dotted #555}



.col-one h2, .col-two h2, .col-three h2, .main h2, .aux h2, .full h2	{
	margin: 0;
	padding-bottom: 5px;
	font:bold 2em  Arial, Verdana, Sans-serif;
	color: #F70;
	text-align:left;
	line-height: 1.2em;
	letter-spacing: -1px;
	border-bottom: 1px solid #FF7700;
	
}	




/*  Button menu */

#button ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#button {
	clear: both;	
	margin: 0px;
	height: 31px;
	background: transparent;
}
#button li {
	margin: 0; 
	padding: 0;
    	list-style: none;
	display: inline;
	}
#button a {
	float: left;
	padding: 31px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:31px; /* for IE5/Win only */
	}
#button a:hover, #button a:active, #button a.selected {
	background-position: 0 -31px;
	}
#buttongetstarted a{
	width: 100px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url('images/get-started.jpg');
	}


.red {color: #CD0000;}



.col-two a:link, .col-two a:visited {
	color:#f70;
	font: bold;

	
}
.col-two a:hover {
	color: #96de09;
}


.col-one, .col-two, col-three {
	padding-bottom: 10px;
}






#content h2 {
	margin: 10px 0;
	padding: 10px 0;
	
	
}



#content h3 { 	font-size: 160%;
	color: #555;	
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding: 0;
	

	
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	padding: 0;
	text-decoration: none;		
	margin-left:0px; margin-right:5px; margin-top:7px; margin-bottom:8px
}
ul.sidemenu li {
	background: url('images/dots.gif') repeat-x left bottom;
	margin-left: 18px; 
	list-style-image: url('images/arrow.gif');
	padding-left:10px; padding-right:10px; padding-top:6px; padding-bottom:6px		
}
 html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: url('none');	
	background-color: transparent;
	border: medium none;
			
}



ul.sidemenu li a span {
	color: #555;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #555;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


#content .col-one ul li {
	list-style-image: url('images/blue-arrow.jpg');

	
}




#filler	{
	clear: both;
	height: 30px;
	width 100%;
	border-bottom: 3px solid #555;
	}


div.col-1 {
	width: 310px;
	float: left;
	margin:0 0px 0 0;
	padding: 0;
	clear:both;
}

div.col-2 {
	width: 310px;
	margin:0 0px 0 0;
	padding: 0;
	float:right;
		
}


div.col-3 {
	width: 310px;
	margin:0;
	padding-left: 20px;
	float: right;
}



div.services, div.contact, div.address {
	font: normal 11px/1.5em Arial, Helvetica, sans-serif;
	color: #000;
}



/* footer */

#footer {
	clear: both;
	width: 980px;
	margin: 0 auto;
	padding:20px 0;
	text-align: left;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #364656;
	border-top: 3px solid #364656;
	height: 50px;
	font-size: 1em;
	
	
	}
	


#footer a:link, #footer a:visited  {
	color: #f70;
	text-decoration: none;
}

#footer a:hover {
	color: #555;
	}

#footer p {
	margin:0 ;
	padding-top:10px ;
	}

#footer-bottom {
	margin:0px; padding-bottom:20px;
	
	font-size: .8em;
	text-transform: uppercase;
	color: #555;
	width: 100%;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	height: 150px;
	font-weight: bold;
		
	
}
div.footer-left {
	float: left;
	padding-left: 5px;
	margin-top: 10px;
	width: 300px;

	
}
div.footer-right {
	float: right;
	text-align: right;
	padding-right: 5px;
	margin-top: 10px;
	
}







/* alignment classes */
.float-left  	{ float: left; padding-right: 10px; }
.float-right 	{ float: right; }
.align-left  	{ text-align: left; }
.align-right 	{ text-align: right; }
.image-link	{ border: none !important;float: left;padding-right: 20px}
.image-links	{ border: none !important;}
	

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 

}


.dare {font-size: 120%; font-weight: bold}
.client {color: #333; font-weight: bold; font-style: italic;}
.blue {color: #014397}
.hot {color: #F06}
.ita {	color: #fff;	
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;	
	
}

.anaita {	color: #555;	
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;	
	
}

.mare	{
	margin: 0;
	padding-left: 10px;
	font: bold 3em Arial, Verdana, sans-serif;
	color: #000;
	padding: 0 0 30px 30px;
}


.mic	{
	margin: 0;
	padding-left: 10px;
	font: bold .7em Arial, Verdana, sans-serif;
	color: #555;

}



ul, li {
	margin-left:0;
	padding-left:10px;
}




