@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: Verdana, Helvetica, Tahoma, sans-serif;
font-size: 9pt;
color: #4d4633;
}

body{
margin: 0px;
padding: 0px;
background: #707587 url(../images/bkg_title_repeat_x.jpg) top left repeat-x;
}

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

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

div#container {
	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#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#header {
	height: 135px;
	padding: 0px;
	background: url("../images/bkg_stripeshadow.gif") top center no-repeat;
}

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

div#content {
	padding: 0em 0em 8em; /* bottom padding for footer */
}

div#content2 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	*width: 949px;
}

div#footer {
	padding: 0;
	height: 88px;
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	background-color: #f8f7f7;
}

div#footer2 {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f8f7f7;
	height: 87px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

div#siteHeader {
	padding: 0px 0px 0px 0px;
	height: 79px;
}

div#sideBanners {
	text-align: center;
}

/************************ Background *****************************/

.headerBkg{
background: #fff url(../images/header_bkg.jpg) top left repeat-x;
height: 100px;
}

.mainBkg{
background: url(../images/main_bkg.jpg) top left repeat-x;
height: 500px;
}

.shadowLeft{
background: url(../images/shadow_left_repeat.png) top left repeat-y;
width: 10px;
}

.shadowRight{
background: url(../images/shadow_right_repeat.png) top left repeat-y;
width: 10px;
}

.shadowBottomFront{
background: url(../images/bdr_bottom_front.png) top left no-repeat;
width: 867px;
height: 22px;
}

.shadowBottomFront_dark{
background: url(../images/bdr_bottom_front_dark.png) top left no-repeat;
width: 867px;
height: 22px;
}

.shadowBottomContent{
background: url(../images/bdr_bottom_content.png) top left no-repeat;
width: 867px;
height: 22px;
}

.firstNavBkg{
background: url(../images/nav_top.jpg) top left no-repeat;
width: 847px;
}

.secondNavBkg{
background-color: #e4e4e4;
width: 225px;
}

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

a:link{ 
color: #2e447d;
text-decoration: underline;
} 

a:visited{ 
color: #2e447d; 
text-decoration: underline;
}

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

/** Footer Links Colour
***********************************/

.footer a:link, .footer a:visited{
	color: #f5f5f5;
	text-decoration: underline;
}

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

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

h1{
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
	color: #2d498e;
}

h2{
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
}

h3{
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}

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{
	float: left;
	margin: 0px;
	padding: 0px;
}

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

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

.searchButton{
	height: 20px;
	margin: 1px 2px 3px 2px;
	font-size: 7pt;
}

.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 {
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 7px;
	text-transform: uppercase;
}

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

a.breadCrumb:link, a.breadCrumb:visited{
	padding: 5px 5px 0px 0px;
	font-size: 7pt;
	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: 16px 0px 0px 18px;
	
}

/** Footer Links Colour
***********************************/

.footer {
	padding: 10px;
}

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

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

/**********************************navigation***********************/

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

.firstNavTable table{
border-collapse: collapse;
}

.firstNavTable td{
padding: 0px;
border-collapse: collapse;
}

a.firstNav:link, a.firstNav:visited{
display: block;
height: 18px;
margin: 0px 0px 0px 1px;
padding: 4px 10px 0px 10px;
color: #ffffff;
text-decoration: none;
font-size: 9pt;
}

a.firstNav:hover{
color: #feb900; 
background-color: #none;
}

a.firstNavSelected:link, a.firstNavSelected:visited{
display: block;
background: url(../images/nav_main_tab.gif) top left repeat-x;
height: 18px;
margin: 0px 0px 0px 1px;
padding: 4px 10px 0px 10px;
color: #feb900 ; 
text-decoration: none;
font-size: 9pt;
}

a.firstNavSelected:hover{
background: url(../images/nav_main_tab.gif) top left repeat-x;
color: #feb900;
}

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

.secondNavTable{
border-collapse: collapse;
width: 224px;
margin: 15px 0px 10px 0px;
}

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

a.secondNav:link, a.secondNav:visited{
display: block;
width: 204px;
padding: 8px 0px 8px 20px;
border-bottom: 1px solid #cacaca;
font-size: 12px;
color: #4d4633;
text-decoration: none;

}

a.secondNav:hover{
color: #b5b5b5; 
background: url("../images/bkg_secNav_hover.gif") top left repeat-x;
background-color:#000000;
}  

a.secondNavSelected:link, a.secondNavSelected:visited{
display: block;
width: 204px;
padding: 8px 0px 8px 20px;
font-size: 12px;
border-bottom: 1px solid #efeee4;
font-weight:bold; 
text-decoration: none;
background-color:#e4e4e4;
} 

