@charset "utf-8";

/* MASTER INIT
------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif,"Hiragino Kaku Gothic Pro","Osaka","lroSVbN";
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	line-height: 1.0;
}

body {
	font-size: 12px;
	color: #333333;
}

a {
	color: #0000FF;
	outline-style: none;
}

a:link {
    text-decoration: underline;
}
  
a:visited {
    text-decoration: underline;
}
  
a:hover {
	text-decoration: none;
}
  
a:active {
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

img {
	border: none;
}

.clearFix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.clearBoth {
	clear: both;
}

/* HEADER
------------------------------------------------------------------------------*/

#header {
	background-image: url(../images/bg_header.png);
}

#headerInner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

#logoArea {
	float: left;
	width: 585px;
	padding-top: 5px;
}

#summary {
	margin-bottom: 5px;
	font-size: 10px;
	color: #333333;
}
}

#summary a {
	font-size: 10px;
	color: #333333;
}

#summary a:link {
    text-decoration: none;
}
  
#summary a:visited {
    text-decoration: none;
}

#logo {
	float: left;
	width: 134px;
	padding-left: 5px;
}

#headerTel {
	float: right;
	width: 412px;
	padding-top: 15px;
}

#headerEstArea {
	float: right;
	height: 89px;
	width: 285px;
	background-image: url(../images/bg_headerest.png);
	padding-top: 30px;
	text-align: center;
}

#headerEstArea p {
	margin-bottom: 5px;
}

/* WRAPPER
------------------------------------------------------------------------------*/

#wrapper {
	background-image: url(../images/bg_wrapper.png);
	padding-top: 15px;
	padding-bottom: 25px;
}

#wrapperInner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* MAIN
------------------------------------------------------------------------------*/

#main {
	float: right;
	width: 610px;
}

#startEstL {
	background-image: url(../images/bg_satrtestl.png);
	height: 119px;
	width: 495px;
	padding-top: 35px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

#startEstBalloonL {
	float: left;
	width: 74px;
	margin-right: 30px;
}

#textStartEstL {
	float: left;
	width: 361px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#btnStartEstL {
	margin-left: 130px;
}

/* SUB
------------------------------------------------------------------------------*/

#sub {
	float: left;
	width: 275px;
}

#sideNavMain {
	background-image: url(../images/bg_sidenavmain.png);
	height: 179px;
	width: 265px;
	padding-left: 10px;
	margin-bottom: 5px;
}

#sideNavMain li {
	height: 21px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}

#sNavPrice {
	background-image: url(../images/icon_price.png);
}

#sNavCarriage {
	background-image: url(../images/icon_carriage.png);
}

#sNavCase {
	background-image: url(../images/icon_estimate.png);
}

#sideNavSub {
	background-image: url(../images/bg_sidenavsub.png);
	width: 255px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 15px;
}

#sideNavSub li {
	height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icon_arrow1.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCD4C5;
}

#sideNavSub .borderNone {
	border-bottom-style: none;
}

/* FOOTER
------------------------------------------------------------------------------*/

#footer {
	background-image: url(../images/bg_footer.png);
	padding-top: 15px;
}

#footerInner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
}


#footerInner li {
	float: left;
	margin-right: 5px;
	color: #FFFFFF;
}

#footerInner a {
	color: #FFFFFF;
}

*:first-child+html #footerInner a {
	line-height: 1.25;
}

* html body #footerInner a {
	line-height: 1.25;
}

#footerInner p {
	color: #FFFFFF;
	text-align: right;
	padding-top: 20px;
}

/* SUB PAGES
------------------------------------------------------------------------------*/

#contentTop {
	background-image: url(../images/bg_contenttop.png);
	height: 15px;
	width: 610px;
}

#contentBottom {
	background-image: url(../images/bg_contentbottom.png);
	height: 15px;
	width: 610px;
}

#contentMiddle {
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
}

#topicPath {
	height: 10px;
	margin-bottom: 15px;
}

#topicPath li {
	float: left;
	font-size: 10px;
	color: #118721;
}

#topicPath li a {
	background-image: url(../images/icon_arrow3.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 15px;
	margin-right: 10px;
}

#contentMiddle h1 {
	background-image: url(../images/bg_heading.png);
	height: 31px;
	width: 565px;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 10px;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 15px;
}

#leadText {
	line-height: 1.75;
	margin-bottom: 15px;
}

#contentMiddle h2 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #DCD4C5;
	border-bottom-color: #DCD4C5;
	font-size: 15px;
	background-image: url(../images/icon_arrow2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-bottom: 15px;
}

