@import url(store.css);
@import url(member_search.css);

/* CSS Document */

.address, blockquote, caption, center, dd, dir, div, dl, dt, form, menu, li, ol, p, pre, td, ul {
	font-family: helvetica,arial,Verdana,sans-serif;
	font-size: 10pt;
	color: #535353;
}

html,body {
	margin:0px;
	min-width:800px;
	padding:0px;
}

#container {
	background: url("../images/bkg_no_rep.gif");
	background-color: transparent;	
	background-position: 49% top;
	background-repeat: no-repeat;
}

body {
	-x-system-font:none;
	/**background:#dce3e7 url(../images/body_bg.gif) repeat-y scroll 50% 0;*/
	background-color: #e9edf0;
	color:#2F2F2F;
	font-family:helvetica,arial,Verdana,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:left;
}

.error {
	color: red;
	border: 2px solid red;
	background-color: mistyrose;
}

/** Containers
***********************************/

.sideCol
{
	
}

.sideColWrapper
{
	float: left;
}

div.container {
	margin: 0 auto; /* center, not in IE5 */
	background: #373a68 url("../images/bkg_tile.gif") top center repeat-x;
}

div#container_fp {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 100%;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
	
	/*background: url("../images/bkg_content_stripes.gif") top center repeat-y;*/
}

div.contentWrapper
{
	margin-left: 215px;
	background-color:#ffffff;
	text-align:left;
	/*min-height:450px;*/
}

div.productWrapper
{
	overflow:auto;
	background-color:#ffffff;
	text-align:left;
	/*min-height:450px;*/
}

div.header {
	padding: 0px;
	
}

div.container2 {
	padding: 0px;
	
}

div.header2 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	/*height: 100%;*/
}

div.content {

}

div.content2 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/bkg_content_gradient.gif") top left repeat-x;
	background-color:#FFFFFF;
	overflow: auto;
	/*padding-top:25px;*/
	padding-bottom:20px;
}


div#contentfp {
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	/**width: 949px;*/
	/*overflow:auto;*/
	background-color:#ffffff;
	
}

div#contentSearch {
	width: 872px;
	margin-left: 396px;
	margin-right: auto;
	/**width: 949px;*/
	/*overflow:auto;*/
	background-color:#ffffff;
}


div.footer {
	background: #e9edf0 url(../images/bkg_footer_01.gif);
	background-repeat:repeat-x;
	height:89px;	
	width:930px;
	margin-left:auto;
	margin-right:auto;
	
}

.footer_bkg {
	background-color:#F8F7F7;
	height: 160px;
	margin: -160px 0px 0px;
	position: inherit;

}

div#footer2 {
	background: #373A68;
	background-repeat:repeat-x;
	

}

div.siteHeader {
	padding: 0px 0px 0px 0px;
	background: #FFF;
	height: 152px;
}

div.sideBanners {
	text-align: left;
	padding: 10px;
}

/** General Link Color
***********************************/

a:link{ 
	color: #3a3a3a;
	text-decoration: underline;
} 

a:visited{ 
	color: #3a3a3a; 
	text-decoration: none;
}

a:hover{ 
	color: #3a3a3a; 
	text-decoration: none;
}

a:link img, a:visited img, a:hover img{
	border: 0px;
}

/** General Text
***********************************/

h1, h2, h3, h4, h5, h6, .head {
	color:#3a3a3a;
	line-height:1.3em;
	margin-bottom:0.4em;
}

h1{
	font-size: 15pt;
	padding: 0px;
	margin: 0px;
	color: #3a3a3a;
	font-weight:normal;	
}

h2{
	font-size: 14pt;
	padding: 0px;
	margin: 0px;
	color: #3a3a3a;
	font-weight:normal;
}

h3{
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
	font-weight:normal;
}

h4{
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
}

h5{
	font-size: 8pt;
	padding: 0px;
	margin: 0px;
}

h6{
	font-size: 7pt;
	padding: 0px;
	margin: 0px;
}

.redText{
	color: #b3342b;
	font-size: 10pt;
	font-weight: bold;
}

.redTextSm{
	margin-bottom: 10px;
	color: #b3342b;
	font-size: 8pt;
	text-decoration: none;
}

.redTextSm a:link, .redTextSm a:visited{
	margin-left: 155px;
	color: #b3342b;
	font-size: 8pt;
	text-decoration: none;
}

.redTextSm a:hover{
	margin-left: 155px;
	color: #2b2b2b;
}

/** Default for Form Elements
***********************************/

input, select, textarea {
	
}

/** Search
***********************************/

.search form{
	float: left;
	margin: 0px;
	
}

