﻿body 
{
	background-color: #303285;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	background-image: url(/images/page-bg.jpg);
	background-repeat: repeat-y;
	background-position: center 0;
	
}

/* DEFAULT SETTINGS */
ol li
{
	padding-bottom: 10px;
	padding-right: 40px;
}
ul li
{
	padding-bottom: 10px;
	padding-right: 40px;
}



#outside
{
	background-color: #fff;
	margin: auto auto;
	text-align: left;
	width: 730px;

}


#header
{
	background-image: url(/images/HeaderBG.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	height: 160px;
	line-height: normal;
	margin: 0 0 0 0;
	vertical-align: top;	
	
}

.headerlogo
{
	
	padding-left: 30px;
	width: 245px;
	
}

.headerinfo
{
	padding-left: 20px;
	padding-top: 45px;
	width: 155px;
}

#footer
{
	
	background-image: url(/images/footerBG.jpg);
	background-repeat:repeat-x;
	font-size: 12px;
	height: 158px;
	vertical-align: top;
}

#footer .footerImage
{
	bottom: 0px;
	float: right;
	padding-right: 40px;
	padding-top: 60px;
}

#footer .footerText
{
	padding-left: 30px;
	padding-top: 50px;
	font-size: 12px;
	vertical-align: top;
	width: 450px;
	
}

#footer h1
{
	color: #000000;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

#footer .copyright
{
	color: #000000;
	font-family: Verdana;
	font-weight: normal;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

#footer a
{
	color: #000000;
}

.menu 
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 30px;
	width: 160px;
}

.menu a
{
	text-decoration: none;
	color: #0490CB;
}

.menu  a:hover 
{
	text-decoration: underline;
}

.menu ul.main
{
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	padding-left: 10px;
	font-weight: bold;
}


.menu ul.main li
{
	list-style-image : url(/images/dash-Bold.gif);
	line-height: 15px;
	margin-bottom: 7px;
	padding-bottom: 0px;
	padding-right: 10px;
}

.menu ul.main ul
{
	list-style-type: none;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
}

.menu ul.main ul li
{
	list-style-image : url(/images/dash-Normal.gif);
	line-height: 15px;
	margin-bottom: 2px;
}

.menu p
{
	font-weight: normal;
	font-size: 11px;
}
#content
{
	padding-top: 10px;
	padding-right: 29px;
	padding-bottom: 20px;
}

#leftcontent
{
	
	vertical-align: top;
	width: 270px;	
}

#rightcontent
{
	float: right;
	font-size: 11px;
	padding-left: 25px;
	vertical-align: top;
	width: 179px;
}

p
{
	line-height: 18px;
	margin-top: 0px;	
	margin-bottom: 1.5em;
}

h1, h2, h3, h4
{
	margin-top: 0px;
}

h1
{
	color: #303285;
	font-family: Georgia;
	font-size: 26px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 12px;
}

h2
{
	color: #FF7711;
	font-family: Georgia;
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
    margin-bottom: 7px;
}

h3
{
	color: #FF7711;
	font-family: Georgia;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px;
}

h4
{
	color: #FF7711;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
a
{
	color: #0490CB;	
	text-decoration: underline;
}
.productphoto
{
	width: 200px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* Product List Specific */
ul.rentallist
{
    clear: both;
    margin: 0px;
    margin-bottom: 1em;
    padding: 0px;
}
ul.rentallist li
{
    float: left;
    display: block;
    clear: none;
    width: 160px;
    padding-bottom: 3px;
    margin-left: 10px;
    list-style-type:none;
}


/* Service Areea List Specific */
ul.servicearea
{
    clear: both;
    margin: 0px;
    margin-bottom: 1em;
    padding: 0px;
}
ul.servicearea li
{
    float: left;
    display: block;
    width: 180px;
    padding-bottom: 3px;
    margin-left: 0px;
    padding-left: 10px;
}



/* Contact Us Form */
.contactus h2
{
	padding-top: 10px;
	padding-bottom: 2px;
}
.contactus td
{
	padding-bottom: 4px;
}

ul.linkslist
{
	margin: 0;
	padding-bottom: 30px;
	list-style-type: circle;
}
ul.linkslist li
{
	margin-left: 25px;
	padding-bottom: 8px;
}
.small
{
	font-size: 9px;
}

/* Emailed Form Display */

body.emailform
{
	background-color: #fff;
}

body.emailform #header, body.emailform .menu, body.emailform #footer
{
	display: none;
	visibility: hidden;
}

body.emailform #content
{
	padding: 30px;
}
