*  {margin:0; padding:0}

body {

	background-color: #121730;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
}
#pageSurround {
	width: 800px;
	margin: 0px auto;
	padding-bottom:5px;

	background-color: #FFFFFF;	background-repeat: no-repeat;
	background-position: left top;	
}

#logo {clear:both; position:relative; float:left; }
#topHeader {
	text-align: right;
	height: 100px;
	padding-right: 0px;
background:#4a59a7 url(http://www.quinnniego.com/images/header_bg.jpg) no-repeat; position:relative
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #031074;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #000000;
	background-color: #EBEDFE;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px; font-size:11pt;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 460px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px; padding-right:5px;
	right: 0px;
	float: right;
}
.boxContent {

	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {padding:10px 10px 50px 10px;
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}

#space {height:20px; }
#menu {background:#000; width:800px;height:29px;; margin-bototm:20px;font-family: arial, verdana, sans-serif;position:relative; }
.menu {position:relative;

width:800px; 

font-size:7pt;
background:#000;
z-index:100;

}

* html .menu {position:relative; }

.menu tr {height:28px; }



/* remove all the bullets, borders and padding from the default list styling */

.menu ul {background:#000;border-top:1px solid #fff; width:800px;

padding:0;

margin:0;

list-style-type:none;

}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */

.menu li {

float:left;


position:relative;

}

/* style the links for the top level */

.menu a, .menu a:visited {

display:block;

font-size:7pt;

text-decoration:none; 

color:#fff; 

padding: 0 5px;border-right: 1px solid #666;

height:28px; 

background:#000; 

line-height:28px;

text-align:center;

}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {
padding: 7px 5px;border-right: 1px solid #666;display:inline;


}



/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {

background:#d4d8bd url(../../graphics/drop.gif) bottom right no-repeat;



}

/* style the second level hover */

.menu ul ul a.drop:hover{

background:#333 url(../../graphics/drop.gif) bottom right no-repeat;

}

.menu ul ul :hover > a.drop {

background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;

}

/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {

background:#e2dfa8; 

}

/* style the third level hover */

.menu ul ul ul a:hover {

background:#333;

}





/* hide the sub levels and give them a positon absolute so that they take up no room */

.menu ul ul {
border:0;
width:100px;


visibility:hidden;

position:absolute;

height:0;

top:28px;

left:0; 


}

/* another hack for IE5.5 */

* html .menu ul ul {
border:0;
top:28px;

t\op:28px;

}



/* position the third level flyout menu */

.menu ul ul ul{

left:74px; 

top:0;

width:75px;

}

/* position the third level flyout menu for a left flyout */

.menu ul ul ul.left {

right:-75px;

}



/* 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;}



/* style the second level links */

.menu ul ul a, .menu ul ul a:visited {

background:#ffae00); 

color:#fff; 

height:auto; 

line-height:2em; 

padding:5px 10px; 

width:100px;border:0;display:block;

/* yet another hack for IE5.5 */

}

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


}





/* style the top level hover */

.menu a:hover, .menu ul ul a:hover{

color:#fff; 

background:#333;}

.menu :hover > a, .menu ul ul :hover > a {

color:#fff;

background:#333;



}



/* make the second level visible when hover on first level list OR link */

.menu ul li:hover ul,

.menu ul a: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;

}