#search form{
	margin: 0px;
	padding: 0px;
}

.searchText{
	width: 150px;
	font-size: 7pt;
	color: #5b6771;
	margin: 3px 0px 0px 8px;
}

.searchButton{
	background:transparent url(../images/btn_go.gif) no-repeat scroll left top;
	border:medium none;
	font-size:7pt;
	height:28px;
	position:absolute;
	width:31px;
	color:#ffffff;
	cursor:pointer;
}

.searchResult{
	font-size: 12pt;
	font-weight: bold;
}

.searchResult a:link, .searchResult a:visited{
	padding: 0px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 9pt;
}

.searchResult a:hover{
	text-decoration: underline;
}

.searchResult table td{
	margin: 0px;
	padding: 5px 0px;
	font-size: 9pt;
	font-weight: normal;
}

/** Breadcrumbs
***********************************/

.breadCrumb {
	text-transform: uppercase;
	padding:6px 0px 6px 230px;
}

.breadCrumbSpacer {
	font-size: 9px;
	color: #579dd4;
	padding-right: 5px;
}

a.breadCrumb:link, a.breadCrumb:visited{
	padding: 5px 5px 0px 0px;
	font-size: 6pt;
	text-decoration: underline;
	color: #579dd4;
}

a.breadCrumb:hover{
	text-decoration: none;
	color: #7eb9e7;
}

/** Sitemap
***********************************/

.sitemapParent a:link, .sitemapParent a:visited{
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
}

.sitemapParent a:hover{
	text-decoration: underline;
}

.sitemapChild a:link, .sitemapChild a:visited{
	display: block;
	margin: 1px 8px;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
}

.sitemapChild a:hover{
	text-decoration: underline;
}

/** pageImage
***********************************/

#pageImageContainer{
	margin: 0px 0px 0px 0px;
}

.pageImageContainer2{
	margin:0px 0px 8px 15px;
	
}
/** Footer Links Colour
***********************************/

.footer {
	padding: 10px;
	/*margin:0px 0px 0px 95px;*/
	/*width:872px;*/
	
}

.footer a:link, .footer a:visited{
	color: #6a6a6a;
	text-decoration: underline;
	line-height: 1.6em;
}

.footer a:hover{
	text-decoration: none;
}

/** first navigation
***********************************/

.firstNavContainer {
	width: 950px;
	background: url("../images/first_nav_cont_bkg.gif") top left repeat-x;
	margin-left: auto;
	margin-right: auto;

	
}

.firstNavTable{
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
}

.firstNavTable td{
	height: 24px;
}

