@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------
	reset
----------------------------------------------------*/

html {
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}
img {
	vertical-align: bottom;
}

li {
	list-style-type: none;
}


/*----------------------------------------------------
	basic layout
----------------------------------------------------*/

body{
    background:#e0e0e0;
    color:#000000;
	font-size: 12px;
	font-family: "Arial","Helvetica","sans-serif";
	text-align:center;
	line-height:1.4;
}
#wrapper{
	padding:0;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
}
#main{
	background:#fff;
	width:945px;
	margin-left:auto;
	margin-right:auto;
}

#contents{
	clear:both;
	margin:35px 60px 0;
}
#header{
	position:relative;
	width:980px;
	height:70px;
}
#companylogo {
	position:absolute;
	left:20px;
	top:17px;
}

#modelnum {
	position:absolute;
	right:20px;
	top:21px;
}
#footer {
	clear:both;
	width:740px;
	margin-bottom:24px;
	padding:0 20px;
	text-align:right;
	font-size:10px;
	color:#CCCCCC;
	font-weight:bold;
}
*html #footer {width:980px;}

/*----------------------------------------------------
	no flash layout
----------------------------------------------------*/

.no_flash{
	background:url(../img/dla_calculator_back.gif) no-repeat left top;
	width:945px;
	position:relative;

	text-align:center;
	margin: 0px auto;
	padding-top:240px;
	padding-bottom:240px;
}
.no_flash p{
	position:relative;
	display:block;
	background-color:#eeeeee;
	padding:20px;
	border: 1px solid #dddddd;
	width: 400px;
	margin: 0px auto;
}
.no_flash img{
	margin-right:20px;
}

.link_box{
	position:relative;
	margin: 0px auto;
	padding: 16px 0px;
}
.link_box ul{
	margin:0px;
	padding:0px;
}
.link_box ul li{
	display:block;
	margin:0px;
	padding:0px;
	list-style-type: none;
	float: left;
}
