@charset "utf-8";
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
}
.white {
	color: #FFF;
}
.orange_head {
	font-size: 16px;
	color: #C60;
	font-weight: bold;
}


p {
	text-align: left;
}
a, a:visited {
	color: #55A0B7;
	background: inherit;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	background: inherit;
	text-decoration: underline;
}
#container  {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #333;
	background-repeat: no-repeat;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(Images/top_pic.jpg);
	margin: 0px;
	height: 200px;
} 
#nav_box {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	float: left;
	width: 900px;
	background-position: top;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	height: 30px;
}
ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	width: 900px;
}
ul.menu * {
	margin:0;
	padding:0
}
ul.menu a {
	display:block;
	color:#000;
	text-decoration:none;
}
ul.menu li {
	position:relative;
	float:left;
}
ul.menu ul {position:absolute; top:26px; left:0; background:#d1d1d1; display:none; opacity:0; list-style:none}
ul.menu ul li {
	position:relative;
	width:90px;
	margin:0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-bottom-color: #aaa;
	border-left-color: #aaa;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaa;
}
ul.menu ul li a {
	display:block;
	background-color:#d1d1d1;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {
	left:126px;
	top:-1px
}
ul.menu .menulink {
	font-weight:normal;
	width:127px;
	text-align: center;
	background-image: url(TinyDropdown/images/header2.jpg);
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-bottom-color: #333;
	border-left-color: #8F8F8F;
	color: #FFF;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	background-image: url(TinyDropdown/images/header2_over.jpg);
	
}
ul.menu .sub {
	background-color: #d1d1d1;
	background-image: url(TinyDropdown/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 120px 8px;
	padding-right: 8px;	
}
ul.menu .topline {border-top:1px solid #aaa}
ul#links {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#links li {
	display: block;
	position: relative;
	float: left;
	width: 90px;
	height: 110px;
	line-height: 0;
	overflow: hidden;
	margin-top: 2px;
	margin-left: 2px;
	padding-right: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
ul#links li p {
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 10px;
	color: #FFF;
	line-height: normal;
}
ul#pic_gall {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
ul#pic_gall li {
	display: block;
	position: relative;
	float: left;
	width: 150px;
	height: 110px;
	line-height: 0;
	overflow: hidden;
	margin-top: 2px;
	margin-left: 2px;
	padding-right: 40px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
ul#pic_gall li p {
	text-align: center;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
ul#picgalls {
	text-align: left;
	padding: 0;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#picgalls li {
	list-style: none;
	color: #8F8F8F;
	background-color: #333;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;	
}

ul#picgalls li a {
	text-decoration: none;
	background-image: none;
	color: #55A0B7;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	height: 15px;
	width: 180px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2A2A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #484848;
	border-right-color: #2A2A2A;
	border-left-color: #484848;
}
ul#picgalls li a:hover {
	color: #FFF;
	font-size: 11px;
	background-color: #666;
	display: block;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul#picgalls ul { margin: 0 0 0 5px; padding: 0; }
ul#picgalls ul li { background: none; }

ul#pagenav {
	text-align: left;
	padding: 0;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#frontbox {
	margin: 0px;
	padding: 0px;
	width: 90%;
	float: left;
	clear: left;
}
#frontbox1 {
	float: left;
	width: 90%;
	clear: left;
}

ul#pagenav li {
	list-style: none;
	color: #8F8F8F;
	background-color: #333;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	display: inline;
	float: left;
}

ul#pagenav li a {
	text-decoration: none;
	background-image: none;
	color: #55A0B7;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	height: 15px;
	width: 110px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2A2A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #484848;
	border-right-color: #2A2A2A;
	border-left-color: #484848;
}
ul#pagenav li a:hover {
	color: #FFF;
	font-size: 11px;
	background-color: #666;
	display: block;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul#pagenav ul { margin: 0 0 0 5px; padding: 0; }
ul#pagenav ul li { background: none; }
ul#shop {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#shop li {
	display: block;
	position: relative;
	float: left;
	width: 110px;
	height: 200px;
	line-height: 0;
	overflow: hidden;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-right: 13px;
	padding-right: 1px;
}
ul#shop li p {
	text-align: center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-size: 10px;
	color: #FFF;
	line-height: normal;
	padding: 0px;
}
#pagenav {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}