a.firstNav:link, a.firstNav:visited{
	padding: 8px 12px 8px 12px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

a.firstNav:hover{
	padding: 0px 12px 0px 12px;
	font-size: 12px;
	color: #ffffff;
	display:table-cell;
	height:22px;
	vertical-align:middle;
	text-decoration: none;
	background: url("../images/bkg_firstNav_hover.gif") top left repeat-x;
}

a.firstNavSelected:link, a.firstNavSelected:visited{
	padding: 0px 12px 0px 12px;
	font-size: 12px;
	color: #ffffff;
	display:table-cell;
	height:22px;
	vertical-align:middle;
	text-decoration: none;
	background: url("../images/bkg_firstNav_selected.gif") top left repeat-x;
	}

a.firstNavSelected:hover{
	padding: 0px 12px 0px 12px;
	font-size: 12px;
	color: #ffffff;
	display:table-cell;
	height:22px;
	vertical-align:middle;
	text-decoration: none;
	background: url("../images/bkg_firstNav_selected.gif") top left repeat-x;
	
}


/** second navigation
***********************************/





.second_nav {
	/*float:left;*/
	/*width:200px;*/
	border-collapse: collapse;
	background-color:#ffffff;

}
.secondNavTable{
	width: 200px;
	border-collapse: collapse;
	/*margin: 0px 0px 0px 10px;*/
}

.secondNavTable td{
	padding: 0px 0px 0px 0px;
}

a.secondNav:link, a.secondNav:visited{
	display: block;
	width: 195px;
	padding: 8px 0px 8px 14px;
	border-bottom: 1px solid #f6f6f6;
	font-size: 12px;
	color: #878b90;
	text-decoration: none;
	
}

a.secondNav:hover{
	color: #465e6d;
}  

a.secondNavSelected:link, a.secondNavSelected:visited{
	display: block;
	width: 195px;
	padding: 8px 0px 8px 14px;
	font-size: 12px;
	background: url(../images/secondnav_hover.gif) repeat-x bottom center;
	background-color:#f6f7f8;
	border-bottom: 1px solid #e5e8e9;
	color: #465e6d; 
	text-decoration: none;
} 

a.secondNavSelected:hover{
	color: #465e6d;
}

/** third navigation
***********************************/

a.thirdNav:link, a.thirdNav:visited{ 
	background-color: #FFF;
	display: block;
	width: 180px;
	padding: 8px 0px 8px 25px;
	border-bottom: 1px solid #f6f6f6;
	font-size: 12px;
	color: #8e8e8e;
	text-decoration: none;
	background-image: url('../images/arrow.gif');
	background-position: left center;
	background-repeat: no-repeat;
} 

a.thirdNav:hover{
	color: #465e6d;
}

a.thirdNavSelected:link, a.thirdNavSelected:visited{ 
	background-color: #FFF;
	display: block;
	width: 180px;
	padding: 8px 0px 8px 25px;
	font-size: 12px;
	border-bottom: 1px solid #f6f6f6;
	color: #005b8f; 
	text-decoration: none;
	background-image: url(../images/bkg_thirdNav.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

a.thirdNavSelected:hover{
	color: #005b8f;
}

/** fourth navigation
***********************************/

a.fourthNav:link, a.fourthNav:visited{ 
	background-color: #f7f8f9;
	display: block;
	width: 160px;
	padding: 8px 0px 8px 45px;
	font-size: 12px;
	border-bottom: 1px solid #f6f6f6;
	color: #878b90; 
	text-decoration: none;
	background-image: url('../images/arrow2.gif');
	background-position: left center;
	background-repeat: no-repeat;
} 

a.fourthNav:hover{
	color: #465e6d;
}

a.fourthNavSelected:link, a.fourthNavSelected:visited{ 
	background-color: #eff3f4;
	display: block;
	width: 160px;
	padding: 8px 0px 8px 45px;
	font-size: 12px;
	border-bottom: 1px solid #f6f6f6;
	color: #005b8f; 
	text-decoration: none;
	background-image: url('../images/arrow2_selected.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

a.fourthNavSelected:hover{
	color: #005b8f;
}

/** fifth navigation
***********************************/


a.fifthNav:link, a.fifthNav:visited{ 
	background-color: #eff3f4;
	display: block;
	width: 140px;
	padding: 8px 0px 8px 65px;
	border-bottom: 1px solid #f6f6f6;
	font-size: 12px;
	color: #878b90;
	text-decoration: none;
	background-image: url('../images/arrow3.gif');
	background-position: left center;
	background-repeat: no-repeat;
} 

a.fifthNav:hover{
	color: #465e6d;
}

a.fifthNavSelected:link, a.fifthNavSelected:visited{ 
	background-color: #eff3f4;
	display: block;
	width: 140px;
	padding: 8px 0px 8px 65px;
	font-size: 12px;
	border-bottom: 1px solid #f6f6f6;
	color: #005b8f; 
	text-decoration: none;
	background-image: url('../images/arrow3_selected.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

a.fifthNavSelected:hover{
	color: #005b8f;
}

/** Content Containers
***********************************/



#contentContainer{	
	/*padding: 0px 10px 10px 0px;*/
	line-height: 1.5em;
	background:#FFFFFF url(../images/search_field_Container.gif) repeat-x;
	

}

.contentContainer2{	
	padding:0px 15px;
	line-height:1.5em;
	text-align:left;
	}

#contentContainer_fp{
	/*background: url("../images/bkg_content_gradient.gif") top left repeat-x;*/
	width: 930px;
	padding: 10px 10px 10px 10px;
	line-height: 1.5em;
}

/** Contact Form DIV Style
***********************************/

.contactForm form {
	width: 450px;
	padding: 10px;
	border: 1px solid #e4e4e4;
	background-color: #eeeeee;
	background-image:url(../images/form_bkg.gif);
	background-repeat:repeat-x;
}

/** Gallery
***********************************/

.gallery_table{
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
}

.gallery_table td{
	height: 150px;
	width: 140px;
	background-color: #f0f4f7;
	vertical-align: bottom;
	text-align: center;
}

.gallery_table td img{
	margin: 5px 0px 15px;
	padding: 1px;
	border: solid 1px #b8b8b8;
}

.gallery_child_table{
	padding: 8px;
	margin-left: auto;
	margin-right: auto;
}

.gallery_child_table td{
	height: 150px;
	width: 140px;
	background-color: #f2f2f2;
	vertical-align: bottom;
	text-align: center;
}

.gallery_child_table td img{
	margin: 5px 0px 15px;
	padding: 1px; 
	border: solid 1px #666666;
}

.gallery_child_table a:link, .gallery_child_table a:visited{
	font-size: 9pt; 
	color: #3C3C3C; 
	text-decoration: none;
	font-weight: normal;
}

.gallery_child_table a:hover{
	font-weight: normal;
	text-decoration: none;
}

/** Newsletter Signup
***********************************/

#newsletterOutline{
	width: 50%;
	margin: 10px;
	padding:  15px 15px 15px 15px;
	border: 1px solid #eeeeee;
}

#newsletterOutline form{
	margin: 10px;
}

#newsletter_firstname, #newsletter_lastname{
	margin: 3px 5px;
}

#newsletter_email{
	margin-top: 3px;
	margin-left: 39px;
}

.btnNewsReg{
	vertical-align: bottom;
}

.newsletterError, #newsletter_err{
	margin-top: 10px;
	font-size: 8pt;
	color: #993300;
}

