body
{
	margin: 0;
    padding: 0;
    font-family:Verdana;
    font-size:11px;    
    background-color:#303030;
}

table
{
	padding:0px;
	margin:0px;
	/*border:solid 1px red;*/
}

a:link, a:visited{
	color: #000000;	
}

h1
{
	color:#ff8512;
	font-size:25px;
	font-weight:lighter;	
}

h2
{
	color:#000000;
	font-size:18px;
	font-weight:bold;
}

.Note
{
	color:#ff8512;
}

img
{
	border-width:0px
}

.mainHolder
{
	position:relative;
	width:918px
}

.leftSide
{
	background-image:url(/Custom/Images/back_left.gif);
	width:59px;
	height:1000px;
	background-repeat:no-repeat;
	float:left;
}

.rightSide
{
	background-image:url(/Custom/Images/back_right.gif);
	width:59px;
	height:1000px;
	background-repeat:no-repeat;
	float:left;
}
img
{
	border:0px;
}

.centerPlaceHolder
{
	width:800px;
	float:left;
}

.header
{
	background-image:url(/custom/images/header_n.gif);
	width:800px;
	height:97px;
	background-repeat:no-repeat;
	margin-top:22px;
}

.header .content
{
	width:100%;
	text-align:left;
	vertical-align:bottom;
}

.logo
{
	padding-top:15px;
	padding-left:30px
}

.toolbar
{
	padding-top:20px;
	text-align:right;
	padding-right:10px
}

.menubar
{
	height:20px;
	
	color:#434343;
	font-weight:bolder;
	vertical-align:middle
}

.leftMenuSpacer
{
	width:25px;
}

.activeMenu
{
	background-color:#ffffff;
	padding-left:12px;
	padding-right:10px;
	font-family:Verdana;
	font-size:10px;
}

.menuSeparator
{
	background-image:url(/custom/images/menu_separator.gif);
	width:4px;
}

.inactiveMenu
{			
	padding-left:10px;
	padding-right:10px;	
	font-family:Verdana;
	font-size:10px;
}

.inactiveMenu a:link, 
.inactiveMenu a:visited, 
.inactiveMenu a:hover
{
	font-family:Verdana;
	font-size:11px;
	color:#434343;
	font-weight:bolder;
	text-decoration:none;
}



.footer
{
	background-image:url(/custom/images/footer_n.gif);
	background-repeat:no-repeat;
	width:800px;
	height:47px;
	padding-top:7px;
	font-family:Verdana;
	font-size:11px;
	color:#434343;
	
}

.footer a:link, 
.footer a:visited,
.footer a:hover
{
	font-family:Verdana;
	font-size:11px;
	color:#434343;	
	text-decoration:none;
	font-family:Verdana;	
	color:#434343;
}

.footer a:hover
{	
	text-decoration:underline;
}

.pageContent
{
	background-color:#ffffff;
	padding:10px;
}

.contentOneHolder
{
	width:100%;
}

.top_left_corner
{
	width:6px;
	background-image:url(/custom/images/top_left_corner.gif);
	background-repeat:no-repeat;
}

.top_center
{
	width:769px;
	background-image:url(/custom/images/top_center.gif);
	background-repeat:repeat-x;
}

.top_right_corner
{
	width:6px;
	background-image:url(/custom/images/top_right_corner.gif);
	background-repeat:no-repeat;
}

.contentOneHolder .contentPanel
{
	clear:both;
	height:auto;	
}

.left_side
{
	width:6px;
	background-image:url(/custom/images/left_side.gif);
	background-repeat:repeat-y;
}

.right_side
{
	width:6px;
	background-image:url(/custom/images/right_side.gif);
	background-repeat:repeat-y;
	background-position:right
}

.center_panel
{
	width:769px;
	text-align:left;	
	vertical-align:top;
}

.bottom_left_corner
{
	width:6px;
	background-image:url(/custom/images/bottom_left_corner.gif);
	background-repeat:no-repeat;
}

.bottom_center
{
	width:769px;
	background-image:url(/custom/images/bottom_center.gif);
	background-repeat:repeat-x;
}

.bottom_right_corner
{
	width:6px;
	background-image:url(/custom/images/bottom_right_corner.gif);
	background-repeat:no-repeat;
}

.rights
{
	padding-top:5px;
}

.review_title
{
	color:#ff8512;
}

.bottomContent
{
	padding-top:20px;
}

.galleryItemPanel
{	
	/*border:solid 1px #ff8512;	*/
	margin-right:10px;
	margin-top:10px;
	padding-bottom:0px;
	text-align:center;
}

.galleryListItem
{			
	
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=0.8);	
	opacity:0.8;
	
}

.item
{
	padding-right:3px;
	padding-left:3px;
}

.galleryListItem:hover
{		
	
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=1);
	opacity:1;
}

.gallery
{
	
	text-align:center;
}

.galleryList
{
	text-align:center;
	padding-left:45px;
}

.contactForm
{
	padding:10px;
}

.trialpayPage
{
	width:100%;
	height:100%;
	background-color:#ebebeb;
	padding-top:20px
}