body {	
	margin : 0px;
	background-color: #E0D6BB;
	text-align:center;
}

table, p, div, li, input, select, textarea, blockquote, body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13px;
}

img {
	border: 0;	
}

.little { font-size:11px }

A:link    { color: black }
A:visited { color: black }
A:hover   { color: #333399 }

/*
A:link.menu    { text-decoration: none }
A:visited.menu { text-decoration: none }
A:hover.menu   { text-decoration: none; color: white }
*/

A:link.noul    { text-decoration: none }
A:visited.noul { text-decoration: none }
A:hover.noul   { text-decoration: none }

A:link.menu2    { color: #FFFFFF; text-decoration: none }
A:visited.menu2 { color: #FFFFFF; text-decoration: none }
A:hover.menu2   { color: #dab579; text-decoration: none }

.sitemenu    { font-size:9pt }
A:link.sitemenu    { text-decoration: none; color:#FFFFFF }
A:visited.sitemenu { text-decoration: none; color:#FFFFFF }
A:hover.sitemenu   { text-decoration: none; color:#000000 }

input, select, textarea {
	border-width:1;
	font-size:11;
	/*
	background-color:#EFEFEF;
	*/
	color:#000000;
}

.border {
	font-weight: bolder;
} 

h1 { 
	font-size:16pt; 
	color: #4f3f66; 
	margin-top: 0px;
}

h2 { 
	font-size:12pt;
    margin-top:0;
    margin-bottom: 0; 
    color: #524765;
}

h3 { font-size:10pt; }

input, textarea {
   width: 250px;	
   border: #c5c5c5 solid 1px;
}

.red {
   color: #f00;	
}

/* layout ------------------------------------------------------- */

#container {
	background-image: url(gfx/content_background.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
	width: 968px;
	text-align: left;
	margin: 0px auto;
	position: relative;
}

#contents {
	/*
   	background-image: url(gfx/sun.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	*/
	margin-right: 8px;
}

#logo {
   margin-top: 20px;
   margin-left: 30px;	
}

#banner {
   position: relative;	
}

#menu {
   position: absolute;
   right: 20px;	
   top: 0;	
}

#menu_btn_home {
	display:block;
	border:none;
	width:76px;
	height:65px;
	float: left;
	background-image:url("../gfx/btn_home.jpg");
}
								
#menu_btn_home:hover {
	background-position:0 -64px;
}

#menu_btn_services {
	display:block;
	border:none;
	width:55px;
	height:65px;
	float: left;
	margin-left: 50px;
	background-image:url("../gfx/btn_services.jpg");
}
								
#menu_btn_services:hover {
	background-position:0 -64px;
}

#menu_btn_gallery {
	display:block;
	border:none;
	width:48px;
	height:65px;
	float: left;
	margin-left: 50px;
	background-image:url("../gfx/btn_gallery.jpg");
}
								
#menu_btn_gallery:hover {
	background-position:0 -64px;
}

#menu_btn_contact {
	display:block;
	border:none;
	width:71px;
	height:65px;
	float: left;
	margin-left: 50px;
	background-image:url("../gfx/btn_contact.jpg");
}
								
#menu_btn_contact:hover {
	background-position:0 -64px;
}

#window_pic {
	float: left;
    padding-left: 15px;	
    padding-top: 30px;
    width: 240px; 
    height: 420px;
    margin-right: 25px; 
}

#window_pic ul, li {
   margin: 0px;
   padding: 0px;
   list-style: none; 
}

#window_pic p {
   font-size: 16px;	
   text-align: center;
   color: #4d435B;
   padding-top: 295px;
   line-height: 25px;
}

#content {
	float: left;
	width: 660px;
	padding-top: 20px;
}


#banner {
/*
	background-image: url(gfx/banner.png);
	background-repeat: no-repeat;
*/
	height: 105px;
}

#footer {
	clear: both;
	text-align: right;
	clear: both;
	border-top: #CFCFCF solid 1px;
}

#footer p {
   padding-top: 15px;
   padding-right: 10px;
   padding-bottom: 10px;
   margin: 0;	
   color: 8c8c8c;
   font-size: 10px;	
}

#footer a {
   	color: 8c8c8c;
}

#footer_copyright {
   	width: 968px;
	text-align: left;
	margin: 0px auto;
}

#footer_logo {
   float: right;	
   padding-right: 30px;
   padding-top: 10px;
}

#footer_right {
   float: left;	
   font-size: 10px;
   color: 8c8c8c;
   padding-top: 15px;
   padding-left: 10px;
}

#bottom_shadow {
	clear: both;
    background-image: url(gfx/bottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
}

#ul_left, 
#ul_right {
   float: left;
   width: 40%;	
}

.service_box {
   clear: both;	
   margin-top: 5px;	
   border: #CFCFCF solid 1px;	
   margin-bottom: 40px;
}

.thumb {
   margin-bottom: 10px;
}

.service_desc {
   float: right;
   padding-left: 15px;
   width: 510px;
}

.table_service td {
   padding-top: 10px;	
   border-bottom: #cfcfcf solid 1px;
}

.table_gallery td {
   padding-top: 10px;	
   border-bottom: #cfcfcf solid 1px;
}

#contact_info {
  float: left;	
  width: 220px;
  height: 290px;
  padding-right: 15px;
  border-right: #cfcfcf solid 1px;                        
}

#contact_form {
	float: left;
	padding-left: 0px;
	padding-top: 30px;
}

#submit {
   width: 100px;
   margin-left: 25px;
}

.line {
   width: 93%;	
   border-top: #cfcfcf solid 1px;	
   padding-bottom: 5px;
}

/* gallery ------------------------------------------------------- */

div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:410px;
	height: 640px;
	padding-right: 25px;
}
div.content a, div.navigation a {
	color: #777;
}
div.content  a:focus, 
div.content  a:hover, 
div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('gfx/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 400px;
	height: 350px
}
div.slideshow {
	clear: both; 
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;	
	padding: 12px;
	padding-top: 0px;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */      
}

ul.thumbs {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	width: 195px;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
	text-align: center;
	width: 76px;
}

a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #4f3f66;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #4f3f66;
	color: #fff;
	border: 1px solid #ccc;
}






#index_animations {
   height: 160px;
   position: relative;
   padding-top: 10px;
   padding-bottom: 10px;
}

#index_animations ul {
	margin: 0px;
	padding: 0px;
	width: 160px;
	height: 160px; 
	display: block;
}

#index_animations li {
  list-style: none;	
}

.index_animation_2 {
   position: absolute;
   left: 165px;
}

.index_animation_3 {
   position: absolute;
   left: 330px;
}

.index_animation_4 {
   position: absolute;
   left: 495px;
}

#banner_left_slogan {
   padding-top: 400px;	
   width: 200px;	
}	