#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #333;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #333;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	clear: right;
	margin-top: 10px;
}
#sidebar3  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #333;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	clear: right;
	margin-top: 30px;
}
h1 {
	padding-top: 20px;
	color: #FFF;
}
h2 {
	color: #55A0B7;
}
h3 {
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#mainContent  {
	margin-top: 40px;
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666;
	background-repeat: no-repeat;
	background-position: top;
}
#mainContent_front  {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
		
	
}
#gallContent  {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	border-right-width: 1px;
	margin-right: 260px;
} 
#pic_gallContent  {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 50px;
	border-right-width: 1px;
	float: left;
	width: 830px;
}
#vidContent  {
	padding-top: 0;
	padding-bottom: 0;
	height: 660px;
	width: 850px;
	padding-left: 50px;
	float: left;
} 
#audioContent  {
	height: 660px;
	width: 900px;
	background-color: #333;
	float: left;
} 
#audio_txt {
	clear: right;
	float: left;
	margin-top: 40px;
	margin-left: 20px;
	width: 250px;
	padding-right: 10px;
	padding-left: 10px;
}
#vid_txt {
	float: left;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 50px;
}
.shop_textbox {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	float: left;
	width: 790px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
.shop_textbox2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	float: right;
	width: 400px;
	
}
.shop_textbox3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	width: 398px;
	position: absolute;
	top: 255px;
	left: 297px;
	
}
.price_orange {
	color: #F60;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.shop_picbox {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	float: left;
	width: 280px;
	height: 350px;
	
}
.book_box {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

.main_textbox {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}


.main_textbox_bot {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	
}
.news_textbox {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	height: 130px;
	float: left;
	width: 700px;
}
.news_textbox_bot {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	height: 130px;
	float: left;
	width: 700px;
}
.news_textbox_top {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	height: 160px;
	width: 700px;
}
.news_textbox_r {
	height: 100px;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: right;
}
#footer  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-image: url(Images/bgs/shadow.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #202020;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #999;
	text-align: center;
}
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #999;
	text-align: center;
}
#footer a:hover {
	color: #FFF;
	background: inherit;
	text-decoration: none;
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img.float-left {
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	background-color: #FFF;
	clip: rect(auto,auto,auto,auto);
	top: -5px;
}
img.float-right {
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
	float: right;
	background-color: #FFF;
}
img.float-left_shop {
	float: left;
}
img.border {
	padding: 5px;
	
	background-color: #FFF;
	
}
img.border2 {
	padding: 15px;
	background-color: #666;
	margin-left: 5px;
}
.image_box{
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.image_box_right{
	float:right;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.caption {
	/*block level paragraph automatically fills container, so no width is needed*/
text-align:center;
	font-size:90%;
	color: #FFF;
	background-color: #555;
} 
:focus { outline: 0;}
#shad {
	background-image: url(Images/bgs/shadow.png);
	background-repeat: no-repeat;
	width: 900px;
	float: left;
	clear: right;
	background-position: top;
	color: #333;
	height: 24px;
}
#sidebar1 ul.sidemenu {
	text-align: left;
	padding: 0;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 ul.sidemenu li {
	list-style: none;
	color: #8F8F8F;
	background-color: #333;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;	
}

#sidebar1 ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #55A0B7;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	height: 15px;
	width: 180px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2A2A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #484848;
	border-right-color: #2A2A2A;
	border-left-color: #484848;
}
#sidebar1 ul.sidemenu li a:hover {
	color: #FFF;
	font-size: 11px;
	background-color: #666;
	display: block;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar1 ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar1 ul.sidemenu ul li { background: none; }
#sidebar1 ul.sidemenu_proj {
	text-align: left;
	padding: 0;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidebar1 ul.sidemenu_proj li {
	list-style: none;
	color: #8F8F8F;
	background-color: #333;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;	
}

#sidebar1 ul.sidemenu_proj li a {
	text-decoration: none;
	background-image: none;
	color: #55A0B7;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	height: 15px;
	width: 180px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2A2A2A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #484848;
	border-right-color: #2A2A2A;
	border-left-color: #484848;
}
#sidebar1 ul.sidemenu_proj li a:hover {
	color: #FFF;
	font-size: 11px;
	background-color: #666;
	display: block;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#sidebar1 ul.sidemenu_proj ul { margin: 0 0 0 5px; padding: 0; }
#sidebar1 ul.sidemenu_proj ul li { background: none; }
.small_text {
	font-size: 10px;
	color: #999;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.small_orange_text {
	font-size: 10px;
	color: #F60;
	margin: 0px;
	padding: 0px;
}
#book_box {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 350px;
	width: 700px;
	position: relative;
}
.blue_text {
	color: #55A0B7;
}
.big_blue {
	font-size: 16px;
	font-weight: bold;
	color: #55A0B7;
}
#aboutbox {
	background-image: url(Images/bgs/aboutphil1.png);
	height: 400px;
	width: 550px;
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding: 0px;
	position: absolute;
	float: left;
	margin-top: 10px;
}
#aboutbox_text {
	padding: 0px;
	float: right;
	width: 300px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#front_top {
	padding: 0px;
	width: 575px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#front_side {
	width: 260px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
#front_side2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 260px;
	clear: both;
}
#front1 {
	margin: 0px;
	padding: 0px;
	width: 573px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	float: left;
}
#front2 {
	margin: 0px;
	padding: 0px;
	width: 573px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	float: left;
}
#front3 {
	padding: 0px;
	width: 573px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.red {
	color: #F00;
}

