html {
	overflow: hidden;
	height: 100%;
}

body {
	margin:0; 
	padding:0;
	font-family:Verdana, Helvetica,sans-serif; 
	font-size:0.7em; 
	color:#222; 
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#container1 a {
	text-decoration: none;
	color:#000078;
	font-weight:bold;
	overflow: hidden;
	height: 100%;
}

#headcontainer1 { 
	background: transparent url(../images/title_fill.gif) 0 0 repeat-x; 
	width:98%;
	position: absolute;
	z-index: 2;
}

#headcontainer2 {  
	background: transparent url(../images/title_right.gif) top left no-repeat;
	height:101px;	
}

#head {
	padding: 30px 0 0 0px;
	margin: 0px;
	height: 35px;
	text-align: center;
}

#head ul {
	list-style: none;
	padding: 0px 0px 0px 115px;
	margin: 0 auto;
}

#head li {
	background: transparent url(../images/menu_bg.gif) top left  no-repeat;
	float: left;
	padding: 5px 15px 0px 31px;
	margin-top: 5px;
	height: 25px;
}

#head a {
	text-decoration: none;
	color:#000078;
	font-weight:bold; 
}

#printhead { display: none; }


#mainmenu a {
	text-decoration: none;
	margin-left: 15px;
	color: #000;
}

#tablebody {
	width: 720px;
}

td { padding: 0; margin: 0; }

#menu { 
	width: 120px;
	text-align: left;
	padding-top: 1em;
	vertical-align: top;
	position: absolute;
	padding-top: 100px;
	height: 100%;
	z-index: 1;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px; /* Width of Menu Items */
	position: relative;
	z-index: 1;
}

#menu ul li {
	position: relative;
	z-index: 1;
}

#menu li ul {
	position: absolute;
	left:119px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 180px;
	
}

/* Styles for Menu Items */
#menu ul li a {
	display: block;
	text-decoration: none;
	padding: 0.5em 1em;
	font-weight:bold; 
}

/* #menu li li { border: 1px solid #d0cee4;} */

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu .title { font-style: italic; display: block; }

#ac #menu { background: #FF0; }
#ac #menu .title { color: #0000ff; }
#ac #menu a:hover .title { color: #0000ff; }
#ac #menu ul li a:hover { color: #F00; }
#ac #menu ul li a { color:#000; }
#ac #menu ul ul { background: #f6ee78; }

#ht #menu { background: #bbc9f0; }
#ht #menu .title { color: #0000ff; }
#ht #menu a:hover .title { color: #0000ff; }
#ht #menu ul li a:hover { color: #ff0000; }
#ht #menu ul li a { color: #000; }


#menu ul li ul li a:hover { font-size: 11pt; } /* Hover Styles */

/* Sub Menu Styles */
#menu li ul li a { 
	padding: 0.5em 1em;
	border-bottom: 0; 
} 

#menu li:hover ul, 
#menu #nav li.over ul { display: block; } /* The magic */

#head_2 { 
	background: transparent url(../img/title_left_2.jpg) 0 0 no-repeat; 
	height:48px  
}
#title { 
	padding: 0 0 0 1em; 
	background: transparent url(../img/title_bg.jpg) top right no-repeat;
	height: 28px;
	line-height: 28px;
} 
#titlecontainer { 
	background: transparent url(../img/title_bg_fill.jpg) 0 0 repeat-x; 
	margin-left: 238px; 
}
#title img { margin: 0; }

#content {
	height: 100%;
	width: 100%;
	overflow: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#content2 {
	margin-top: 100px;
	margin-left: 130px;
}

#filelinks { text-align: center; }

#contentcms { 
	margin: 0 2em 0 20px; 
	padding: 1em 2em 2em 4em; 
	line-height: 1.5em; 
}

#footlinks {
	text-align:center;
	padding:1em;
}

#foot { 
	padding-left: 1em; 
	background: transparent url(../img/title_bg.jpg) top right no-repeat; 
	text-align:center; 
	font-size:0.9em;
	line-height: 28px;
	width: 80%;
}
#footcontainer { 
	clear: both;
	background: transparent url(../img/title_bg_fill.jpg) 0 0 repeat-x; 
}
#foot img { margin:0; }

