/* General */

	html
	{
		height:100%;
	}
	body 
	{
		margin: 0px;
		height: 100%;
		font-family: Verdana,Arial, Helvetica, Sans Serif;
		color:#666666;
		/*color:black;*/
		font-size:12px;
	}
	
	p
	{
		margin:5px;
		text-align:justify;
		font-size:12px;
	}
	
	a
	{
		font-weight:bold;
		text-decoration:none;
		color:#013399;
	}
	
	a img
	{
		border:0px;
	}

	#container
	{
		width:760px;
		margin-left:auto;
		margin-right:auto;
		/*border-left:1px dashed #DDDDDD;
		border-right:1px dashed #DDDDDD;*/
		padding-left:20px;
		padding-right:20px;
		height:100%;
	}
	
	h1
	{
		font-size:18px;
	}
	
	h2
	{
		font-size:16px;
		text-align:center;
		text-decoration:underline;
		color:#ff9a01;
	}
	
	h3
	{
		font-size:14px;
	}
	
/* GetFlash */


	
/* Menu */

	#menu
	{ 
		height:60px;
	}
	
	#menu a
	{
		color:#78413d;
	}
	
	#logo
	{
		float:left;
	}
	
	#menuPoints
	{
		padding-top:20px;
		float:right;
	}
	
	#menuPoints a
	{
		font-size:14px;
	}
	#menu li
	{
		display:inline;
		padding-left:20px;
	}
	
/* Cocktail lists */

	.cocktailListItem
	{
		width:230px;
		height:180px;
		padding:5px;
		float:left;
		border-left:1px dashed grey;
		border-bottom:1px dashed grey;
	}
	
	.cocktailListItem a
	{
		color:#013399;
	}
	
	.cocktailListItem .title
	{
		text-align:center;
	}
	
	.cocktailListPaging
	{
		clear:both;
		width:100%;
		text-align:center;
		padding-top:10px;
	}
	
	.cocktailListPaging li
	{
		display:inline;
		padding-left:20px;
	}
	
/* Components */

/* SelectorBig */
	.selectorBig
	{
		width:100%;
	}
	
	.selectorBig .item
	{
		width:100%;
		height:150px;
		border:1px dashed grey;
		margin-top:20px;
	}
	
	.selectorBig .item h2
	{
		float:left;
		width:250px;
		text-align:center;
		padding-top:40px;
		text-decoration:underline;
		color:#ff9a01;
	}
	
	.selectorBig .item .rollOverText 
	{
		float:right;
		width:450px;
		text-align:center;
		vertical-align:center;
		padding-top:40px;
		padding-right:20px;
		text-align:justify;
		font-size:13px;
	}
	
	.selectorBig .item ul
	{
		float:right;
		width:450px;
		text-align:center;
		vertical-align:center;
		padding-top:30px;
		padding-right:20px;
		text-align:justify;
		font-size:13px;
	}
	
	.selectorBig .item ul li
	{
		float:left;
		display:inline;
		margin:10px;
		padding:10px;
		margin-top:0px;
		border:1.5px dotted #DDDDDD; 
		
	}
	
/* SelectorSmall */
	.selectorSmall
	{
		width:100%;
	}
	
	.selectorSmall .item
	{
		width:210px;
		height:150px;
		float:left;
		border:1px dashed grey;		
		margin:10px;
		margin-top:20px;
		padding:10px;
	}
	
	.selectorSmall .item h2
	{
		
	}
	
	.selectorSmall .item .rollOverText
	{
		text-align:center;
		vertical-align:center;
		text-align:justify;
	}
	
/* Billboars */
	.billboard
	{
		width:100%;
	}
	
	.billboard .item
	{
		width:100%;
		border-bottom:1px dashed grey;	
		clear:both;
	}
	
	.billboard .item .content
	{
		float:right;
		width:500px;
		height:130px;
	}
	
	.billboard .item .content h2
	{
		text-align:left;
	}
	
	.billboard .item .content .more
	{
		float:right;
	}
	
	.billboard .item .sideBar
	{
		float:left;
		width:235px;
		height:130px;
		background-color:#a7a7a7;
		color:white;
		border-bottom:1px dashed white;
		padding-left:5px;
	}
	
	.billboard .item .content h3
	{
		text-align:center;
		text-decoration:underline;
		color:#ff9a01;
	}
	
	.billboard .item .rollOverText
	{
		text-align:center;
		vertical-align:center;
		text-align:justify;
	}

/* htmlContent */
	.htmlContent #content, .htmlContent #mainContentNoImg
	{
		padding:20px;
		width:100%;
		border:1px dashed grey;	
	}
	
/* ImgList */

	.imgList li
	{
		float:left;
		display:inline;
		margin:10px;
		padding:10px;
		margin-top:0px;
		border:1.5px dotted #DDDDDD; 
	}