a.secondNavSelected:hover{
/**background:transparent url(../images/bkg_secNav_hover.gif) repeat-x scroll left top;**/
color: #b5b5b5; 
background: url("../images/bkg_secNav_hover.gif") top left repeat-x;
background-color:#000000;
}

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

a.thirdNav:link, a.thirdNav:visited{
background-color:#f3f3f3; 
display: block;
width: 194px;
padding: 8px 0px 8px 30px;
border-bottom: 1px solid #efeee4;
font-size: 11px;
color: #2e2e2e;
text-decoration: none;

} 

a.thirdNav:hover{
background:transparent url(../images/bkg_thdNav_hover.gif) repeat-x scroll left top;

}

a.thirdNavSelected:link, a.thirdNavSelected:visited{ 
display: block;
width: 194px;
padding: 8px 0px 8px 30px;
font-size: 11px;
border-bottom: 1px solid #efeee4;
text-decoration: none;
font-weight: bold;
background-color:#f3f3f3;
}

a.thirdNavSelected:hover{
background:transparent url(../images/bkg_thdNav_hover.gif) repeat-x scroll left top;
background-color:#e2e2e2
}

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

a.fourthNav:link, a.fourthNav:visited{ 
background-color:#ffffff; 
display: block;
width: 184px;
padding: 8px 0px 8px 40px;
border-bottom: 1px solid #efeee4;
font-size: 11px;
color: #4d4633;
text-decoration: none;
} 

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

a.fourthNavSelected:link, a.fourthNavSelected:visited{ 
background-color:#ffffff; 
display: block;
width: 184px;
padding: 8px 0px 8px 40px;
font-size: 11px;
border-bottom: 1px solid #efeee4;
color: #4d4633; 
text-decoration: none;
font-weight: bold;
}

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

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

a.fifthNav:link, a.fifthNav:visited{ 
display: block;
width: 174px;
padding: 8px 0px 8px 50px;
border-bottom: 1px solid #efeee4;
font-size: 11px;
color: #4d4633;
text-decoration: none;
} 

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

a.fifthNavSelected:link, a.fifthNavSelected:visited{ 
display: block;
width: 174px;
padding: 8px 0px 8px 50px;
font-size: 11px;
border-bottom: 1px solid #efeee4;
color: #4d4633; 
text-decoration: none;
font-weight: bold;
}

a.fifthNavSelected:hover{
text-decoration: underline;
}
/*********************** Containers ******************************/

#headerContainer{
margin: 8px 21px;
}

#navContainer{
float: left;

margin: 0px 13px;
}

#loginContainer{
float: left;
margin: 0px -13px;
}

#frontpageContainer{
margin: 0px;
padding: 0px;
width: 847px;
background-color: #ffffff;
}

#fullpageContainer {
margin: 0px;
padding: 10px;
width: 827px;
}

#headerImageContainer{
margin: 0px 0px 10px 0px;
}

#contentContainer{
width: 582px;
margin: 0px;
padding: 0px 20px 0px 20px;
}

.contentContainer{
width: 602px;
margin: 0px;
padding: 10px 10px 0px 10px;
}

mpContainer{
width: 582px;
margin: 0px;
padding: 0px 20px 0px 20px;
}


#footerContainer{
width: 575px;
margin: 0px 10px 15px 20px;
}

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

.gallery_table{
padding: 8px;
margin: 0px;
}

.gallery_table tr td{
vertical-align: middle;
text-align: center;
}

.gallery_child_table{
padding: 8px;
margin: 0px;
}

.gallery_child_table tr td{
vertical-align: middle;
text-align: center;
}

.gallery_child_table a:link, .gallery_child_table a:visited{
font-size: 8pt; 
color:#2b2b2b; 
text-decoration: none;
}

.gallery_child_table a:hover{
font-size: 8pt; 
color:#2b2b2b; 
text-decoration: underline;
}
/** Content Containers (section may need to be removed)
***********************************/

.tblContent{
	background: url("../images/bkg_content_gradient.gif") top left repeat-x;
}

#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: 370px;
	padding: 10px;
	border: 1px solid #abadb3;
	background-color: #f5f5f5;
}

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

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

.gallery_table td{
	height: 150px;
	width: 140px;
	background-color: #f2f2f2;
	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 35px;
	border: 1px solid #eeeeee;
}

#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-top: 25px;
	padding-left:10px;
	
}

#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;
}

img { behavior: url(iepngfix.htc); }




 