.newsletterMessage{
	font-size: 8pt;
}

/** News
***********************************/

.newsCategoryTitle{
	font-weight: bold;
	font-size: 12pt;
}

.mainNewsTitle{ /* Controls the modified date on the main news page for some reason as well...? */
	color: #2b2b2b;
	line-height: 1.8em;
	font-size: 8pt;
	font-style: italic;
}

a.mainNewsTitle:link, a.mainNewsTitle:visited{
	color: #2b2b2b;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

a.mainNewsTitle:hover{
	color: #2b2b2b;
	text-decoration: underline;
}

.newsSummary{
	padding: 3px 0px 2px 5px;
}

.mainNewsMod{
	padding: 3px 0px 2px 0px;
	line-height: 2.2em;
	font-size: 8pt;
	font-style: italic;
}

.mainNewsPic{
	padding: 8px 10px 5px 0px;
}

.signupInfo{
	padding: 0px 8px;
}

.signupInfo .newsBtn{
	position: relative;
	top: 5px
}

.newsItemTitle{
	color: #2b2b2b;
	font-size: 10pt;
	font-weight: bold;
}

.newsItemContent{

}

.newsItemModified{
	font-size: 8pt;
	font-style: italic;
}

/** Signup and Login
***********************************/

.memberHello{
	font-size: 12pt;
	
	padding-bottom: 30px;
	color: rgb(146,154,158);
}

.memberName{
	display: inline;
	font-size: 12pt;
	
	color: #000000;
}

#signupOutline{
	width: 400px;
	margin: 10px;
	padding:  5px 15px;
	border: 1px solid #eeeeee;
}

#member_submit{
	margin: 0px 0px 0px 200px;
}

#loginOutline{
	width: 225px;
	margin: 10px 10px;
	padding:  10px 15px 20px;
	border: 1px solid #eeeeee;
	background:url(../images/form_bkg.gif);
}

#loginOutline input{
	display: block;
	float: right;
	margin: 0px 11px 0px 0px;
}

#forgotPass{
	clear: both;
	text-align: right;
	margin: 0px 11px 0px 0px;
	padding: 10px 0px 0px 0px;
}

#forgotPassOutline{
	width: 320px;
	margin: 10px;
	padding:  15px 15px 68px 15px;
	border: 1px solid #eeeeee;
}

#forgotPassOutline form{
	display: inline;
	margin-top: 2px;
}

#forgotPassOutline br{
	display: none;
}

#forgotPassOutline table{
	float: left;
	margin: 0px;
	padding: 0px;
}

#forgotPassOutline input{
	margin-top: 0px;
}

/**Client Profile
**************************************/

#profileOutline{
	
	/*margin-left: 25px;
	margin-right: 25px;*/
	margin-top: 25px;
	padding:  15px;
	border: 1px solid #eeeeee;
	
}

#profileContainer{
	margin: 0px 0px 0px 0px;
}

#profileSection{
	margin: 15px 0px 15px 15px;
}

#profileContactName{
	font-size: 12pt;
	float: left;
	
	

}

#profileCompanyName{
	color: rgb(94,94,94);
	font-size: 11pt;
		font-weight: bold;
		
}

#profileLinks {
	padding-bottom: 10px;

}

#profileDescription {
	padding-top: 30px;

}

#profileNumbers {
	padding-top: 30px;
}

#profileImage{
	display: block;
	border: 1px solid #dfe1e9;
	background-color:#f5f5f5;
	width: 120px;
	padding: 15px;
	margin: 15px 0px 15px 0px;
}

.profileHeader{
	font-size: 14pt;

}

#profileCategories {
	padding-top: 30px;
	color: rgb(208,208,208);
}

#profileDateAdded {
	
	color: rgb(208,208,208);
	text-align: right;
	
	
}


#profileUploadImage input{
	display: block;
	margin-top: 7px;
	margin-bottom: 7px;
	
}

