﻿/* deck restorations llc css file */


* {
	margin:0;
	padding:0;
}

a:visited {
	border:0px;
}

a {
	border:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../imgs/deck.jpg');
}

hr {
	width:90%;
	color:#0008e1;
	margin-top:10px;
	margin-bottom:10px;
	
}


img {
	padding:5px;
}

.page {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	margin:0 auto 0 auto;
	background-image:url('../imgs/newbg.png');
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#380d70;
	padding-bottom:25px;
}

.head {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../imgs/deckhead.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	width:100%;
	margin:0 auto 0 auto;
	height:150px;
}


.tagline {
	width:310px;
	margin:0 auto 0 auto;
	font-size:18px;
	
}


.top {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto 0 auto;
	width:600px;
	background-image:url('../imgs/topbg.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	height:200px
}


.banner {
	font-family:Arial, Helvetica, sans-serif;
	border-top:1px #0008e1 solid;
	margin-top:10px;
	
}

.banner p {
	width:210px;
	float:left;
	padding-top:5px;
}
.srvcsmid {
	text-align:left;
	background-image:url('../imgs/srvcsmid1.jpg');
	background-position:center center;
	background-repeat:no-repeat;
	height:250px;
	padding-left:50px;
}

/* -----------------------------------------------------------------------*/


.mid {
	clear:both;
	width:200px;
	float:left;
	font-size:16px;
}

a:visited {
	display:block;
	color:#380d70;
	text-decoration:none;
}

.mid a {
	display:block;
	color:#380d70;
	text-decoration:none;
}
.mid a:hover {
	color:#e3007b;
	text-decoration:underline;
}
ul {
list-style-type:none;
}

.mid li {
}

/* -----------------------------------------------------------------------*/

.left {
	clear:both;
	width:200px;
	height:600px;
	background-color:#ffffff;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}




.text {
	width:700px;
	margin:0 auto auto;
	background-image:url('../imgs/bttmbg.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}

.text p {
	margin:10px 25px 10px 25px;
}



.text h1 {

	font-family:Arial, Helvetica, sans-serif;

	font-size:24px;

	margin:10px 5px 10px 5px;



}



#warranty {
width:600px;
	float:none;
	text-align:center;
	padding-left:50px;
}

#warranty li {
	padding-bottom:10px;
}





.footer {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url('../imgs/contentbg.png');
	color:#000000;
	font-size:12px;
}

/* --------------------------------------------------------- DROP DOWN MENU */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:700px;
	height:25px;
	position:relative;
	z-index:100;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('../imgs/line.jpg');
	background-position:center top;
	background-repeat:repeat-x;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {width:149px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
text-align:center;
	float:left;
	width:100px;
	position:relative;
}

/* style the links for the top level */
.menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff; 
	width:120px; 
	height:25px; 
	border:1px solid #e3007b; 
	border-width:1px 0 1px 1px; 
	background-image:url('../imgs/line.jpg'); 
	padding-left:10px; 
	line-height:29px; 
	font-weight:bold;
}

.menu a {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff; 
	width:120px; 
	height:25px; 
	border:1px solid #e3007b; 
	border-width:1px 0 1px 1px; 
	background-image:url('../imgs/line.jpg'); 
	padding-left:10px; 
	line-height:25px; 
	font-weight:bold;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a:visited {width:120px; w\idth:138px;}

* html .menu a {width:120px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop:visited {background:#ffffff url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}

.menu ul ul a.drop {background:#ffffff url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}

/* style the second level hover */
.menu ul ul a.drop:hover{background-image:url('../imgs/line.jpg');}
.menu ul ul :hover > a.drop {background-image:url('../imgs/line.jpg');}

/* style the third level background */
.menu ul ul ul a:visited {background:#ffffff;}

.menu ul ul ul a {background:#ffffff;}

/* style the third level hover */
.menu ul ul ul a:hover {background-image:url('../imgs/line.jpg');}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:149px;border-top:1px solid #fff;}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a:visited {background:#ffffff; color:#380d70; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}

.menu ul ul a {background:#ffffff; color:#380d70; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a:visited {width:150px;w\idth:128px;}

* html .menu ul ul a {width:150px;w\idth:128px;}

/* style the top level hover */
.menu ul ul a:hover{color:#fff; background-image:url('../imgs/line.jpg');}
.menu a:hover{color:#fff; background-image:url('../imgs/line.jpg');}
.menu ul ul :hover > a {color:#380d70; background-image:url('../imgs/line.jpg');}

.menu :hover > a {color:#380d70; background-image:url('../imgs/line.jpg');}

/* make the second level visible when hover on first level list OR link */
.menu ul a:hover ul{visibility:visible; }

.menu ul li:hover ul{visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