h1 { font-size:1.4em; letter-spacing:0; }
h2 { font-size:1.3em; letter-spacing:0; }
h3 { font-size:1.2em; letter-spacing:0; }
h4 { font-size:1em; }
h5 { font-size:0.8em; }

#content td { padding: 5px; }

#gallery, #bright_ideas { width: 700px; }
#gallery div, 
#bright_ideas div {
	float: left;
	border: 1px solid #000;
	width: 100px;
	height: 130px;
	margin: auto auto 15px 15px;
	text-align: center;
	padding: 10px;
}

/*============================================
 * Copyright Cynosure Productions
 ---------------------------------------------
 * CART STYLES
 ---------------------------------------------
 * If specific styles are needed for a page 
 * use appropriate <body id="*"> hook.
 *==========================================*/

input, select, textarea {
	font: 1em Verdana, Helvetica, sans-serif;
	color: #030073;
	padding: 0.1em;
	border: 1px solid #D0CEE4;
}

.productwrap {
	border-bottom: 1px solid #DDD;
}

.productname {
	font-weight: bold;
	color: #359;
	font-size: 1.2em;
}

.productitem {
	border-left: 1px solid #DDD;	
	border-right: 1px solid #DDD;	
	border-top: 1px solid #DDD;	
	padding: 0.5em;
}

.productthumb {
	float: left;
	width: 100px;
	padding-top: 10px;
	text-align: center;
}

#cartdetails .productdesc {
	width: auto;
}

#cart .productdesc {
	width: auto;
	margin-left: 102px;
}

.productform {
	margin-left: 102px;
	display: block;
}

.button input {
	color: #79A;
	background-color: #F0F0F0;
	border: 2px solid #ECECEC;
	padding: 0.2em 0.5em;
	width: 8em;
}

.button a {
	background-color: #F0F0F0;
	border: 2px solid #ECECEC;
	text-decoration: none;
	padding: 0.2em 0.5em;
	width: 8em;
	margin: 0.1em;
	line-height: 2em;
}

.button a:hover {
	border: 2px solid #F3F3F3;
	background-color: #F9F9F9;
}

.moredetails {
	display: block;
	margin: 1em;
	text-align: right;
}

.addquantity {
	background-color: #F0F0F0;
	border: 2px solid #ECECEC;
	padding: 0.2em 0.5em;
	color: #444;
}

.addquantity input {
	border: 1px solid #999;
}

.clearing {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.optiontotal,
.optioncost,
.cost,
.subtotal,
#grandtotal { text-align: right; }

#generictitle { font-weight: normal; }


.alert { color: #F66; }

fieldset { 
	clear: left; 
	margin: 1em; 
	padding: 0.5em; 
	border: 1px solid #E0DEF4; 
}

#cartcheckout .wrap_form { width:99%; float: left; }

form {
	padding: 0;
	margin: 0;
	line-height: 2em;
}

form p { line-height: 1.5em; }

label { 
	display: block; 
	float: left; 
	clear: both;
	width: 29%; 
	text-align: right;
	padding-right: 1em;
}

.formw {
	display: block; 
	float: left; 
	width: 69%; 	
}

/*==================================
 *
 *	STOCKIST STYLES 
 *
 *================================*/

.results {
	width:550px;
	margin-left:150px;
	line-height:2em;
	border-bottom:1px solid red
}

.busname {
	font-size:medium;
	border-bottom:1px solid #ffa500;
	margin-bottom:5px;
}	
	
.logo {
	float:left;
	width:70px;
	height:100px;
}

.address {
	float:left;
	width:155px;
	padding:0 5px 0 5px;
	line-height:1.5em;
}

.contact { 
	float:left;
	width:155px;
	padding:0 5px 0 5px;
	line-height:1.5em;
}

.location { 
	float:left;
	width:100px;
	height:100px;
	text-align:right;
}