/****** CSS Document ******/
/*
   Written by Andrew Sonnek
   LAKEffect Studios
   www.lakeffectstudios.com
   Original: March 2005
   Last Update: October 3, 2007
   
   THE VIRANT GROUP
*/

/*************************************/
/**         Basic Elements          **/
/*************************************/

html {
	height: 100%;
}

body {
	background: #d7d7d7;
	border: none;
	color: #323232;
	font-family:  Franklin Gothic Book, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

/* Headings */

h1 {
	border-bottom: 1px solid #d7d7d7;
	color: #ff321e;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0 0 4px 0;
}

h2 {
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.5em;
	padding: 20px 0 0 0;
}

h3 {
	color: #646464;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	padding: 20px 0 4px 0;
}

/* Paragraphs */

p.right {
	text-align: right;
}

p.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.tight {
	line-height: 1.4em;
}

blockquote {
	background: url(images/blockquote.gif) no-repeat top left;
	line-height: 1.3em;
	margin: 0 0 0 30px;
	padding: 10px 0 0 10px;
}

.wisdom {
	background: url(images/wisdom.gif) no-repeat bottom left;
	border-bottom: 1px solid #669933;
	color: #669933;
	font-size: 18px;
	line-height: 1.4em;
	margin: 15px 30px 0 30px;
	padding: 10px 0 0 50px;
}

/* Link Text */

a:link {
	color: #305a86;
	text-decoration: none;
}

a:visited {
	color: #305a86;
	text-decoration: none;
}

a:hover {
	color: #669933;
	text-decoration: underline;
}

a:active {
	color: #ff321e;
}

a.login {
	background: url(images/bullet_login.gif) no-repeat 0 3px;
	padding: 0 0 0 15px;
}

a.paper {
	background: url(images/paper_sm_blue.gif) no-repeat 0 4px;
	padding: 0 0 0 15px;
}

a.mail {
	background: url(images/bullet_gray_mail.gif) no-repeat 0 5px;
	padding: 0 0 0 15px;
}

a.buy {
	background: url(images/bullet_gray_pointer.gif) no-repeat 0 5px;
	padding: 0 15px 0 15px;
}

/* List Items */

ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
}

ul.bold {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	font-weight: bold;
}

li {
	background: url(images/bullet_sm_blue.gif) no-repeat 0 5px;
	padding: 0 0 0 14px;
}

li.document {
	background: url(images/paper_sm_blue.gif) no-repeat 0 5px;
	padding: 0 0 0 14px;
}

/* Images */

img {
	border: 1px solid #d7d7d7;
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
}

img.noborder {
	border: 0;
	float: none;
	margin: 0;
	padding: 0;
}

img.center {
	border: 0;
	float: none;
	margin: 0 auto 0 auto;
	padding: 0;
}

/*************************************/
/**           Containers            **/
/*************************************/

#frame {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 790px;
}

#skip {
	display: none;
}

#content_bg {
	background: #d7d7d7 url(images/background_nobar.gif) repeat-y center;
	width: 801px;
}

#container_header {
	margin: 0;
	padding: 0;
	width: 791px;
}

	#container_left {
		color: #646464;
		font-size: 12px;
		line-height: 1.5em;
		margin: 0;
		padding: 10px 10px 10px 10px;
		text-align: left;
		width: 160px;
	}

	#container_right {
		float: right;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.8em;
		margin: 0;
		padding: 10px 35px 10px 15px;
		width: 560px;
	}
	
		#active_window {
			border: 1px solid #d7d7d7;
			font-size: 13px;
			margin: 10px auto 10px auto;
			padding: 10px 10px 5px 10px;
			text-align: left;
			width: 450px;
		}

#footer {
	clear: right;
	margin: 0;
	padding: 0;
	position: relative;
	width: 791px;
}

	#container_footer {
		font-size: 11px;
		float: right;
		line-height: 14px;
		margin: 0;
		padding: 15px 25px 15px 205px;
		text-align: left;
		width: 561px;
	}

	#copyright {
		background-color: #3d3d3d;
		border-bottom: 10px solid #669933;
		clear: both;
		color: #f5f5f5;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;
		line-height: 1.4em;
		margin: 0;
		padding: 2px 0 2px 0;
		text-align: center;
		width: 791px;
	}

/* Header */

