﻿body, img, ul, li, form, fieldset, label, caption, h1, h2, h3, h4, ul, ol, li, p, a, img, span
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
}
ul
{

}
li
{
	margin-left:18px;
	
	margin-top:4px;
	list-style-image:url(/images/bullet.jpg);
}
body
{
	font-family: Verdana;
	font-size: .9em;
	color: #AAAAAA;
	background-image: url(/images/bg.png);
	background-repeat: repeat-y;
	background-color: #121314;
	background-position: center;
}
a
{
	color: White;
	text-decoration:none;
}
h3
{
	color: #c2eb04;
}
h4
{
	color:White;
	font-size:.9em;
}

.wrapper
{
	margin: 0px auto;
	width: 800px;
}

html
{
	overflow-y: scroll;
}
.para
{
	margin:10px;
}
.lime
{
	color:#c2eb04;
}
/**************NAV SECTION*************/
.top
{
	background-image: url(/images/top.png);
	background-repeat: no-repeat;
	width: 796px;
	height: 110px;
	margin-top: 10px;
}


.nav, .AspNet-Menu-Horizontal
{
	width: 796px;
	margin-top: 78px;
	float: left;
}

.navItem, .AspNet-Menu-Horizontal li
{
	margin:0;
	float: left;
	margin-left: 16px;
	display: block;
	font-size: 20px;
	margin-right: 16px;
}
.AspNet-Menu-Horizontal li a
{
	color: Black;
}

.navSelected, .AspNet-Menu-Selected
{
	color: #c2eb04 !important;
}
.navHover, .navItem:hover
{
	color: #c2eb04;
}
/**************MAIN SECTION*************/
.mainWrapper
{
	float: left;
	margin-left: 11px;
	width: 505px;
}
.mainSection
{
	width: 495px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	background-image: url(/images/main.png);
	background-repeat: repeat-y;
}
.mainBottom
{
	float: left;
	width: 505px;
	height: 5px;
	background-image: url(/images/mainbot.png);
	margin-bottom: 20px;
}

/**************SIDE SECTION*************/
.sideWrapper
{
	float: left;
	width: 260px;
}
.sideSection
{
	margin-left: 12px;
	float: left;
	width: 250px;
	padding:10px;
	background-image: url(/images/side.png);
	background-repeat: repeat-y;
}
.sideBottom
{
	margin-left: 12px;
	float: left;
	width: 260px;
	height: 5px;
	background-image: url(/images/sidebot.png);
	margin-bottom: 20px;
}
.sideFooter
{
	font-size:.7em;
	text-align: center; 
	display: block;
	width:100%;
}

/**************iPhone Viewer *************/

.iPhoneShell
{ 
	background-image: url(/images/shapeslide_iphone.png);
	width:480px;
	height:259px;
	float:left;
	margin-top:20px;
}
.iPhoneLeft
{
	cursor:pointer;
	float:left;
	margin-top:196px;
	margin-left:20px;
	width:40px;
	height:46px;
	background-image: url(/images/leftarrow.png);
}


.iPhoneImg
{
	float:left;
	width:336px;
	height:224px;
	margin-left:12px;
	margin-top:16px;
}


.iPhoneRight
{
	cursor:pointer;
	margin-left:10px;
	float:left;
	margin-top:196px;
	width:40px;
	height:46px;
	background-image: url(/images/rightarrow.png);
}

.iPhoneHelperText
{
	width:100%;
	float:left;
	text-align:center;
	margin-top:10px;
	font-size:.8em;
	margin-bottom:20px;
	color:#c2eb04;	
}
