﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333;
	background-image: url(../Pics/Static/gradient-background.jpg);
	background-repeat: repeat-x;
	background-color: #ccc;
}
h1
{
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 24px;
	font-size: 18px;
	color: #555;
	font-family: Verdana, Helvetica, sans-serif;
}
h2
{
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 18px;
	font-size: 14px;
	color: #555;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
}

a
{
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}
a:hover { text-decoration: none; }


strong, b 
{
	color: #444;
}

#contentContainer 
{
	width: 990px;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* Top style definitions */
#top
{
	width: 960px;
	height: 134px;
	background-image: url(../Pics/Static/gradient-top.gif);
	background-repeat: repeat;
	padding-left: 15px;
	padding-right: 15px;
}
#header 
{
	margin: 0px;
	padding: 0px;
	width: 990px;
	height: 136px;
}

#header .switchButton 
{
	margin-top: 2px;
	margin-left: 3px;
}

#header #search 
{
	margin-top: 21px;
	color: #fff;
}
#header #search input.searchField 
{
	background-color: #6F7478;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	width: 104px;
	margin-right:1px;
}

#header #switch
{
	float: right;
	margin-top: 5px;
	margin-right: 30px;
	color: #fff;
	font-size: 10px;
	height: 30px;
}
#header #switch select 
{
	background-color: #919191;
	color: #fff;
	width: 110px;
}
#header #logo
{
	float: left;
	height: 71px;
}

/* Menu style definitions */
#menu
{
	clear: left;
	width: 990px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	height: 28px;
}
#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 28px;
}
#menu ul li 
{
	float: left;
	display: inline;
	text-align: center;
	height: 23px;
	padding: 5px 7px 0px 7px;
	margin: 0px;
	margin-right: 1px;
	color: #666;
	font-weight: normal;
	background-color: #979797;
	font-size: 13px;
	line-height: 15px;
}	
#menu ul #current
{
	background-color: #fff;
}

#menu ul li a 
{
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	
}
#menu ul li a:hover
{
	text-decoration: underline;
}
#menu #current a
{
	color: #666;
}

#menu li#signature {
	margin-left: 7px;
	background-color: #f0ae00;
	color: #fff;
}

/* White-grey style definitions */
#white
{
	width: 100%;
	height: 188px;
	margin: 0px;
	padding: 0px;
/*	background-color: #ccc; */
}
#grey
{
	width: 100%;
	height: 14px;
	margin: 0px;
	padding: 0px;
	background-image: url(../pics/line-grey.gif);
	background-repeat: repeat;
}

/* Content style definitions */
/* Will be defined further by separate css per page */
#content
{
	width: 960px;
	text-align: left;
	font-weight: normal;
	margin-top: 0px;
	background-color: #fff;
	padding: 15px;
	padding-bottom: 15px;
}

/* Footer style definitions */
#footer
{
	clear: both;
	width: 960px;
	padding: 15px;
	padding-top: 25px;
	color: #fff;
	font-size: 11px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../Pics/Static/gradient-top.gif);
}
#footer .right 
{
	text-align: right;
}
#footer a
{
	font-size: 11px;
	text-decoration: underline;
	color: #fff;
}
#footer a:hover { text-decoration: none; }

/* classes */
.left { float: left; }
.right { float: right; }
.text { padding: 10px; }
.thumbnail { border: 1px solid #b6b5b5; }
.clear { margin: 0px; padding: 0px; clear: both; display: block; height: 0px; font-size: 0px; line-height: 0px; overflow: hidden; }
.spacer { clear:both; line-height: 5px; }

/* Start the configurator */
#start {text-decoration: none; }
#start:hover { text-decoration: underline; }

/* form elements */
#header select
{
	font-family: Verdana, Helvetica, sans-serif;
	height: 18px;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	border: 1px solid #4c4c4c;
	background-color: #fff;
	color: #000;
}
#header input.field
{
	font-family: Verdana, Helvetica, sans-serif;
	height: 18px;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	border: 1px solid #4c4c4c;
	background-color: #fff;
	color: #000;
}
input.buttonActive
{
	width: 100px;
	height: 18px;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	cursor: hand;
	border: none;
	background-color: #545f63;
	color: #fff;
}
input.buttonInactive
{
	width: 100px;
	height: 18px;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	cursor: hand;
	border: none;
	background-color: #545f63;
	color: #6e6e6e;
}
.png {
	_behavior: url('../js/iepngfix.htc');
}

.buttonheader 
{
	background-image: url(../Pics/Static/ButtonHeader.png); 
	width: 200px; 
	height: 60px; 
	display: block; 
	text-align: center; 
	color: #ffffff; 
	font-size: 18px; 
	text-decoration: none; 
	font-family: Arial; 
	font-weight: bold; 
	line-height: 30px; 
	vertical-align: middle;
}

.startbutton-tabs 
{
	float:right; 
	width: 200px; 
	height: 189px; 
	padding: 0px; 
	margin: 0px 5px 11px 5px;
	border: solid 1px #B6B5B5;
}

.startbutton-tabs div 
{
	width: 192px;
	height: 129px;
	margin: 0px auto;
	margin-bottom: 11px;
}
.startbutton-tabs img 
{
	border-style: none;
	border-width: 0px;
	border-color: #ffffff;
	margin: 0px;
	background-color: #ffffff;
	
}
