﻿body
{
	margin: 0px;
	color:dimgray;
	 
	padding-bottom: 10px;
    font-family: tahoma;
	font-size:9px;
	background-color:gainsboro;

}

A:link    {color:#C04000; text-decoration:none;}
A:visited {color:#C04000; text-decoration:none;}
A:active  {color:#C04000; text-decoration:none;}
A:hover   {color:RoyalBlue; text-decoration:none;}

.nav {
    margin:10px 15px 10px 15px;
    padding:0 10px;
    background-color:#444444;
    height: 30px;
    line-height: 27px;
    font-size: 110%;
}

.nav a {
}
.nav a:link, .nav a:visited {
    color: #fff;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #ECF5FE;
}
.Accent
{
	margin:0 3px 0 5px;
}
a {color:#ccc;text-decoration: none}

h1 {
	FONT-SIZE: 18px; margin:0 0 10px 0;
}
h2 {
	FONT-SIZE: 16px; margin:0 0 10px 0;
}
img
{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin-bottom: 0px;
}
td
{
 vertical-align:middle;	
}
#Common
{
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width:415px;
margin:0 auto;text-align:left;
}
#CommonHeader
{
	width: 100%;
	overflow: hidden;
	background-color:#303030;
}
#CommonBody
{
	width: 205%;
	padding-bottom:40px;
	background-color:#303030;
}
.box{
	margin-bottom:10px;
	padding:8px;
	background-color:#222;
	color:#fff;
}
.example
{	
    font-size: 110%;
    font-family: tahoma;
}


a img							{ border: none; }


#page-wrap						{ background: white; width: 790px;height: 193px; width: 778px; margin: 0 auto; 
								  padding: 0 0; }

#slider							{ background: white url(inc/topamd/images/slider-bg.jpg); height: 193px; width: 778px; overflow: hidden;
								  position: relative; margin: 0px 0; }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 790px; position: relative; }

.slide							{ padding: 35px 30px; width: 778px; float: left; position: relative; }
.slide h1						{ font-family: arial; font-size: 22px; letter-spacing: -1px;
								  color: white; }
.slide p						{ color: white; font-size: 10px; line-height: 22px; width: 300px; }
.slide img						{ position: absolute; top: 20px; left: 350px; }
#slider-stopper					{ position: absolute; top: 15px; right: 20px; background:gray; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
