
body {
	margin: 0;
	padding: 0;
	background: #a4d7fe;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

input , textarea {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    background:#eee;
    border:1px solid #aaa;
    padding:4px;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.buttonstyle {
    background:#ddd;
    padding:6px;
    cursor:pointer;
    color:#000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #aaa;
    -moz-box-shadow: inset 0px 3px 5px 1px #eee;
    -webkit-box-shadow: inset 0px 3px 5px 1px #eee;
    box-shadow: inset 0px 3px 5px 1px #eee;
    }
    
.buttonstyle:hover {
    background:#ccc;
    color:#111;
    padding:6px;
    cursor:pointer;
    border:1px solid #777;
    -moz-box-shadow: inset 0px 3px 5px 1px #eee;
    -webkit-box-shadow: inset 0px 3px 5px 1px #eee;
    box-shadow: inset 0px 2px 5px 1px #eee;
    }

a , a:visited {
	color: #01CDCE;
}

a:hover {
	color: #FFCC03;
}

.frontnine img {  
    opacity:0.8;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    }
    
.frontnine img:hover { 
    opacity:1;
    }

#shadow1 {
	background: url( drop_shadow_middle.png) repeat-y;
	margin: 0;
	padding: 0;
	width: 890px;
}
#shadow2 {
	background: url( drop_shadow_top.png) no-repeat top left;
	margin: 0;
	padding: 0;
	width: 890px;
}
#shadow3 {
	background: url( drop_shadow_bottom.png) no-repeat bottom left;
	margin: 0;
	padding: 0;
	width: 890px;
}

#container {
	padding: 19px 20px 20px 20px;
	text-align: left;
    -webkit-box-shadow: 0px 0px 100px 55px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 0px 100px 55px rgba(255, 255, 255, 1);
    box-shadow:         0px 0px 100px 55px rgba(255, 255, 255, 1);

}

#design_table {
	width: 850px;
}

#top_image {
	position: absolute;
	top: 160px;
	left: 500px;
}

#content_div {
	margin: 0 40px 10px 60px;
	width: 750px;
}

#inner_content_div {
	margin: 0 40px 0 0;
}

#footer_hr {
	border: 0;
	width: 90%;
	color: #00CCCC;
	background-color: #00CCCC;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
}

.grey_text {
	color: #666666;
}


#bottom_main_menu {
	padding-left: 80px;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #666666;
}
#bottom_main_menu a , #bottom_main_menu a:visited , #bottom_main_menu a:hover {
	color: #666666;
	text-decoration: underline;
}
#bottom_main_menu a:hover {
	color: #333333;
}

#footer {
	padding-right: 40px;

}

#idGalleryBreadcrumbContainer a , #idGalleryBreadcrumbContainer a:visited {
	color: #01CDCE;
}

#idGalleryBreadcrumbContainer a:hover , #idGalleryBreadcrumbContainer h2 {
	color: #FFCC03;
}

#idGalleryContainer div.GalleryTxt {
	color: #FFB900;

}
