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


/*********
* LAYOUT *
*********/

body { behavior: url("csshover.htc"); } 


/* Banner Graphic and Image Map */
#header {
	width: 800px;
	height: 110px;
}


/* Page Title and Graphic */
#header2 {
	width: 800px;
	height: 19px;
}

	#slashes {
		float: left;
		width: 39px;
		height: 25px;
		padding-top: 54px;
		padding-bottom: 2px;
		margin: 0 0 0 0;
	}
	
	#pagetitle {
		float: left;
		width: 500px;
		height: 25px;
		padding-top: 55px;
		border-bottom: 1px solid #ccc;
		margin: 0px;
	}
			
	#pageimage {
		float: left;
		
		width: 231px;
		height: 81px;
		
		margin: 0 0 0 30px;
		padding: 0 0 0 0;
	}
		#pageimage img {
			padding: 0 0 0 0;
			margin: 0 0 0 0;
		}


/* Container for All Content */
#content {
	width: 801px;
	min-height: 500px;
	margin: 0px auto;
	padding: 0px;
}


/* Columns for Two-Column Layouts */
	#maincol {
	float: left;
	width: 500px;
	height: auto;
	padding-left: 39px;
	padding-top: 10px;
	padding-bottom: 39px;
	}
	
	.maincolitem {
		float: left;
		width: 500px;
		height: auto;
		padding-bottom: 10px;
		padding-top: 10px;
		}
	
	.titles {
		padding-top: 0px;
		padding-bottom: 0px;
		margin: 0px;
	}
	
		.maincolitem img {
		float: right;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	
	.nobottommargin {
		margin-bottom: 0px;
	}
	
	.300width {
		width: 300px;
		}		
		

		.rightalignimage {
		float: right;
		}
								
		#screenshot {
		float: left;
		margin-left: 0px;
		margin-top: 0px;
		padding-top: 10px;
		margin-bottom: 20px;
		}
		
	#rightcol {
	float: right;
	width: 231px;
	height: auto;
	padding-left: 30px;
	padding-top: 15px;
	}
	
	#rightcol p {
		line-height: normal;
		margin-bottom: 10px;
		padding: 0 15px 0 15px;
	}
	
		.rightitem {
			margin-bottom: 20px;
			border: 1px solid #bdccd6;
		}
		.rightitem ol {
			font-weight: bold;
			color: #B94F01;
			padding-right: 15px;
		}
		.rightitem ol span {
			font-weight: normal;
			color: black;
		}
		.rightitem li {
			margin-bottom: 10px;
		}
		.rightitemheader {
			margin: 0 0 15px 0;
			padding: 0 15px 0 15px;
			background-color: #bdccd6;
			font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			font-weight: bold;
			color: #000071;
		}

		.rightitem rightalign {
			align: right;
		}


/* Top Navigation */
#nav {
	width: 800px;
	min-height: 24px;
	vertical-align: center;
	text-align: center;
	background-color: #000071;

	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}


/* All Bottom Links (including images) */
#bottom-nav {
	clear: both;
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
	height: 110px;
	margin-bottom: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#bottom-nav-left {
	float: left;
	width: 310px;
	text-align: left;
}
#bottom-nav-right {
	text-align: left;
	float: right;
	width: 460px;
}




/*********
* STYLES *
*********/

img {
	border: none;
}


/* Default */

body {
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	width: auto;
}
.resellerbody {
	padding-left: 15px;
	font: 12px/12px Arial, Helvetica, sans-serif;
}
.resellersidebar {
	font: 12px/14px Arial, Helvetica, sans-serif;
}

p {
	margin-top: 0;
	line-height: 18px;
}

ul {
	line-height: 18px;
	margin-bottom: 24px;
}

ul li {
	margin-bottom: 12px;
}

/* Headings */

h1 {
	color: #B94F01;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}

h2 {
	font-size: 15px;
	font-weight: bold;
	color: #B94F01;
}

h3 {
	color: #000071;
	font-weight: bold;
}


/* Spans */

.boldblue {
	color: #000071;
	font-weight: bold;
}

.boldorange {
	color: #B94F01;
	font-weight: bold;
}

.boldgreen {
	color: #008039;
	font-weight: bold;
}

/* Links */

a {
	color: #000071;
	text-decoration: underline;
}
.PopUpImages {
	position:relative;
}
.PopUp {
	padding:2px 5px;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FF6600;
	width: 190px;
	height: auto;
	border: 1px solid #CC6600;
	padding: 0px;
	white-space: normal;
	z-index: 100;
	display: none;
	margin: 0px 0px 0px 125px;
	position: absolute;
}
.PopUp a:link {
	color: #CC6600;
	text-decoration: none;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 5px;
	height: auto;
	width: 180px;
	font-size: 12px;
	line-height: 15px;
	float: left;
}
.PopUp a:visited {
	color: #CC6600;
	text-decoration: none;
	background-color:#FFFFFF
}
.PopUp a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#CC6600
}
.PopUp a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color:#CC6600
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
