html {
	height:100%;
	padding-bottom:1px; /* Forces scrollbar to appear, makes for smoother navigation */
	}

body {
	font-family:Arial;
	padding:0px;
	margin:0px;
	background: url(pix/body_bg.png) #3d1824 repeat-x;
	}
	
a, a:visited {
	color:#f58f1c;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
}

::-moz-selection
{
	background:#5A2336;
	color:#fff;
}

::selection
{
	background:#5A2336;
	color:#fff;
}

img {
	outline:none;
	border:none;
	}

#wrapper {
	padding-left:15px;
	width:995px;
	margin:0 auto 0 auto;

	padding-bottom:60px;	
	background: url(pix/hammer_bg.png) no-repeat left 95%;
	}
	
#header {
	height:143px;
	background:url(pix/header.png) no-repeat;
	}
	
#header img {
	margin-left:388px;
	margin-top:67px;
	}
	
#header_shadow {
	position:absolute;
	z-index:100;
	top:143px;
	width:100%;
	height:15px;
	background:url(pix/header_shadow.png) repeat-x;
	}

#nav-top {
	margin: -35px 0 0 790px;
	}
	
#nav-top a
	{
	color:#5d2438;
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:normal;
	text-decoration:none;
	}
	
#nav-top a:hover
	{
	text-decoration:underline;
	}



#nav {
	float:left;
	height:400px;
	width:195px;
	}
	
#nav ul {
	padding:0 0 0 0;
	margin:13px 0 0 0;
	width:177px;
	}
	
#nav ul li {
	margin:0px;

	text-align:right;
	list-style:none;

	text-transform:capitalize;
	background:url(pix/ul_li_border_bottom.png) repeat-x bottom;
	}

#nav ul li a, #nav ul li a:visited {
	color:#f58f1c;
	font-size:0.9em;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
	font-weight:normal;
	height:25px;
	padding-right:8px;
	padding-top:7px;
	}

/*#nav ul:first-child > {*/
/*	border:none !important;*/
/*	}*/

#nav ul li a.current {
	color:#FFF;
	padding-right:7px;
	border-right:#804057 dashed 1px;
	}

#nav ul li:first-child a {
	padding-right:8px;
	border-right:none !important;
	}
	
#nav ul li:last-child a {
	padding-right:8px;
	border-right:none !important;
	}

#nav ul li a:hover {
	color:#DDD;
	}
	
#nav ul li:last-child{
	background:none;
	}

/*                  SECOND LEVEL NAV                       */

#nav ul li ul {
	padding:	4px 0px 10px 0;
	margin:		0px 0px 0px 0px;

/*	background: #542132;*/
	border-top:#804057 dashed 1px;
	border-left:#804057 dashed 1px;
	border-bottom:#804057 dashed 1px;

	}
	
#nav ul li a.parent {
	color:#ffba6c;
	border-right:#804057 dashed 1px;
	padding-right:7px;
}

#nav ul li a.parent:hover
{
	color:#DDD;
}
	
#nav ul li ul li  {
	padding:0px;
	margin:0px;
	
	text-align:right;
	list-style:none;
	text-transform:capitalize;
	background:none;
	font-size:0.78em;
	}

#nav ul ul li a, #nav ul ul li a:visited  {
	padding:6px 15px 6px 0;
	margin:0px 0px 0px 0;
	height:10px;
/*	background-color:#FFF;*/
	}

#nav ul ul li a.current {
	border:none;
	padding-right:15px;
	
}

#nav ul ul li:last-child a, #nav ul ul li:first-child a{
	padding-right:15px;
	}

#nav ul ul li a.parent {
	border-right:#804057 dashed 1px;
}

#nav ul ul li a:hover {
	}

#nav h2 {
	padding:0 25px 0 0;
	margin:0;
	color:#f58f1c;
	text-align:right;
}

/*                                  END SECOND LEVEL NAV                   */


#content {
	position:relative;

	margin-left:195px;

	min-height:650px;
	width:770px;
	background: #FFF;
	border: #f58f1c 6px solid;
	border-top:none;
	}
	
#center-content {
	padding:15px;
	padding-top:10px;
	padding-right:0px;
	width:545px;
	}	

