/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-weight: normal;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	
}

h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #FF6600;
	font-weight:lighter;
	padding-bottom:8px;
	margin:0;
}


a{
	color: #FF6600;
	text-decoration: none;
}

a:hover{
	color: #000;
	text-decoration: underline;
}

img {
	border:none;
}

p{
	margin:0;
	padding-bottom:6px;
	padding-top:6px;
}

.highlighted{
	color: #FF6600;
}

.special_offer{
	border:1px dashed #ccc; 
	padding:5px;
	color:#0099CC;
	font-size:12px;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/* layout divs */
#wrapper{
	margin:auto;
	background-color:#ffffff;
	width:838px;
	text-align:left;
}

#topwrapper{
	width:838px;
	height:135px;
	float:left;
}

#midwrapper{
	width:838px;
	height:7px;
	float:left;
}

#mainwrapper{
	width:838px;
	height:463px;
	float:left;
	background:#ffffff;
	text-align:left;
}

#footer{
	float:left;
}

#legal{
	padding:16px;
	float:left;
	color:#999999;
	font-size:110%;
	text-align:center;

}

#legal a{
	color:#999999;
	text-decoration:underline;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/* topwrapper content*/
#topleft{ 
	width:16px; 
	height:135px;
	float:left;
}

#topmiddle{ 
	width:806px;
	height:135px;
	float:left;
}

#topright{
	width:16px; 
	height:135px;
	float:left;
}

#topmiddle #header{
	background-image: url(../images/header.gif);
	width:806px;
	height:99px;
}

#banner{
	float:right;
	margin-right:20px;
	margin-top:20px;
}

#bannerpic{
	margin-bottom:5px;
}


.calltext{
	color: #FF6600;
	font-weight:bold;
	margin-left:310px;
}

#topmiddle #menu{
	height:31px;
	width:806px;
	text-align:left; 
	float:left;
}

#topmiddle #shadow{
	height:5px;
	width:806px;
	float:left;
}



/*-------------------------------------------------------------------------------------------------------------------*/
/* menu contents */

#topmiddle #menu ul{
	display:inline;
	list-style-type: none;
	margin : 0;
	padding:0;
}

#topmiddle #menu li{
	 display:inline;
	 float:left;
	 list-style-type: none;
	 margin : 0;
	 padding:0;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/* mainwrapper contents */
#mainleft{ 
	width:16px; 
	height:463px;
	float:left;
}

#mainmiddle{ 
	width:804px;
	height:461px;
	float:left;
	border:1px solid #000;
	float:left;
	background:#FFFFFF;
}

#mainright{
	width:16px; 
	height:463px;
	float:left;
}

/*-------------------------------------------------------------------------------------------------------------------*/
/* mainmiddle contents */

#mainphoto{
	width:220px;
	height:463px;
	float:left;
}

#maintext{
	width:420px;
	height:441px;
	padding-top:20px;
	padding-right:12px;
	float:left;
	overflow:auto;
}

#mainsubnav{
	width:151px;
	height:461px;
	border-left:1px solid #000;
	background-color:#ebebeb;
	float:left;
}

.subnav{
	width:145px;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

.subnavhighlighted{
	width:145px;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	background:#fff;
}

.subnav, .subnavhighlighted  a{
	color: #FF4501;
	text-decoration:none;
	font-size: 90%;
}

.subnav a:hover{
	color: #000;
	text-decoration:underline;
}


/*--------------------------------------------------------------*/
/* contact form */
#contactform label{
	width:125px;
	float:left;
	padding-right:5px;
}

.row{
	margin-bottom:5px;
}





.app1cell {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
select {
	font-size: 10px;
}
.quotationtable {
	background-color: #E4E4E4;
	border: 1px solid #CCCCCC;
}
input {
	font-size: 10px;
}

