.bnrtop {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footright {
	background-image: url(images/footright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.leftbdrVertical {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #00B7C6;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
.tableborder {
	border: 1px dotted #009BA9;
}
#myDIVtagID { width:80%;
}
.head1{
color:#009BA9;
font-size:22px;
font-weight:bold;
}
.head2{
color:#009BA9;
font-size:14px;
font-weight:bold;
}
.head_ms{
color:#009BA9;
font-size:12px;
font-weight:bold;
}
.head3{
color:#00C;
font-size:20px;
}
a:link {color: #009BA9;}
a:visited {color: #009BA9;}
a:active {color: #00FF00;}
a:hover {color: #000000;}
.divhome{
padding-right:30px;
padding-top:0px;
padding-bottom:0px;
padding-left:10px;
}
.ms_table td{
border-bottom:solid 1px #C0E7EB;
vertical-align:top;
line-height:18px;
border-collapse:collapse;
}
.list_margin li{
margin-bottom:4px;
}
.tshirt_table td{
border-bottom:solid 1px #C0E7EB;
text-align:center;
padding:6px;
}
.tshirt_table td strong{
color:#009BA9;
font-size:14px;
}

/* Photo Gallery 
-----------------------------------------------------------------------------*/

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	height:100%;
	color: #000000;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	border-left: none;
	margin-bottom: -1px;
	background: #E8FAFB;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #AEE5EA;
	border-right: 1px solid #AEE5EA;
	color: #000000;
}
ul.tabs li a {
	text-decoration: none;
	color: #000000;
	display: block;
	padding:10px 0;
	font-size: 12px;
	outline: none;
	
}
ul.tabs li a:hover {
border-bottom:0;

}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
border-bottom: 0px solid #fff;
	background: #fff;
	color:#000000;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
}
.tab_content {
	padding: 15px 0 0 0;
}

.tab_content td{ padding:5px;}

.g_img{float:left; margin:0 6px 6px 0; border:solid 4px #DEF3EF;}

.link{-moz-opacity:1; opacity:1; filter: alpha(opacity=100); cursor:pointer;}
	
.link:hover{-moz-opacity: 0.78; opacity:.78; filter: alpha(opacity=78);}