#center-content h1 {
	margin-top:4px;
	margin-bottom:4px;
	color:#6e1d3a;
	font-size:1.6em;
	font-weight:normal;
	}
	
#center-content h2 {
	font-size:1em;
	color:#757474;
	margin-top:7px;
	margin-bottom:-4px;
	}

#center-content h3 {
	font-size:0.9em;
	color:#757474;
	margin-bottom:7px;
	}	

#center-content p {
	font-size:0.9em;
	line-height:1.7em;
	color:#757474;
	}

#center-content ul {
	margin:0 0 0 50px;
	padding:0px;
	}

#center-content li {
	list-style-image:url(pix/ul_li.png);
	/*background:url(/inc/html/gajoineryservices/pix/ul_li.png) no-repeat;
	background-position:0% 50%;*/
	font-size:0.9em;
	color:#757474;
	margin:5px 0 5px 0;
	line-height:1.3em;
	}

#center-content .before_after table {
	margin:0 0 0 -9px;
	text-shadow:#FFF 1px 1px;
	}

#center-content td {
	padding:0 0 0 7px;
	margin:0 0 0 0;
	font-size:1em;
	color:#757474;
	}

#center-content td ul {
	padding:0 0 0 40px;
	margin:0;
	}

#center-content td p {
	font-size:0.9em;
	line-height:1.5em;
	color:#656464;
	margin:3px 0 3px 0;
	}

#center-content .bordered {
	margin:8px;
	border:#EEE 4px solid;
	}

#right-content {
	margin-top:10px;
	float:right;
	width:180px;
	padding:10px;
	margin-right:5px;
	}

#right-content a, a:visited {
	color:#5d2438;
	}

#right-content h1 {
	margin-top:0px;
	color:#6e1d3a;
	font-size:1.4em;
	display:inline;
	}
	
#right-content h2 {
	font-size:0.9em;
	color:#5d2438;
	}
	
#right-content p {
	font-size:0.8em;
	color:#757474;
	}
	
#info-box {
	color:#5d2438;
	background:url(pix/info-box.jpg);
	padding:7px;
	}

#info-box h2 {
	color:#5d2438;
	margin:0;
	font-size:1em;
	text-decoration:underline;
	display:inline;
	}

#info-box p {
	color:#5d2438;
	margin:5px 0 5px 0;
	font-size:0.9em;
	}

#info-box h4 {
	color:#5d2438;
	margin:5px 0 5px 0;
	font-size:1em;
	}
	
#footer {
	position:absolute;
	left:0px;
	bottom:-30px;
	
	
	width:100%;
	text-align:left;
	font-size:0.8em;
	color:#f58f1c;
	font-weight:bold;
	}
	
#footer a {color:#f58f1c;}
/* TESTIMONIAL STYLES */

.testimonial {
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	padding:5px 5px 5px 5px;
	margin:15px 0px 15px 0px;
	width:530px;
	background:#EEE;
	max-height:170px;
	overflow:auto; /* if div height exceeds 200px, it will overflow:scroll;*/
	}
	
.testimonial h4 {
	border-left:3px #DDD double;
/*	font-weight:normal;*/
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	color:#6e1d3a;
	font-size:12px !important;
	text-shadow:#FFF 1px 1px;
	}
	
.testimonial h5 {
/*	font-weight:normal;*/

	border-left:3px #CACACA double;
	margin:8px 0px 8px 0px;
	padding:0px 0px 0px 10px;
	color:#666;
	font-size:14px !important;
	line-height:1.4em;
	font-weight:normal;
	}

/*               IMAGE GALLERY CLASS	*/

._gallery {
	margin-left:-5px;
	padding:2px 0px 2px 5px;
	background:#EEE;
	}
	
._gallery h2{
	text-shadow:#FFF 1px 1px;
	text-align:center;
	color:#999 !important;
/*	text-shadow:#444 0px 1px 4px;*/
	margin:5px 0 7px 0 !important;
}
	
.wardrobe {
/*	width:270px;*/
	float:left;
	margin:0 0 4px 4px;
}	

.clear {
	clear:both;
}
	
	