body {
	font-family: arial, Helvetica, sans-serif;
	font-size: 77%; /* initially set to percentage so that ems work without producing miniscule text in IE */
	line-height: 1.3em;
	text-align: left;
	color: #d5ccc3;
	margin: 0; padding: 0; }

h1,h2,h3,h4,h5 { margin: 0; }


p { margin: 0 0 15px 0; padding: 0; }
a { text-decoration: underline; }
a:hover { text-decoration: none; }
img { border: none; }
.clear { clear: both; }
form,
fieldset { margin: 0; padding: 0; border: none; }


/* main wrapper */
#wrapper { position: relative; width: 900px; margin: 0 auto 0 auto; }


#header #skip { display: none;  }
#header { position: relative; width: 732px; height: 157px; }
#header h1 {
	margin: 0; padding: 0; 
	position: absolute; top: 59px; left: 0; height: 99px; width: 732px; margin: 0; padding: 0; }

#header h1 a { 
	position: absolute; display: block;
	top: 0; left: 0; width: 732px; height: 99px;
	text-indent: -9999px; }


#mainMenu { position: absolute; right: 0; top: 30px; overflow: hidden; }

#body .selector ul,
#body .selector ul li,
#mainMenu ul,
#mainMenu ul li { padding: 0; margin: 0; list-style: none; display: block; }

#body .selector ul li,
#mainMenu ul li { float: left; width: 183px; }

#body .selector ul li.left a,
#mainMenu ul li.left a { text-align: left; }

#body .selector ul li.middle a,
#mainMenu ul li.middle a { text-align: center; } 


#body .selector ul li.right a,
#mainMenu ul li.right a { text-align: right; } 

#body .selector ul li a,
#mainMenu ul li a { 
	font-size: 1.1em; display: block; 
	width: 183px; color: #d5ccc3; font-weight: bold; 
	text-decoration: none; }
#body .selector ul li a:hover,
#mainMenu ul li a:hover { text-decoration: underline; }


#mainMenu ul li { float: left; width: 120px; }
#mainMenu ul li a { 
	width: 120px; }


#body .selector img { padding: 5px 0 0 0; }

#body .selector { position: relative; width: 100%; }
#body .address { 
	height: 60px; 
	position: relative; width: 248px; padding: 0 118px 0 0; 
	background: transparent url(../images/tm_logo.gif) 100% 100% no-repeat;
}

#body .address address { position: absolute; bottom: 0; left: 0; font-style: normal; }

#mainMenu ul li a.active { color: #fff; }

body#contact,
body#home { background: #282423 url(../images/home_bg.gif) 50% 0 no-repeat; padding-bottom: 110px; }
body#ourService { background: #282423 url(../images/service_bg.gif) 0 0 repeat-x; padding-bottom: 110px; }
#content { position: relative; }
#body { position: relative; width: 366px; padding: 20px 0 0 366px; }

body#ourService { color: #4f4343; }

#ourService #header { height: 70px; }
#ourService #header h2 { color: #fff; position: absolute; left: 0; bottom: 20px; margin: 0; padding: 0; font-size: 1.7em;}
#ourService #body { position: relative; width: 732px; padding: 20px 0 0 0; font-size: 1.1em; line-height: 1.4em; height: 580px;  }

#ourService #body .address { position: absolute; top: 620px; right: 0; color: #d5ccc3; }

#body .contact { 
	position: relative; width: 316px; border: 5px solid #cac1c2; padding: 20px;
	background: #2d2324 url(../images/contact_bg.gif) 100% 100% no-repeat;
	margin: 0 0 10px 0; }
#body .contact h2 { font-size: 1.1em; padding: 0 0 20px 0; }
#body .contact address { font-style: normal; margin: 0; padding: 0 0 15px 0; }
#body .contact p { margin: 0; padding: 0 0 15px 0; }
#body .contact a { color: #d5ccc3; }


body#dpGallery { background: #282423 url(../images/gallery_bg.gif) 50% 0 no-repeat; }
#dpGallery #body { position: relative; width: 900px; padding: 0; }
#dpGallery #header { position: relative; width: 900px; height: 80px; }

/* jQuery lightBox plugin - Gallery style */
#gallery { padding: 20px 0 20px 0; width: 900px; }
#gallery ul { list-style: none; overflow: hidden; display: block; width: 100%; margin: 0 0 20px 0; padding: 0; }
#gallery ul li { display: block; float: left; margin: 0 0 0 10px; width: 165px; }
#gallery ul img { border: 5px solid #fff; }
#gallery ul a:hover img { border: 5px solid #888; color: #888; }
#gallery ul a:hover { color: #888; }


