/* Style sheet for Swan Products by Kev Stewart */

BODY {
background-image: url(images/infobox/pagebg.jpg); background-repeat: no-repeat; background-position: center top; 
font-family : Arial, sans-serif; color: #555; font-size:0.8em; margin: 0px;
}

A {color: #c00000;text-decoration: none;}
A:hover {color: #0000FF; text-decoration: underline;}
FORM {display: inline;}
input {color: #000; font-size: 0.9em; font-weight: normal;}
img {border:0}

#container {margin:0 auto; width: 990px; text-align: left; }
#centerheader {height: 100px;}
#box {width: 980px; padding: 5px; float: left; border: 1px solid #404040;}
#headernav {float: right; margin-right: 20px; margin-top: 20px; color: #fff;}
#headernav a {font-size: 0.9em; font-weight: bold; color: #fff;}
#leftcolumn {margin-top: 5px; width: 186px; float: left;}
#searchbox {float: right; margin-right: 20px; margin-top: 5px;}
#searchbox span {color: #fff}
#main {width:769px; margin-left: 15px; padding-top: 5px; float: left}
#footer {margin: 0 auto; width: 990px; padding-top: 25px; background-image: url(images/infobox/footerbg.jpg); background-repeat: no-repeat; height:100px; font-size: 0.7em; color: #fff; text-align: center; clear:both;}
#footer a {color: #ffffff}

.login {width: 600px; background: #c0c0c0; border: 1px solid #a0a0a0; color: black; font-weight: bold; padding: 0.3em;}
.biggrey {font-size: 16pt; font-weight: bold; color: #555;}
.bigwhite {margin-left: 10px; font-size: 16pt; font-weight: bold; color: #fff;}
.biggreen {font-size: 16pt; font-weight: bold; color: #555;}
.productbox {margin: 12px; padding: 3px; width: 220px; height: 250px; background-image: url(images/infobox/ppbg.gif); background-position: center top; text-align: center; font-size: 0.7em; float: left}
.productbox a {color: #fff;}
.addmediacontainer {margin-top: 5px; width: 200px; height: 150px; padding: 5px; background-image: url(images/infobox/amback.gif); background-repeat: no-repeat; font-size: 0.8em;}
.sbcontainer {margin-top: 5px; width: 200px; height: 105px; padding: 5px; background-image: url(images/infobox/sbback.gif); background-repeat: no-repeat; font-size: 0.8em;}

/* NOT USED 
.leftblock {border: 1px solid #808080; margin-top: 5px; font-size: 0.8em; background: white; padding: 2px;}


.extrainfheader {
	font-family: Verdana, Arial, sans-serif;
	background-color: #a0a0a0;
  	font-size: 11px;
	font-weight: bold;
	padding: 0.5em;
	color: white;

}

.extrainfleft {
	font-family: Verdana, Arial, sans-serif;
	background-color: #ecf1f5;
  	font-size: 11px;

}

.extrainfright {
	font-family: Verdana, Arial, sans-serif;
	background-color: #cddbe5;
  	font-size: 11px;
	width: 200px;

}
*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 185px; /* Width of Menu Items */
font-family: arial;
font-size: 12px;
}

.suckerdiv ul li{
position: relative;
background-color: #c00000;
}

/*1st level sub menu style */
.suckerdiv ul li ul{
left: 185px; /* Parent menu width - 1*/
position: absolute;
width: 185px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
left: 184px; /* Parent menu width - 1*/
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
left: 199px; /* Parent menu width - 1*/
background-color: #2f7337;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
background-color: #c00000;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
background-color: #7fa3bf;
}

/* menu links style */
.suckerdiv ul li a{
display: block;
font-weight: bold;
color: #fff;
text-decoration: none;
background-image: url(images/infobox/menublock2.gif);
padding: 1px 5px;
border-bottom: 2px solid #ffffff;
line-height: 2.0em;
}

.suckerdiv ul li a:hover{
background-image: url(images/infobox/menublock.gif);
color: white;
text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
background-color: #2c4253;
color: white;
text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: yellow;
color: black;
text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #c0c0c0;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color:#3d4866;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #3d4866;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
