/* Start of CMSMS style sheet 'MFB - Basics' */
/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      01/03/07
author:    [your name]
email:     [you at domain dot com]

website:   [your domain]

version history: [location of file]
-----------------------------------------------------------------------------*/


/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* 
	{
	margin: 0;
	padding: 0;
	
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}



.right
	{
	float: right;
}



.left
	{
	float: left;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 75.1%  Helvetica, Arial, "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	background-color: #fff;
	color: #000000;	
	text-align: left;
}



#outer_wrapper
	{ 
	position: absolute;
	width: 960px;
	text-align: left;  
	margin-left: -500px;
	left: 50%; 
}


#banner {
	width: 100%;
	height: 298px;
	background-image: url(images/bedford_bannerbg3.jpg);
	background-position: 27% 29%;
	background-repeat: no-repeat;
	padding-left: 0px;
}



div#cart_holder {
	margin-top: 150px;
}

/** Big text links with rollovers  **/

div#linkswrapper {
	width: 100%;
	height: 55px;
	margin-top: 5px;
	background-image: url(images/top_bar.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}


div#leftcol {
	float: left;
	width: 660px;
	padding: 10px 25px 10px 20px;
	background-image: url(images/mid_bar.png);
	background-position: top right;
	background-repeat: repeat-y;
	min-height: 600px;
}

div#rightcol {
	float: right;
	width: 230px;
	padding: 10px 15px 0 5px;
	}


#gallery {
     float: left;
	margin: 0;
	width: 100%;
	}

div#gallery_inner {
	width: 100%;
     float: left;
     padding: 10px 0 30px 10px;
}
	
div#footer {float: left; clear: both; height: 40px; width: 100%;  background: url(images/top_bar.png) no-repeat; padding-top: 18px;}

div#footer a {color: #006699; text-decoration: none;}

h5, h4, h3  {font-family: Georgia, 'Times New Roman', serif; color: #f9261f; margin-bottom: 8px;}

h3  {font-size: 1.7em;}
h4 {font-size: 1.5em;}
h5  {font-size: 1.2em;}
#logout h5  {font-size: 1.2em;}
p {
	font-size: 1.1em;
	margin-bottom: 7px;
	line-height: 130%;
}

p img {padding: 0 10px 10px 0;}

p a {font-weight: bold; color:#006699; text-decoration: none;}
p a:hover {text-decoration: underline;}

/* Link Manager Styles  */


div.linkmgr ul li {font-size:1.2em; margin-bottom: 4px; list-style: none;}

div.linkmgr a {
color:#006699;
font-weight:bold;}

form#product_category_form {
	margin: 20px 0 0 0px; 
	clear: both;

}

div.viewcartform {
    width: 100%;
    padding: 20px 0 0 40px; }
/* End of 'MFB - Basics' */

