/*-----------------------------------------------------------------------------
[Discount Bazar.com] Screen Stylesheet

version:   1.0
date:      06/14/07
author:    [Jen Mattuchio]
email:     [jenmattuchio@yahoo.com]

website:   [discountbazar.com]

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;}

hr {color: #97b628; background-color: #97b628; height: 1px;}

/* Set up the document
-----------------------------------------------------------------------------*/
body
	{
	font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
	background:url(../images/bkgrnd.jpg) repeat-x;	
}

#wrapper	{ 
	width: 776px; /* Set page width here - you can also use percentage */
	margin: 0 auto;
	/*border-left: 7px solid #938b82;  border-right: 7px solid #938b82; */
}
#faux {
 background: url(../images/navBkg.gif) repeat-y;
 margin-bottom: 10px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
/* Typography
-----------------------------------------------------------------------------*/

h1	{font-size: 2.2em; /* Equivalent to 22pt */}
	
h2	{font-size: 2.0em; /* Equivalent to 20pt */}
	
h3	{font-size: 1.8em; /* Equivalent to 18pt */}
	
h4	{font-size: 1.6em; /* Equivalent to 18pt */}
	
h5	{font-size: 1.4em; /* Equivalent to 14pt */}

p  	{font-size: 1.2em; /* Equivalent to 12pt */}

.blue {color: #103b50;}
.green {color: #49701b;}
.white {color:#FFFFFF;}
.brown {color:#563825;}
.ViewAllOffers {color: #103b50; text-decoration:none;}
.ViewAllOffers:link {color: #103b50; text-decoration:none;} .ViewAllOffers:hover {color: #103b50; text-decoration:underline;}

a:link { color: #563825; text-decoration: underline;}
	
a:visited { color: #103b50; text-decoration: underline;}

a:hover, a:active {text-decoration: underline; color: #49701b;}

/* Header
-----------------------------------------------------------------------------*/
#header {
 width: 776px;
 padding: 0px;
 height: 293px;
 margin: 5px 0px 0px 0px;
 background:url(../images/Header03.jpg) no-repeat;
}

#SearchByBrand { float:right; width:250px; padding-top:30px; }
#Contact { float:right; padding-top:195px; margin-right:25px; }

.TableHead {margin-bottom:7px;}
.TableHead td{background-color:#eeeedd;}

/* Navigation
-----------------------------------------------------------------------------*/


/* Homepage
-----------------------------------------------------------------------------*/


/* Your template
-----------------------------------------------------------------------------*/

#leftcolumn { 
 background:url(../images/navBkg.gif) repeat-y;
 margin-bottom: 10px;
 width: 200px;
 float: left;
}
#rightcolumn { 
 float: right;
 margin: 0px 17px 0px 0px;
 padding: 0px;
 width: 556px;
 display: inline;
 position: relative;
}

/* Forms
-----------------------------------------------------------------------------*/
textarea { 
border: 1px solid #ccc; padding:2px;
}
input { 
border: 1px solid #ccc; padding:2px;
}
select { 
border: 1px solid #ccc;
}

/* Tables
-----------------------------------------------------------------------------*/
#FormBody {
	width: 776px;
	float: left;
	padding: 0px;
	margin: 0px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer { 

	 clear: both;
	 width: 756px;
	 color: #ccc;
	 background: #FFFFFF;
	 margin: 0px 0px 10px 0px;
	 border-top: 1px solid #ccc;
	 padding: 5px;
}
#footer A:link,A:visited {text-decoration: none; color:#103b50;}
#footer A:hover {color: #49701b; text-decoration:underline}