body {
	padding: 0; margin: 0;
	background: white;
	font-family: Arial;
	font-size: 13px;
}

a:link, a {
	color: #0036ff;
}

a img {
	border: 0;
	text-decoration: none;
}

h1 {

	font-size: 18px;
	margin-top: 30px;
	font-weight: bold;
	color: #CE2600;
}

h2 {
	font-size: 14px;
	margin-top: 25px;
	color: #666;
	font-weight: bold;
	color: #000;
}

h3 {
	font-size: 12px;
	margin-top: 15px;
	color: #666;
	font-weight: bold;
	color: #000;
}


.Container {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.Header {
	position: relative;
	height: 120px;
}

.Logo {
	position: absolute;
	top: 30px;
	
}

.Version {
	position: absolute;
	left: 320px;
	top: 60px;
	font-style: italic;
	font-size: 14px;
	color: #b2b2b2;
}

.Supermenu {
	position: absolute;
	right: 0;
}

.Login {
	margin: 25px 0 10px 0;
}

.Login a, .Login a:link {
	text-decoration: none;
}

.Login a:hover {
	text-decoration: underline;
}

.Login img {
	vertical-align: text-bottom;
}

.Register {
	text-align: right;
	font-size: 20px;
}

.Register a {
	text-decoration: none;
	border-bottom: dashed 1px #448dda;
}

.Menu {
	font-family: Arial;
	position: relative;
	height: 25px;
	border-bottom: solid 1px #666;
}

.Menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	
}

.Menu ul li {
	float: left;
	color: white;
	border-bottom: solid 1px #666;
	padding: 4px 1px 3px 1px; 
	height: 18px;
}
.Menu ul li.Tab {
	background: #666;
	border: solid 1px #666;
	padding: 4px 22px 2px 22px; 
}

.Menu ul li.Current {
	background: #fff;
	border: solid 1px #666;
	border-bottom: solid 1px #fff;
	padding: 4px 22px 2px 22px;
}

.Menu ul li a {
	font-size: 15px;
	color: white;
	text-decoration: none;
}

.Menu ul li.Current a {
	color: #666;
}

.MenuLeft {
	position: absolute;
}

.MenuRight {
	position: absolute;
	right:0px;
}

/* ------------------------------------
              Overview
------------------------------------ */

.Overview {
	background: url(../i/bg/summary.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: solid 1px #999;
}

.Bullet {
	position: relative;
	margin: 0; padding: 0;
}

.Bullet img {
	position: absolute;
	margin: 9px;
}

.Bullet p {
	margin: 0; padding: 15px 0px 10px 50px;
}

.Para {
	position: relative;
	height: 130px;
	color: #333;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 18px;
}

.Para1 {
 position: absolute;
 width: 260px;
 margin: 0px 20px;

}

.Para2 {
 position: absolute;
 left: 320px;
 width: 400px;
 margin: 0px 20px;
 
}

.Error {
	background: #e50010;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
}

.Cocktail {
	text-align: center;
	font-family: Helvetica;
}

.Cocktail h1 {
	color: black;
	margin-bottom: 30px;
	margin-top: 0px;
	font-weight: normal;
	font-size: 22px;
}

.Cocktail h2 {
	font-weight: normal;
	font-size: 16px;
}

/* ------------------------------------
              Standard Pages
------------------------------------ */

.Content {
	margin-right: 300px;
	padding-top: 30px;
	min-height: 400px;
	padding-bottom: 50px;
}

.TestDrive {
	text-align: center;
	font-size: 24px;
	margin: 45px;
}

.Summary {
	margin-top: 50px;
}

/* ------------------------------------
              Sidebar
------------------------------------ */
.Sidebar {
	float: right;
	width: 250px;
	padding-top: 50px;
}

.Sidebar ul li {
	padding: 5px 0;
}

.Sidebar h3 {
	margin: 25px 0 5px 0;
	font-size: 12px;
}

.Sidebar ul.Benefits {
	list-style: square;
	color: #444;
	margin: 0;
	padding:0;
}

.Sidebar ul.Benefits li {
	list-style: none;
	padding-left: 0px;
	border-bottom: solid 1px #CE2600;	
}

.Sidebar ul.Benefits li.First {
	border-top: solid 1px #CE2600;	
}

blockquote {
	color: #333;
	font-family: Georgia;
	font-size: 14px;
	text-indent: -10px;
	margin: 0px;
	padding-top: 30px;
}

blockquote span {
	color: #CE2600;
	font-weight: bold;
}

blockquote p {
	text-indent: -15px;
	margin-left: 100px;
	font-family: Tahoma;
	font-size: 11px;
}

.Shot {
	clear: both;
}

.Shot img {
	border: solid 1px black;
	margin: 0px 15px 30px 0px;
	float: left;
	 
}

table.Simple td {
	background: #eee;
	font-family: Tahoma;
	font-size: 11px;
	padding: 5px 10px;
}

table.Simple thead {
	text-align: center;
	font-weight: bold;
}

table.Simple .Value {
	text-align: center;
}

table.Simple tfoot td {
	background: #ccc;
	text-align: center;
	font-size: 13px;
	white-space: nowrap;
}

table.Simple tfoot.Buttons td {
	background: #fff;
	text-align: center;
}

table.None {
	font-size: 11px;
	border: solid 2px #ccc;
	background: #eee;
	padding: 10px;
}

table.None td.Label {
	width: 30%;
	text-align: right;
}

table.None td.Value {
	width: 70%;
}

table.None td.Value input {
	width: 220px;
}

textarea.Comment {
	height: 100px;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
}

table td.Label span, span.Asterisk {
	color: #CE2600;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
}

.Banner {
	margin-top: 1px;
}

.Russia {
	margin-top: -29px;
}

ul.Choice li {
	padding-bottom: 20px;
}


/* ------------------------------------
              Footer
------------------------------------ */
.Footer {
	clear: both;
	height: 30px;
	position: relative;
	font-size: 11px;
	color: #666;
	border-top: solid 3px #b2b2b2;
	padding: 3px 0;
	margin: 10px 0;
}

.Footer div {
	position: absolute;
	margin: 0 10px;
}

.Footer span {
	margin-left: 5px;
	color: black;
}

.Phone {
	left: 300px;
}

.Email {
	right: 0px;
}

