body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	color: #000000;
	background-image:url(/images/pagebgimg.gif);
	background-repeat:repeat-x;
	background-color: #460F0F;
	margin: 0;
	padding: 0;
}
#logo, #masthead {
	width: 760px;
	margin: 0 auto;
	padding: 0;
}
#masthead img{
	float:left;
}
#masthead #mottor{
	float: left;
	width: 144px;
	height: 237px;
	background-image:url(/images/motto-r.gif);
	background-repeat:no-repeat;
}
#masthead #mottor p{
	font-size: 10px;
	margin: 190px 0 0 3px;
}
#masthead #mottor a{
	color:#900;
}
#masthead #mottor img{
	margin-right: 2px;
}



#wrapper {
	width: 760px;
	margin: 0 auto;
}
#column_wrapper {
	background-color: #faf0e7;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 580px;
	float: left;
}
#right {
	width: 180px;
	float: left;
}
#left .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 10px;
	font-size: .75em;
	line-height: 1.5em;
	color: #5f1515;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #fff;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #841e1d;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#left .bottomnav a.external:link {
	color: #d28435;
}

#right a:link {
	color: #d28435;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a span.alpine {
	color: #999;
}
#footer a span.concepts {
	color: #f60;
}

h1 {
	color: #460f0f;
	font-size: 1.8em;
	margin: 0 0 30px 0;
}
h2 {
	color: #460f0f;
	font-size: 1.5em;
	margin: 10px 0;
	padding-top: 10px;
	background-image:url(/images/headingfade.jpg);
	background-repeat:no-repeat;
}
h3 {
	color: #d28435;
	font-size: 1.4em;
	margin: 20px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
p.bottomnav {
	text-align:center;
	border-top: 1px solid #460f0f;
	margin: 0;
	padding-top: 10px;
}
strong {
	color:#460f0f;
}
/*price tables*/
table.prices {
	width: 500px;
	margin: 10px auto;
	background-color: #eddcca;
}
table.prices th {
	color: #fff;
	background-color: #5f1515;
	background-image: url(/p7mbm/img/p7mbm_carbon_hz.jpg);
    background-repeat: repeat-x;
	padding: 3px;
}
table.prices td {
	color: #5f1515;
	background-color: #fff;
	padding: 3px;
	text-align: center;
}
table.prices td.desc {
	text-align: left;
}

table.prices td.winter {
	background-color: #EBF0F3;
	color: #333;
	font-size:11px;

}
table.prices td.summer {
	background-color: #E8FFE8;
	color: #333;
	font-size:11px;
}

/*forms*/

form { 
	margin: 20px auto;
} 

fieldset { 
padding: 1em .5em .5em .5em; 
border: 1px solid #999; 
} 
legend { 
padding: .3em; 
background-color: #d28435;
color: #fff;
font-weight: bold;
border: 1px solid #333; 
} 
input, textarea  { 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #030;
border: 1px solid #333;
background-color: #F5F5F5; 
} 

/*image styles*/
.imgright {
	float:right;
	margin: 0 0 0 10px;
}
.imgleft {
	float:left;
	margin: 0 10px 0 0;
}
