

/* ****************************************** GLOBAL ****************************************** */

* {
	/* top right bottom left */
	margin: 0;
	padding: 0;
	border: 0;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #D82719;
	text-decoration: underline;
}

a:active {
	color: #D82719;
	text-decoration: underline;
}

html, body { 
	height: 100%;
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 13px; 
}


/* ****************************************** ID's ****************************************** */

#map1 {
}

#map2 {
}

#box {
	width: 868px;
	height: 100%;
	background: url(../pix/body-bg.gif) repeat-y;
	margin: auto auto auto auto;
}

#spacer {
	width: 868px;
	height: 25px;
	background: #FFFFFF;
}

#header-line {
	width: 866px;
	height: 2px;
	background: url(../pix/header-line.gif);
	overflow: hidden;
}

#logo-top {
	width: 165px;
	height: 54px;
	overflow: hidden;
	float: left;
}

#button-bg {
	width: 700px;
	height: 54px;
	background: url(../pix/button-bg.gif);
	float: left;
}

#header {
	width: 868px;
	height: 129px;
	float: left;
	overflow: hidden;
}

#content-box {
	width: 868px;
	background: url(../pix/body-bg.gif) repeat-y;
	float: left;
}

#content {
	width: 668px;
	background: url(../pix/content-bg.gif) no-repeat top;
	margin: 25px 100px 25px 100px;
	overflow: hidden;
}

#description {
	width: 570px;
	overflow: hidden;
}

/* ****************************************** CLASSES ****************************************** */

.button1 {
	width: 100px;
	height: 54px;
	background: url(../pix/button1.gif);
	float: left;
}

.button1:hover, .button1:active {
	width: 100px;
	height: 54px;
	background: url(../pix/button1-hover.gif);
	float: left;
}

.button1-pressed {
	width: 100px;
	height: 54px;
	background: url(../pix/button1-hover.gif);
	float: left;
}

.button2 {
	width: 100px;
	height: 54px;
	background: url(../pix/button2.gif);
	float: left;
}

.button2:hover, .button2:active {
	width: 100px;
	height: 54px;
	background: url(../pix/button2-hover.gif);
	float: left;
}

.button2-pressed {
	width: 100px;
	height: 54px;
	background: url(../pix/button2-hover.gif);
	float: left;
}

.button3 {
	width: 100px;
	height: 54px;
	background: url(../pix/button3.gif);
	float: left;
}

.button3:hover, .button3:active {
	width: 100px;
	height: 54px;
	background: url(../pix/button3-hover.gif);
	float: left;
}

.button3-pressed {
	width: 100px;
	height: 54px;
	background: url(../pix/button3-hover.gif);
	float: left;
}

.button4 {
	width: 100px;
	height: 54px;
	background: url(../pix/button4.gif);
	float: left;
}

.button4:hover, .button4:active {
	width: 100px;
	height: 54px;
	background: url(../pix/button4-hover.gif);
	float: left;
}

.button4-pressed {
	width: 100px;
	height: 54px;
	background: url(../pix/button4-hover.gif);
	float: left;
}

.button5 {
	width: 100px;
	height: 54px;
	background: url(../pix/button5.gif);
	float: left;
}

.button5:hover, .button5:active {
	width: 100px;
	height: 54px;
	background: url(../pix/button5-hover.gif);
	float: left;
}

.button5-pressed {
	width: 100px;
	height: 54px;
	background: url(../pix/button5-hover.gif);
	float: left;
}

.button6 {
	width: 100px;
	height: 54px;
	background: url(../pix/button6.gif);
	float: left;
}

.button6:hover, .button6:active {
	width: 100px;
	height: 54px;
	background: url(../pix/button6-hover.gif);
	float: left;
}

.button6-pressed {
	width: 100px;
	height: 54px;
	background: url(../pix/button6-hover.gif);
	float: left;
}

.button7 {
	width: 100px;
	height: 54px;
	background: url(../pix/button7.gif);
	float: left;
}

.button7:hover, .button7:active {
	width: 100px;
	height: 54px;
	background: url(../pix/button7-hover.gif);
	float: left;
}

.button7-pressed {
	width: 100px;
	height: 54px;
	background: url(../pix/button7-hover.gif);
	float: left;
}


.image {
	border: solid #000000 1px;
}

.image:hover, .image:active {
	border: dashed #D82719 1px;
}

.borderedimage {
	border: solid #000000 1px;
}

.onmouseoverimage {
	border: solid #000000 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 25px;
}

.onmouseoverimage:hover, .onmouseoverimage:active {
	border: dashed #D82719 1px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 25px;
}

.row {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-bottom: solid #000000 1px;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;	
}

.h1 {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 18px;
	font-weight: bold;
}

.h2 {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 15px;
	font-weight: bold;
}

.h3 {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 13px;
	font-weight: bold;
	color: #D82719;
}

.h4 {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 13px;
	font-weight: bold;
}

.h5 {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 14px;
}

.price {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 12px;
	color: #D82719;
}

.quote {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #D82719;
}

.centered-table {
	margin-left: auto;
	margin-right: auto;
}

.cell {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 12px;
	text-align: right;
}

.desccell {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 12px;	
}

.filledcell {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 12px;
	font-weight: bold;	
	background: #D7D7D7;
	border: dashed #000000 1px;
}
	
.padded {
	margin-left: 75px;	
}

.inline {
	display: inline;
}

.error {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;	
}

.mailmsg {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.button {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
	
.input {
	font-family: "Trebuchet MS",Verdana,Arial,sans-serif,Helvetica; 
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
}
