html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.22em;
	font-family: inherit;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

a{
	color: #007BB2;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/* @end */

/* @group Structure */

body {
	color: #161616;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
	background-color: #f3f3f3;
}

.container {
	text-align: left;
	width: 960px;
	margin: 0 auto;
}

.container, #tagline, #screens, .step {
	display: inline-block;
}

.container, #tagline, #screens, .step {
	display: block;
}

.container:after, #tagline:after, #screens:after, .step:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Header */

#header {
	background-color: #fff;
	border-top: 8px solid #007BB2;
	min-width: 960px;
}

#logo {
	margin-top: 11px;
	padding-bottom: 10px;
	float: left;
}

#header-links{
	float:right;
	margin: 64px 0 0 0;
	font-size: 11px;
}

/* @end */

/* @group Showcase */

#showcase {
	min-width: 960px;
	background: #dbdbdb url(../img/showcase.png) repeat-x 0 0;
	padding-bottom: 12px;
	border-bottom: 4px solid #fff;
}

#showcase .container {
	min-height: 237px;
	height: auto !important;
	height: 237px;
}

#menucontainer{
	float: left;
}
#menucontainer h1{
	font-size:14px;
	font-weight: bold;
	background-color: #dbdbdb;
	padding: 4px 0 4px 20px;
	margin: 0 0 0 1px;
	color: #007BB2;
}
#menu {
	width: 263px;
	margin: 0 0 0 1px;
	border-style: solid solid none solid;
	border-color: #D8D5D1;
	border-size: 1px;
	border-width: 1px;
	font-size: 12px;
}	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}	
#menu li a {
	height: 30px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
}
#menu li a:link, #menu li a:visited {
	color: #3688BA;
	display: block;
	background:  url(../img/menu.gif);
	padding: 8px 0 0 30px;
}	
#menu li a:hover {
	color: #3688BA;
	background:  url(../img/menu.gif) 0 -30px;
	padding: 8px 0 0 30px;
}

#tagline {
	color: #fff;
	float: right;
	background:  url(../img/showcase_pic.png) top right no-repeat;
	width: 500px;
	height: 237px;
}

#tagline h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0 0 0;
}

#tagline p {
	font-size: 12px;
	line-height: 1.52em;
	width: 300px;
	padding: 0 0 20px 2px;
}
#tagline a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

/* @end */

/* @group Layout */

#layout {
	background: #fff url(../img/layout.png) repeat-x 0 0;
	padding: 30px 0 5px;
	min-width: 960px;
}

.left-col {
	width: 300px;
	padding-right: 30px;
	float: left;
}

.left-col p {
	color: #666;
	font-size: 12px;
	line-height: 1.52em;
	font-weight: bold;
	font-size: 13px;
}

.left-col h3 {
	color: #161616;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 10px 0;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 20px;
}

.left-col li p {
	color: #999;
	font-size: 12px;
}

.right-col {
	width: 630px;
	float: right;
}

.right-col .screen-left {
	width: 400px;
	padding-bottom: 30px;
	float: left;
}

.right-col .screen {
	width: 200px;
	padding-bottom: 30px;
	float: left;
	text-align: center;
}

.right-col .screen-left {
	padding-right: 30px;
}

.right-col .screen-left img, .right-col .screen img {
	background-color: #e8e8e8;
	padding: 5px;
	margin: 0 0 20px 0;
}

.right-col .screen-left p, .right-col .screen p {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.52em;
	padding: 0 0 10px 0;
}

.right-col .screen-left ul, .right-col .screen ul {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.52em;
	list-style: disc;
	padding: 0 10px 0 10px;
	margin: 0 10px 10px 10px;
}
.right-col .screen-left li, .right-col .screen li {
	line-height: 1.52em;
	list-style: disc;
	padding: 2px 0 2px 0;
}

.right-col .screen-left p a, .right-col .screen p a {
	text-decoration: underline;
}

.right-col .screen-left p a:hover, .right-col .screen p a:hover {
	text-decoration: none;
}

/* @end */

/* @group Footer */

#footer {
	color: #666;
	font-size: 11px;
	min-width: 960px;
	padding: 25px 0 35px;
	border-top: 1px solid #d5d5d5;
}

#footer p {
	line-height: 1.92em;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

#footer a:hover, #footer a.undernot {
	text-decoration: none;
}

#footer a:hover.undernot {
	text-decoration: underline;
}

/* @end */
