/** CSS Document 
	For Benton's Plumbtec Website
*/

/************************************************************************/
/*			Global Properties											*/
/************************************************************************/
body {
	background: white;
	font-family: Arial,sans-serif;
	padding:0px;
	margin:0px;
	text-align:center;
}

a:link{
	color:#0033FF;
	text-decoration: none;
}

a:visited {
	color:#0099FF;
	text-decoration: none;
}

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

/************************************************************************/
/* 			Divisions 													*/
/************************************************************************/

#wrapper {
	width: 985px;
	text-align:center;
	margin: 0 auto 0 auto;
	background:white;
	min-width:985px;
}

#wrapperbg {
	background: url(Images/Graphics/white%20shadow%20background.gif) 50% repeat-y;
}

#masthead{
	top:0px;
	background: #004890;
	width: 100%;
	height:100px;
	margin: 0 auto 0 auto;
}


#links{
	postion:relative;
	color: white;
	width: 985px;
	font-weight:bold;
	height:32px;
	text-align:left;
	padding:0px;
	padding-top:5px;
	margin: 0 auto 0 auto;
	min-width:985px;
	
}

#links2{
	position:relative;
	color: #9d9d9d;
	width:985px;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
	height:25px;
	text-align:left;
	margin: 0 auto 0 auto;
	margin-bottom:10px;
	border-bottom: 1px solid #cccccc;
	min-width:985px;
}


#navbar {
	text-align:center;
	width:100%;
	height:32px;
	background:url(Images/Graphics/linkbg.jpg) repeat-x;
	z-index:100;
	min-width:985px;
}

#indexmain
{
	padding: 5px 0px 0px 0px;
	text-align:left;
	
}



#header {
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	font: bold 150% Arial,sans-serif;
	color: #000000;
	text-align:left;
}

#content {
	padding: 5px 0px 0px 0px;
	text-align:left;
}


#footer {
	width: 985px;
	min-width:985px;
	text-indent: 10px;
	height:32px;
	/**background:#004890;**/
	clear: both;
	font-size: small;
	color:white;
	padding-top: 7px;
	padding-left:20px;
	z-index: 5;
	text-align:left;
	vertical-align:middle;
	margin: 0 auto 0 auto;
}

#footer-wrapper {
	width:100%;	
	min-width:985px;
	height:32px;
	background:url(Images/Graphics/linkbg.jpg) repeat-x;
	
}

#footerL {
float:left;
}

#footerR {
float:right;
}

/************************************************************************/


/************************************************************************/
/** 	Navigations Styles 												*/
/************************************************************************/
#links a:link, #links a:visited {
	/*border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;*/
	font-weight: bold;
	padding: 3px 15px 3px 15px;
	color: white;
	text-decoration: none;
}

#links a:hover {
	font-weight: bold;
	padding: 3px 15px 3px 15px;
	color: #FFFFFF;
	/*background-color:#FFFFFF;text-decoration:underline;*/
	background:url(Images/Graphics/linkbg%20hi.jpg) repeat-x;
	

}

#links2 a:link, #links2 a:visited {
	/*border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;*/
	font: bold 80% Vendana,Arial,sans-serif;
	padding: 3px 10px 3px 10px;
	color: #9d9d9d;
	text-decoration: none;
}

#links2 a:hover {
	color: #004890;
	text-decoration:underline;

}

#current a:link, #current a:visited {
	text-decoration:underline;
}

#footer a:link, #footer a:visited {
	color:white;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#breadCrumb{
	padding: 0px 0px 5px 0px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	font-weight:normal;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

#cse-search-box{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}



/************************************************************************/

/************************************************************************/
/**			Main Body Styles											*/
/************************************************************************/
h1 {
	 font: bold 120% Arial,sans-serif;
	 color: #004890;
	 margin: 2px;
	 padding: 0px;
}

h2 {
	font: bold 114% Arial,sans-serif;
	 color: #006699;
	 margin: 2px;
	 padding: 0px;
}

h3 {
	 font: bold 100% Arial,sans-serif;
	 color: #334d55;
	 margin: 2px;
	 padding: 0px 0px 0px 0px;
} 

h4 {
	font: bold 80% Arial, Helvetica, sans-serif;
	 color: #9d9d9d;
	 margin: 2px;
	 padding: 0px 0px 0px 0px;
}

p {
	padding: 0px 0px 5px 2px;
	font: 80% Arial, Helvetica, sans-serif;
}

#news {
	padding-top:5px;
	/**background-image:url(Images/Graphics/news%20background.jpg);
	background-repeat:no-repeat;
	background-position: -5px -6px;**/
}

#box  {
	width:400px;
	font: 80% Arial, Helvetica, sans-serif;
}

#newspics {
	padding:5px 10px 5px 10px;
}

#storedatatable
{
	width:500px;
	padding-top:20px;
		
}
#storedata
{
	width:500px;
	font: 80% Arial, Helvetica, sans-serif;
}

#storeimages {
	float:right; 
	width:400px; 
	text-align:center;
}

#storedatabold
{
	font-weight:bold;
	font-variant:small-caps;
}

#suppliertable {
	width: 90%;
	

}

#supplierheading{
	border-bottom: 1px solid #cccccc;
}

img.noborder
{
  border: none;
}

a img {
 border: none;
}

img.right
{
  float: right;
  border: none;
}

p.centered
{
  text-align:center;
}

/************************************************************************/


/************************************************************************/
/* List Styles															*/
/************************************************************************/
ul{
	font: 80% Arial, Helvetica, sans-serif;
 	list-style-type: disc;
}

ul p {
	font: 100% Arial, Helvetica, sans-serif;
	list-style-type: disc;
}

ul ul{
	font: 100% Arial, Helvetica, sans-serif;
 	list-style-type: square;
}

ul ul ul{
	font: 100% Arial, Helvetica, sans-serif;
 list-style-type: none;
}

div ul{
	list-style-image:url(Images/Graphics/bulletpoint.png);

}

table ul{
	font: 80% Arial, Helvetica, sans-serif;
	list-style-image:url(Images/Graphics/bulletpoint.png);
}
/************************************************************************/


/************************************************************************/
/*			Designer Showcase Items										*/
/************************************************************************/

#designmenu {
	width:210px;
	float:left;
	background-image:url(Images/Designer%20Collections/menu%20back.png);
}

#designcontent {
	width:730px;
	margin-left:250px;
}


/************************************************************************/