#recurringOrdersContainer, #outstandingOrdersContainer{
	padding-bottom:25px;
}

#profileTable{
	margin: 15px 5px;
}

.gridDataTableLarge{
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #e6e8ed;
	border-left: 1px solid #e6e8ed;
}

.gridHeaderRow{
	border-top: 1px solid #e6e8ed;
	border-right: 1px solid #e6e8ed;
	border-bottom: 1px solid #a4a5a9;
	border-left: 0px;
	padding: 5px;
	font-weight: normal;
	font-size: 8pt;
}

.gridRow td{
	border-right: 1px solid #e6e8ed;
	background-color: #f5f5f5;
	text-align: center;
	padding: 0px 3px;
	font-size: 8pt;
}

.gridAltRow td{
	border-right: 1px solid #e6e8ed;
	text-align: center;
	padding: 0px 3px;
	font-size: 8pt;
}

/*********** Shout v3.3.0 - CSS Fix for the client order summary showing bullets ***********/
/** Hover Summary
***********************************/

.tooltip{
	display: block;
	text-align: left;
}

a.tooltip ul{
	text-align: left;
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

a.tooltip ul li{
	margin: 0px;
	font-size: 8pt;
	padding: 0px 3px;
	list-style-position: inside;
}

a.tooltip:hover ul{
	margin-left: 0em;
	position: absolute;
	display: inline;
	background-color: ghostwhite;
	border: thin solid silver;
}

/** Hover Summary Mozilla Fix
***********************************/

a.tooltip + ul{
	text-align: left;
	display: none;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}

a.tooltip + ul li{
	margin: 0px;
	font-size: 8pt;
	padding: 0px 3px;
	list-style-position: inside;
}

a.tooltip:hover + ul{
	margin-left: 0em;
	position: absolute;
	display: inline;
	background-color: ghostwhite;
	border: thin solid silver;
}



div#index {
	width: 872px;
	margin-left: auto;
	margin-right: auto;
	/**width: 949px;*/
	overflow:auto;
	
}
#searchContainer{
	width: 840px;
	/*padding: 0px 10px 10px 0px;*/
	line-height: 1.5em;
	background-color:#FFFFFF;
	/*height: 600px;
	float:right;*/
	padding:15px;
	/*margin-left:200px;*/
	min-height: 650px;
}
.miniContainer{

	margin-left:90px;
	width:400px;

}
.miniContainertitle{

	margin-left:90px;
	width:400px;
	margin-top:70px;

}
/*#btmimage{
	background: url("../images/img_bmt.gif");
	width:200px;
	height:42px;

}*/
div#contentSearch2 {
	width: 872px;
	margin-left: 363px;
	margin-right: auto;
	/**width: 949px;*/
	/*overflow:auto;*/
	background-color:#ffffff;
}

#flash{
	width:872px;
	height:278px;
	
	margin-left:auto;
	margin-right:auto;

}


div.alternativeNavContainer{
	background-image:url(../images/bkg_alt_nav.gif);
	background-position:center top;
	background-repeat:repeat-x;
	height:28px;

}

.toprightcontainer
{	float: right;
	line-height: 24px;
	background-image:url(../images/bkg_alt_nav_right.gif);
	background-repeat:repeat-x;
	height:28px;

}
#btnNext{

}

.add_to_cart, .go_to_cart{
	display:inline-block;
	float:left;
	font-size:10px;
	padding:2px 8px;
	/*text-transform:uppercase;*/
	/*vertical-align:top;*/

}


.go_to_cart{
	border-right:1px solid #e1e6ea;	
	height:24px;
}


.add_to_cart{
	border-right:1px solid #e1e6ea;	
	height:24px;
}

.cart_image{
	margin-left:3px;	
	margin-top:8px;
	display:inline-block;
	float:left;
	/*vertical-align:top;*/
	height:13px;
	width:19px;
	background:url(../images/cart_logo.png) no-repeat center;
}


.account{
	padding:2px 8px 0px 8px;
	display:inline-block;
	float:left;
	font-size:10px;
	/*text-transform:uppercase;*/
	height:25px;
}


.myAccount{
	padding:0px 8px 0px 0px;
	display:inline-block;
	float:left;
	font-size:10px;
	border-right:1px solid #e1e6ea;	
	height:26px;
}


.myAccountLogout{
	padding:0px 4px 0px 8px;
	display:inline-block;
	float:left;
	font-size:10px;
	height:25px;
}

myAccountLogin{
	padding:0px 8px 0px 0px;
	display:inline-block;
	float:left;
	font-size:10px;
	height:25px;
}

