@charset "utf-8";
/* CSS Document */

/***** LAYOUT *****/
/*html, body {
	height: 100%;
	
	margin: 0;
	padding: 0;
	
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #000;
	
	background: #fefefe;
	
	cursor: default;
}
*/

.left {float: left;}
.right {
	float: left;
}


#wrapper2 {
	width: 95%;
	
	margin: 0 auto;
}



/***** LINKS *****/
/*a, a:visited {text-decoration: underline; color: #FF9900; border-bottom: 0px solid #004490; font-size:16px;}
a:hover, a:visited:hover {border: none; text-decoration: none; font-size:16px; color: #ffffff;}
a.active {color: #ffffff; font-size:16px; text-decoration: none;}*/


#nav a, #nav a:visited {text-decoration: underline; color: #FF9900; border-bottom: 0px solid #004490; font-size:14px;}
#nav a:hover, #nav a:visited:hover {border: none; text-decoration: none; font-size:14px; color: #ffffff;}
#nav a.active {color: #ffffff; font-size:14px; text-decoration: none;}


/***** PARAGRAPH AND HEADINGS *****/
p {
	margin: 1em 0 1em 0;
	
	font-size: 1em;
	letter-spacing: 0.01em;
	line-height: 160%;
}


h1 {font-size: 18px; margin-left:20px; margin-bottom:10px; color:#ccc; font-style:normal; font-weight:lighter;}
h2 {font-size: 18px; font-weight: lighter; margin-bottom:10px; line-height:24px;} 
h3 {font-size: 16px; font-weight: lighter; margin-bottom:8px;} 
h4 {font-size: 14px; font-weight:lighter; margin-bottom:5px;} 
h5 {font-size: 1.167em;} 
h6 {font-size:  1.083em;} 



/***** LISTS *****/
li {padding-bottom: 10px;}



/***** HEAD *****/
#head {width: 100%; overflow: hidden;}

#head .heading {width: 25%;}
#head .navigation {width: 75%;}


#top-navigation, #bottom-navigation {width: 100%;}

#top-navigation .btnPrev {margin: 20px 20px 0 20px;}
#top-navigation .btnNext {margin: 20px 20px 0 20px;}

#bottom-navigation .btnPrev {margin: 0 20px 20px 20px;}
#bottom-navigation .btnNext {margin: 0 20px 20px 20px;}
#bottom-navigation {padding-top: 5px; border-top: 2px solid #dddddd; overflow: hidden;}

a.previous, a.next {
	display: block;
	
	width: 75px;
	height: 20px;
	
	padding-top: 5px;
	
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #f7f7f7;
	
	border: 2px solid #666;
	
	background-color: #999;
}



/***** CONTENT *****/
#content2, #top-navigation {padding-bottom: 5px; border-bottom: 0px solid #dddddd; overflow: hidden;}

#content2 {margin-left:-30px;
width:1003px;}

#content2 .sidebar {
	width: 100%;
	margin-bottom: 0px;
	background-color: #f7f7f7;
	height:22px;
	padding:10px;
	padding-left:20px;
	background-image:url("http://www.prepaid-test.net/wp-content/themes/Spotty/images/tab.png");
	background-repeat:repeat-x;
	
}

#content2 .sidebar p {
	margin: 15px;
}

#content2 .main {
	width: 100%;
	margin-bottom: 0px;
}
