body {
	background-color: #181818;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}

a {
   text-decoration: none;
}

a:link, a:visited, a:active, a:hover {
}

#header #appstore {
	background-image: url(../images/app-store-button.png);
	background-repeat: no-repeat;
	float: right;
	height: 0;
	margin: 65px 0 0 37px;
	overflow: hidden;
	padding-top: 84px;
	width: 211px;
}

h1 {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 0;
	margin-top: 40px;
	overflow: hidden;
	padding-top: 140px;
	width: 395px;
}

h2.appname {
	background-image: url(../images/h2-APP-NAME.png);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 79px;
	width: 488px;
}

h2.viddly {
	background-image: url(../images/h2-viddly.png);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 79px;
	width: 488px;
}

h2.boxscore {
	background-image: url(../images/h2-boxscore.png);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 79px;
	width: 488px;
}

h2.diggnation {
	background-image: url(../images/h2-diggnation.png);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 79px;
	width: 488px;
}

h2.drunktionary {
	background-image: url(../images/h2-drunktionary.png);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 79px;
	width: 488px;
}

h2.fernando {
	background-image: url(../images/h2-fernando.png);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 79px;
	width: 488px;
}

h2.medpage {
	background-image: url(../images/h2-medpage.png);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 79px;
	width: 488px;
}

h3 {
	font-size: 2.1em;
	font-weight: normal;
	margin-bottom: 34px;
}

#container {
	background-image: url(../images/container-bg.png);
	background-repeat: no-repeat;
	height: 100%;
	margin: 0 auto;
	width: 810px;
}

#header {
	height: 180px;
	width: 810px;
}

#nav {
	background-image: url(../images/nav-bg.png);
	background-repeat: no-repeat;
	height: 40px;
	padding: 0 15px;
	position: absolute;
	width: 780px;
}

#nav li {
	float: left;
	line-height: 35px;
}

#nav li ul li {
	float: none;
}

#nav li a {
	display: block;
	height: 35px;
}

#nav li.navhome a {
	background-image: url(../images/nav-home.png);
	background-repeat: no-repeat;
	height: 0;
	overflow: hidden;
	padding-top: 35px;
	width: 140px;
}

#nav li.navitem {
	background-image: url(../images/nav-divider.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: #6f6f6f;
	font-weight: bold;
	text-align: center;
	width: 128px;
}

#nav li.navitem:hover {
	color: #CCC;
}

#nav li a {
	color: #6f6f6f;
}

#nav li ul {
	background-color: #3c3e3f;
	display: none;
	margin-left: 3px;
}

#nav li ul li {
}

#nav li ul li a {
	color: #CCC;
	display: block;
	font-size: .8em;
	font-weight: normal;
	height: 30px;
	width: 125px;
}

#nav li ul li a:hover {
	background-color: #133c7d;
	color: #FFF;
	text-decoration: underline;
}

#content {
}

#leftpanel {
	background-image: url(../images/leftpanel-bg.png);
	background-repeat: no-repeat;
	float: right;
	height: 550px;
	margin-right: 0px;
	width: 285px;
}

/*#leftpanel img {
	margin: 92px 0 0 40px;
}*/

#mainpanel {
	float: left;
	padding-top: 41px;
	width: 500px;
}

#mainpanel p {
	font-size: 1.1em;
	margin-bottom: 1em;
}

#footer {
	font-size: .9em;
	padding-top: 50px;
	text-align: center;
	width: 810px;
}

#slider {

	/* You MUST specify the width and height */
	width:206px;
	height:310px;
	position:relative;	
	overflow:hidden;
	margin: 92px 0 0 40px;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}

	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:100px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	


.clear {
	clear:both;	
}
