/****************
 General
****************/

html 
{
	height: 100%;
	width: 100%;	
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	margin-left: 15px;	
	line-height:15px;
	background: url(../Images/Master/background.jpg) top repeat-x;
}

/* End General */
/*------------*/
.pageheader
{
	padding:20px 0px 10px 30px;
}

A
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ff9900;
	text-decoration: none; 
}

A:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #ff6600;
	text-decoration: underline;
}

A:visited
{
	
}


.sheader /*Sub headers*/
{
	font-size:20px;
}
.rightContent
{
	padding-left:20px;
}
/****************
 Tables
****************/
.spec /* specification table left colums*/
{
	width:180px;
}
/* End Layout Divs */
/* Menu */

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 25px;
  }
li {
  float: left;
  position: relative; 
  width: 10em;
  }
  
li ul 
{
  display: none;
  top: 1em;
  left: 0;
  float: left;
  position: absolute;
}


li > ul
{
	top: auto;
	left: auto;
}
	
li:hover ul, li.over ul
{ 
	display: block; 
}

.alternatingRowColours
{
	line-height: 20px;
	vertical-align: top;
	background: expression(this.sectionRowIndex % 2 == 0 ? "" : "#E0E0E0");
}

/****************************
 MENUS
****************************/

/* Second level (drop down) menu items */
#nav li li
{
	width: 95px;
	padding-left: 10px;
}

#nav li li a
{
	color: #666666;
}

/* Drop down menu item hover */
#nav li li a:hover
{
	color: orange;
	font-weight: bold;
}

/* First level */

#nav li a
{
	text-decoration: none;
	display: block;
	height: 31px;
}

/* The container of the drop down menu */

#nav li ul
{
	padding: 0px 0px 2px 2px;
	background: white url(~/Images/Menu/dropdownBackground.gif) bottom left;
}

/* Drop down menu item background */
/*
#nav li ul li
{
	background: white;
}
*/

#nav li li a
{
	height: 15px;
}


/****
Home
****/

.IntroductionText
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	color: #ff9900;
	text-decoration: none; 
	word-spacing: 2px;	
	line-height: 20px;
	
}