#container_header img {
	border: 0;
	float: none;
	margin: 0;
	padding: 0;
}

	/* Menu */

	#menu {
		background: url(images/bg_menu.gif) repeat-x 0 0;
		margin: 0;
		padding: 4px 0 5px 180px;
		width: 611px;
	}
	
	#menu a {
		color: #ffffff;
		display: block;
		text-decoration: none;
		width: 90px;
	}
	
	#menu a:hover {
		background: #669933;
	}

	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
 
	#menu li {
		background: none;
		float: left;
		border-left: 1px solid #669933;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 20px;
		padding: 0 0 0 8px;
		position: relative;
		width: 90px;
	}
		
	#menu li:hover {
		background: #669933;
	}
	
	#menu li.right {
		border-right: 1px solid #669933;
	}

	#menu li ul {
		background: #f1f1f1;
		border: 1px solid #669933;
		left: -999em;
		padding: 0;
		position: absolute;
	}

	#menu li ul a {
		color: #305a86;
		width: 145px;
		padding: 0 0 0 5px;
	}
	
	#menu li ul a:hover {
		color: #ffffff;
	}

	#menu li li {
		background-color: transparent;
		border: 0;
		display: block;
		float: none;
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		padding: 0;
		text-align: left;
		width: 150px;
	}

	#menu li:hover ul, #menu li.sfhover ul {
		left: auto;
	}

