/* CSS Document */
:link,:visited {text-decoration: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
a img,:link img,:visited img {border: none;}

/* Headings
================================================*/

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 20px 0px 7px;
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #000;
}

h2 {
	font-size: 14px;
	margin: 0px 0px 10px;
	font-weight: bold;
	color: #000;
}

h2.inline {
	display: inline;
	margin: 0 10px 0 0;
}

h3 {	
	font-size: 12px;
	margin: 20px 0px 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	background-color: transparent;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
}

/* Links
================================================*/

a:link {
	color: #003399;
	text-decoration: underline;
}

a:visited {
	color: #003399;
	text-decoration: underline;
}

a:active {
	color: #003399;
}

a:hover {
	text-decoration: none;
}

/* Tables
================================================*/

table {
	border: 1px solid #B3B3B3;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}

table td {
	border: 1px solid #B3B3B3;
	padding: 5px;
}

table td strong {
	font-weight: bold;
}

table .color td {
	background: #F5F5F5;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
}

table th {
	padding: 5px;
	border: 1px solid #B3B3B3;
	color: #000;
	background: #EEEEEE;
	font-weight: bold;
}

table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
}

.all {
	min-width: 999px;
}

.header {
	width: 100%;
	height: 106px;
	background: url('/i/header_bg.gif') repeat-x;
	position: relative;
}

.logo {
	position: absolute;
	top: 10px;
	left: 33px;
}

.box2{
	border: 0px none;
	background: url(../i/header_crysler/box_bottom.gif) no-repeat 0 100%;	
}
.box2 .box2_top{
	min-height: 28px;
	background: transparent;
	background: url(../i/header_crysler/box_top.gif) no-repeat 0 0%;
}
.box2 .box2_top h3{
	padding-top: 3px;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

.box2_data{margin:10px}
.box2_data_help{margin:10px 10px 20px 25px;}

/* footer */
#footer{padding:0 0 15px;position:relative;margin: 30px 0 0 0;}
#footer #copy{color:#FFFFFF;padding:10px 0 10px 30px;height:14px;font-size:86%;background:#333366}
#b88{margin:15px 0 0 30px;padding:0}
#b88 li{float:left;width:88px;margin:0 5px 0 0;padding:0; list-style: none;}
#b88:after{content:".";display:block;height:0;clear:both;visibility:hidden}
* html #b88{height:1%}
#studio{position:absolute;left:430px;top:40px;font-size:86%;color:#666666}
#idea{position:absolute;right:30px;width:180px;top:40px;font-size:86%;color:#666666}