/* GENERAL */
* {
    margin:0px;
    padding:0px;
    font-family:Verdana,sans-serif;
}
body {
    background-color:#000;
}
a {
    outline:none;
    text-decoration:none;
    font-weight:bold;
    color:#c3e285;
}
a:hover {
    text-decoration:underline;
}
h1 {
    font-size:15px;
    font-weight:bold;
    color:#ced994;
    font-style:italic;
    text-transform:lowercase;
    font-family:Arial,Verdana,sans-serif;
    line-height:18px;
}
p,td,li {
    font-size:10px;
    color:#efefef;
    line-height:17px;
}
ul,ol {
    margin-left:25px;
}
.rounded_colhead p,td,li {
    color:#060605;
}
.rounded_colhead a {
    color:#798028;
}


/* MAIN DIVS */
div#main {
    background-image:url('/images/background.jpg');
    width:912px;
    min-height:936px;
    margin:0 auto 0 auto;
    padding:0 44px 0 44px;
	background-repeat:no-repeat;
}
div#mainNav {
    width:804px;
    height:65px;
    padding:61px 49px 54px 60px;
    background-image:url('/images/nav_bg.jpg');
    background-repeat:no-repeat;
}
div#top {
    background-image:url('/images/top_title_bg.jpg');
    width:912px;
	background-repeat:no-repeat;
}
div#crumpledPaper {
    width:810px;
    height:217px;
    overflow:visible;
    background-image:url('/images/crumpled-paper.jpg');
    background-repeat:no-repeat;
    background-color:#000;
    color:#000;
    clear:both;
    margin:22px auto 15px auto;
}



/* MAIN NAV */
div#mainNav a {
    display:block;
    text-indent:-200em;
    height:64px;
    background-repeat:no-repeat;
    outline:none;
    text-decoration:none;
    overflow:hidden;
    float:left;
}
a#home {
    background-image:url('/images/nav_home.gif');
    width:68px;
}
a#home:hover, a#home.active {
    background-image:url('/images/nav_home-over.gif');
}
a#shop {
    background-image:url('/images/nav_shop.gif');
    width:59px;
}
a#shop:hover, a#shop.active {
    background-image:url('/images/nav_shop-over.gif');
}
a#news {
    background-image:url('/images/nav_news.gif');
    width:113px;
}
a#news:hover, a#news.active {
    background-image:url('/images/nav_news-over.gif');
}
a#service {
    background-image:url('/images/nav_service.gif');
    width:89px;
    margin-left:260px;
    _margin-left:250px;
}
a#service:hover, a#service.active {
    background-image:url('/images/nav_service-over.gif');
}
a#street {
    background-image:url('/images/nav_street.gif');
    width:118px;
}
a#street:hover, a#street.active {
    background-image:url('/images/nav_street-over.gif');
}
a#rentals {
    background-image:url('/images/nav_rentals.gif');
    width:96px;
}
a#rentals:hover, a#rentals.active {
    background-image:url('/images/nav_rentals-over.gif');
}

/* H1 REPLACEMENTS */
h1.replacements {
	margin-bottom:30px;
	text-indent:-200em;
	display:block;
	background-repeat:no-repeat;
}
h2.replacements {
	margin-bottom:10px;
	text-indent:-200em;
	display:block;
	background-repeat:no-repeat;
}
h1#newsSpecials {
	width:269px;
	height:21px;
	background-image:url(/images/news_specials.png);
}
h1#selectionPerfection {
	width:308px;
	height:20px;
	background-image:url(/images/selection-perfection.png);
}
h1#skoolsIn {
	width:141px;
	height:21px;
	background-image:url(/images/skools-in.png);
}
h1#noCrappys {
	width:277px;
	height:20px;
	background-image:url(images/no-crappy-rentals.png);
}
h2#ourRates {
	width:126px;
	height:17px;
	background-image:url(images/our-rates.png);
}
h2#bookNow {
	width:294px;
	height:19px;
	background-image:url(images/bookRentalNow.png);
}


#homeText p {
	line-height:16px;
	font-size:10px;
	color:#c3e482;
}
#insideText p {
	line-height:19px;
	font-size:12px;
	color:#c3e482;
}

div.boxRates {
	margin-left:70px;
	background-image:url(/images/box5-mid.jpg);
	background-repeat:repeat-y;
	width:350px;
}

div.boxRates p {
	color:#000;
}

table.table1 td {
	vertical-align:top;
	font-size:11px;
	padding-bottom:5px;
}
table.table1 td.row1 {
	font-weight:bold;
	padding-right:10px;
}

.greyed {
	color:#444;
}

.table1 input, .table1 textarea {
	width:200px;
}

p#bottominfo {
	margin:10px auto;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

/* STAFF PICS */
#staffPics img {
	border:#828D2D 2px double;
	padding:2px;
	margin:3px;
	width:125px;
	height:125px;
}
#staffPics a:hover img {
	border:#C3E285 2px double;
}
#specialsPics img {
	border:#828D2D 2px double;
	padding:2px;
	margin:3px;
	width:200px;
	height:200px;
}
#specialsPics a:hover img {
	border:#C3E285 2px double;
}


/* HOME PAGE GALLERY */
#homePageGallery {
	float:left;
	margin-right:20px;
	width:230px;
	height:200px;
	overflow:hidden;
}
#homePageGallery img {
	border:1px solid #666;
	padding:5px;
}
.mini {
	float:left;
	height:60px;
	width:60px;
	overflow:hidden;
	border:1px solid #666;
	padding:3px;
	margin-right:9px;
}
.mini img {
}
input.error {
	background-color:#FF3;
	border:1px solid #900;
}