/* Body */

	/* Left */

	#container_left .bottom{
		border-bottom: 1px solid #d7d7d7;
		padding: 0 0 4px 0;
	}
	
	#container_left h2{
		padding: 0;
	}

	/* Right */

	#container_right .subhead {
		background: #d7d7d7;
		font-size: 14px;
		padding: 0 0 0 4px;
	}

	#container_right .bottom {
		border-bottom: 1px solid #d7d7d7;
	}

	#container_right ul {
		line-height: 1.5em;
		list-style: none;
		margin: 0 0 0 30px;
		padding: 0;
	}

	#container_right li {
		background: url(images/bullet_sm_gray.gif) no-repeat 0 7px;
		font-weight: normal;
		padding: 0 0 0 14px;
	}
	
	#container_right li.document {
		background: url(images/paper_sm_gray.gif) no-repeat 0 7px;
	}

	#container_right li.mapheader {
		background: none;
		font-weight: bold;
		padding: 0 0 0 14px;
	}
	
		/* Tab Table */
		
		#tab_box td {
		border: 0;
		margin: 0;
		padding: 0;
		}
		
		#tab_box td.box_content {
			background: url(images/tab_content_bg.gif) repeat-x;
			border-bottom: 1px dotted #cccccc;
			border-top: 1px solid #cccccc;
			padding: 0 10px 0 10px;
			text-align: left;
			vertical-align: top;
		}
		
		#tab_box td.content {
			background: url(images/tab_content_bg.gif) repeat-x; border-top: 1px solid #cccccc;
			padding: 0 10px 0 10px;
			text-align:left;
		}
		
		#tab_box td.tab {
			background: url(images/tab_bg.gif) repeat-x;
			color: #ffffff;
			font-weight: bold;
			line-height: 28px;
			padding: 0 5px 0 5px;
		}
		
		#tab_box td.tab_divider {
			background: url(images/tab_divider.gif) no-repeat center;
			width: 10px;
		}
		
		#tab_box td.tab_left {
			background: url(images/tab_left.gif) no-repeat right;
			width: 10px;
		}
		
		#tab_box td.tab_right {
			background: url(images/tab_right.gif) no-repeat left;
			width: 10px;
		}
		
		#tab_box a:link.tab, a:visited.tab {
			color: #cccccc;
		}
		
		#tab_box a:hover.tab, a:active.tab {
			color: #ffffff;
		}
		
		


		/* Purchase Table */

		table {
			border: 0;
			margin: 0;
			padding: 5px;
			text-align: center;
			width: 100%;
		}

		#purc_table td {
			border-bottom: 1px solid #d7d7d7;
		}

		#purc_table td.desc {
			text-align: left;
		}

		#purc_table td.function {
			border: 0;
			text-align: right;
		}

		#purc_table tr.header {
			background: #669ad0;
			color: #ffffff;
			font-weight: bold;
		}

		/*  Homepage  */

		#container_hometext {
			border: 0;
			margin: 0;
			padding: 0;
			width: 325px;
		}

		/* Product */
		
		p.extension {
			border-bottom: 1px solid #669933;
			font-size: 15px;
			font-weight: normal;
			letter-spacing: 3px;
			line-height: 1.5em;
			margin: 0;
		}
		
		p.title {
			border-bottom: 3px solid #669933;
			color: #646464;
			font-size: 13px;
			font-weight: bold;
			letter-spacing: 1px;
			line-height: 1.6em;
			margin: 0;
		}

		strong.name {
			font-size: 42px;
			letter-spacing: 3px;
			line-height: 44px;
		}

		#productbox {
			border: 1px dotted #d7d7d7;
			line-height: 1.4em;
			margin: 0 0 10px 0;
			padding: 5px;
		}

		#productbox img {
			border: 0;
			float: none;
			margin: 0;
			padding: 0;
		}
		
		img.element {
			border: 0;
			float: right;
			margin: 0;
			padding: 0;
		}
		
		#productbox img.box {
			float: left;
			margin-right: 15px;
		}

		#productbox a {
			background: url(images/bullet_gray_pointer.gif) no-repeat 0 5px;
			padding: 0 15px 0 15px;
		}

		#productbox p.product {
			color: #646464;
			border-bottom: 1px solid #d7d7d7;
			font-size: 13px;
			font-style: normal;
			font-weight: bold;
			line-height: 1.1em;
			margin: 0;
			padding: 0 0 4px 0;
		}

		#featurebox {
			margin: 0;
			padding: 0;
			width: 100%;
		}

		#featurebox p {
			padding: 0 10px 0 10px;
		}

		#featurebox p.heading {
			color: #000000;
			border-bottom: 1px solid #d7d7d7;
			font-size: 14px;
			font-style: normal;
			font-weight: bold;
			line-height: 1.1em;
			margin: 0;
			padding: 20px 0 4px 0;
		}
		
		/* About Us */
			
		#partner {
			border: 1px dotted #d7d7d7;
			line-height: 1.4em;
			margin: 0 0 10px 0;
			padding: 5px;
		}
		
		#partner p.link_title {
			color: #646464;
			border-bottom: 1px solid #d7d7d7;
			font-size: 13px;
			font-style: normal;
			line-height: 1.1em;
			margin: 0;
			padding: 0 0 4px 0;
		}

		#partner img {
			border: 0;
			float: none;
			margin: 5px 0 0 0;
			padding: 0;
		}

		/* Services */

		#development {
			margin: 0;
			padding: 0;
			text-align: center;
		}

		#development img {
			border: 0;
			float: none;
			margin: 0 10px 10px 0;
			padding: 0;
		}
		
		/* Example Tables */
		
		table.example {
			text-align: left;
		}
		
		tr.ex_header {
			font-weight: bold;
			line-height: 14px;
			vertical-align: bottom;
		}
		
		tr.ex_row {
			
		}
		
		td.ex_name {
			line-height: 14px;
			padding: 2px 0 5px 0;
			width: 140px;
			vertical-align: top;
		}
		
		td.ex_desc {
			line-height: 14px;
			padding: 2px 0 5px 0;
			vertical-align: top;
		}
		
		td.ex_tech {
			line-height: 14px;
			padding: 2px 0 5px 0;
			width: 70px;
			vertical-align: top;
		}
		
		td.ex_sample {
			line-height: 14px;
			padding: 2px 0 5px 0;
			text-align: center;
			width: 85px;
			vertical-align: middle;
		}
		
	/*  Active Window */
	
	#active_window .nav {
		font-size: 11px;
		line-height: 12px;
		margin: 0;
		text-align: right;
	}
	
	#active_window a:hover {
		background-color: #669933;
		color: #ffffff;
		text-decoration: none;
	}

	/* News */

	p.headline {
		color: #646464;
		font-size: 13px;
		font-style: normal;
		font-weight: bold;
		line-height: 1.1em;
		margin: 0;
		padding: 0;
	}

	p.date {
		font-size: 12px;
		font-style: italic;
		line-height: 1.1em;
		margin: 0;
		padding: 0;
	}

/* Footer */

#container_footer .dot {
	background: url(images/bullet_sm_blue.gif) no-repeat 0 2px;
	margin: 4px 0 0 0;
	padding: 0 0 0 15px;
}

	/* Bottom Navigators */

	ul#bottom {
		border-top: 1px solid #D7D7D7;
		margin: 16px 0 0 0;
		padding: 0 0 20px 0;
		text-align: center;
	}

	#bottom li {
		background: none;
		display: inline;
		list-style-type: none;
		margin: 0; 
		padding: 0;
	}
	
	#bottom a:link, #bottom a:visited {
		border-left: 1px solid #d7d7d7;
		float: right;
		font-size: 12px;
		font-weight: bold;
		line-height: 14px;
		padding: 2px 8px 3px 8px;
	}

/********************************************/
/*           Helper                         */
/********************************************/

#helper {
	border: 1px solid #d7d7d7;
	font-size: 13px;
	margin: 10px auto 10px auto;
	padding: 10px 10px 15px 10px;
	text-align: left;
	width: 380px;
}

.close {
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

.code {
	font-size: 10px;
	font-family: "Courier New", Courier, mono;
}

.storyboard {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