.MainAreaBackground
{
	background: url('../Images/Default/OrangeGrad.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}

.PhotoGalleryCell
{
	background: url('../Images/Default/GreyGrad.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 0px 0px 20px 65px; 
	line-height: normal; 
	height: 134px;
}

#HomeMenuItem
{
	width: 65px;
}

#HomeMenuItem ul
{
	width: 135px;
	height: 20px;
}

#HomeMenuItem ul li a
{
	width: 135px;
}

#HomeMenuItem a.MainItem
{
	background: url('../Images/Menu/home.jpg');
}

#HomeMenuItem.over a.MainItem, #HomeMenuItem:hover a.MainItem, #HomeMenuItem.Current a.MainItem
{
	background: url('../Images/Menu/homeO.jpg');
}

/****
29er
****/

#The29erMenuItem
{
	width: 68px;
}

#The29erMenuItem ul
{
	width: 105px;
	height: 60px;
}

#The29erMenuItem a.MainItem
{
	background: url('../Images/Menu/the29er.jpg');
}

#The29erMenuItem.over a.MainItem, #The29erMenuItem:hover a.MainItem, #The29erMenuItem.Current a.MainItem
{
	background: url('../Images/Menu/the29erO.jpg');
}

/****
Tips
****/
#TipsMenuItem
{
	width: 47px;
}

#TipsMenuItem a.MainItem
{
	background: url('../Images/Menu/tips.jpg');
}

#TipsMenuItem.over a.MainItem, #TipsMenuItem:hover a.MainItem, #TipsMenuItem.Current a.MainItem
{
	background: url('../Images/Menu/tipsO.jpg');
}

/****
Links
****/

#LinksMenuItem
{
	width:47px;	
	
}

#LinksMenuItem a.MainItem
{
	background: url('../Images/Menu/links.jpg');
	
	
}
#LinksMenuItem ul
{
	width: 180px;
	height: 60px;
	white-space:nowrap;
}

#LinksMenuItem.over a.MainItem, #LinksMenuItem:hover a.MainItem, #LinksMenuItem.Current a.MainItem
{
	background: url('../Images/Menu/linksO.jpg');
}

/****
Contacts
****/
#ContactMenuItem
{
	width: 75px;
}

#ContactMenuItem a.MainItem
{
	background: url('../Images/Menu/contacts.jpg');
}

#ContactMenuItem.over a.MainItem, #ContactMenuItem:hover a.MainItem, #ContactMenuItem.Current a.MainItem
{
	background: url('../Images/Menu/contactsO.jpg');
}

/****
Buy One
****/
#BuyOneMenuItem
{
	width: 69px;	
}

#BuyOneMenuItem ul
{
	width: 160px;
	height: 60px;
}

#BuyOneMenuItem ul li a
{
	width: 160px;
}

#BuyOneMenuItem a.MainItem
{
	background: url('../Images/Menu/buyone.jpg');
}

#BuyOneMenuItem.over a.MainItem, #BuyOneMenuItem:hover a.MainItem, #BuyOneMenuItem.Current a.MainItem
{
	background: url('../Images/Menu/buyoneO.jpg');
}

/****
Forum
****/
#ForumMenuItem
{
	width: 62px;	
}

#ForumMenuItem ul
{
	width: 160px;
	height: 60px;
}

#ForumMenuItem ul li a
{
	width: 160px;
}

#ForumMenuItem a.MainItem
{
	background: url('../Images/Menu/forum.jpg');
}

#ForumMenuItem.over a.MainItem, #ForumMenuItem:hover a.MainItem, #ForumMenuItem.Current a.MainItem
{
	background: url('../Images/Menu/forumO.jpg');
}

/****
Admin

****/
#AdminMenuItem
{
	width: 62px;	
}

#AdminMenuItem ul
{
	width: 160px;
	height: 60px;
}

#AdminMenuItem ul li a
{
	width: 160px;
}

#AdminMenuItem a.MainItem
{
	background: url('../Images/Menu/admin.jpg');
}

#AdminMenuItem.over a.MainItem, #AdminMenuItem:hover a.MainItem, #AdminMenuItem.Current a.MainItem
{
	background: url('../Images/Menu/adminO.jpg');
}

/**************************************
Picture Scroll Area
**************************************/
#PictureScrollArea 
{
    width: 485px;
    height: 123px;
    float: left;
    border: solid 2px orange;
    background: url('../GetImageMontage.ashx') repeat-x 0 0;
}

#PictureScrollArea:hover
{
	cursor: pointer;
	}

.Scroller
{
	float: left;
	display: block;
    height: 123px;
}

/**************************************
Boat Sales Section (Sale/Wanted)
**************************************/

.BoatDetailsTextBox
{
	width: 160px;
	font-family: Verdana;
	font-size: 11px;
}

/**************************************
Add User page
**************************************/

.AddUserTextBox
{
	width: 160px;
	font-family: Verdana;
	font-size: 11px;	
}

/**************************************
Manage Publications page
**************************************/

.PublicationsDateBox
{
	width: 155px;
	font-family: Verdana;
	font-size: small;
}

/**************************************
Display Publications page
**************************************/

.PublicationLabel
{
	font-weight: bold;
}
	
/**************************************
Photo Gallery Page
**************************************/

.PhotoThumbnail
{	 
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}

.PhotoThumbnailDataListItem
{
	background: url('../Images/Photos/PhotoThumbnail.jpg');
	background-repeat: no-repeat;
}

.MainPhotoBackground
{
	background: url('../Images/Photos/MainPhoto.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	padding: 45px 25px 0px 0px;
	text-align: center;
}

.PhotoDetailsName
{
	padding: 15px 0px 0px 20px;
	font-weight: bold;
}

.PhotoDetailsDescription
{
	padding: 0px 0px 0px 20px;
}

/**************************************
Text boxes
**************************************/

.TextAreas
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	border-top: 1px solid #A7A6AA;
	border-right: 1px solid #A7A6AA;
	border-bottom: 1px solid #A7A6AA;
	border-left: 1px solid #A7A6AA;
	list-style-type: circle;
	padding: 1px 0px 1px 2px;
	text-decoration: none;
}

.FreeTextBox
{
}

/**************************************
Calendar
**************************************/

.CalendarStyle
{
	font-family: Verdana;
	font-size: small;
}

/*************************************
General styles
*************************************/
img
{
	border-style: none;
}
