/*-------------------------------------------------------------

layout.css

Common styling that applies to all pages

�2008 Pro-Ma Systems. All Rights Reserved.

-------------------------------------------------------------
-------------------------------------------------------------
page
-------------------------------------------------------------*/
HTML
{
	background-color: #E1EEF7;
}
HTML BODY
{
	background-color: #E1EEF7;
	text-align: center;
	background-image: url(Images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
DIV#page
{
	width: 1010px;
	margin: auto;
	text-align: left;
}
/*-------------------------------------------------------------
header
-------------------------------------------------------------*/
DIV#header
{
	background-image: url(Images/page-top-shadow.png);
	background-repeat: no-repeat;
	background-position: center 4px;
	padding-top: 4px;
/*overflow:hidden;*/
}
#logos
{
	background-repeat: no-repeat;
	margin-left: 28px;
	margin-top: 24px;
	margin-bottom: 0px;
	padding: 0px;
	display: block;
	width: 200px;
	height: 62px;
	overflow: hidden;
	float: left;
}
/*-------------------------------------------------------------
site menu
-------------------------------------------------------------*/
UL#siteMenu
{
	background-image: url(Images/sitelinks-bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	float: right;
	display: block;
/*margin-top:-4px;*/
	margin-right: 15px;
	list-style: none;
}
UL#siteMenu LI
{
	float: left;
	list-style: none;
}
UL#siteMenu LI A
{
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(Images/sitemenu-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 10px;
}
UL#siteMenu LI#siteMenu_Login A
{
	height: 13px;
	overflow: hidden;
	background: none;
	margin-left: 0px;
	display: block;
	float: left;
}
UL#siteMenu LI#siteMenu_Login A IMG
{
	margin-top: -2px;
}
UL#siteMenu LI#siteMenu_ChooseCountry
{
	background-image: url(Images/choosecountry-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 3px;
	padding-left: 3px;
}
/*-------------------------------------------------------------
search box
-------------------------------------------------------------*/
DIV#searchBox
{
	float: right;
	position: relative;
	margin-right: 35px;
	margin-top: 15px;
	clear: right;
}
DIV#searchBox .txtSearch
{
	border: 1px solid #CCCCCC;
	display: block;
	float: left;
	color: #667A84;
	padding: 0px;
	margin: 0px;
	height: 20px;
/*width:167px;*/
	width: 191px;
	padding-left: 21px;
	padding-top: 1px;
	background-image: url(Images/search-icon.jpg);
	background-repeat: no-repeat;
	background-position: 5px center;
/*TODO: fix for IE*/
}
DIV#searchBox .cmdSearch
{
	float: left;
	border: none;
	width: 29px;
	height: 20px;
	margin-left: 2px;
	color: #3F525B;
}
.SearchResultsRow TD
{
	padding-top: 24px;
}
.searchKeyword
{
	background-color: #FFFF00;
	font-weight: bold;
}
.searchTitle
{
	color: #0000CC;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.searchLink
{
	color: #008000;
	font-weight: bold;
	font-size: 12px;
}
/*-------------------------------------------------------------
navigation
-------------------------------------------------------------*/
DIV#navigation
{
	background-image: url(Images/custmenu-item-bar.jpg);
	background-repeat: repeat-x;
	clear: left;
	height: 22px;
	width: 980px;
	margin: auto;
/*overflow:hidden;*/
	margin-left: 15px;
	margin-right: 15px;
}
DIV#navigation UL
{
	margin: 0px;
	padding: 0px;
}
DIV#navigation UL LI
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	color: #FFFFFF;
	font-family: arial;
}
DIV#navigation UL LI A
{
	text-decoration: none;
	line-height: 22px;
}
DIV#navigation DIV#mainMenu
{
	float: left;
}
DIV#navigation UL#customerMenu
{
	float: right;
	background-image: url(Images/custmenu-item-bg.jpg);
	background-repeat: repeat-x;
	height: 22px;
}
DIV#navigation UL#customerMenu LI
{
	background-image: url(Images/custmenu-item-bar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
DIV#navigation UL#customerMenu LI A
{
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	line-height: 22px;
	font-size: 11px;
}
DIV#navigation UL#customerMenu LI#customerMenu_Store
{
	width: 106px;
}
DIV#navigation UL#customerMenu LI#customerMenu_Store A
{
	background-image: url(Images/shop.jpg);
	margin-left: 10px;
	width: 96px;
}
DIV#navigation UL#customerMenu LI#customerMenu_LatestSpecials
{
	width: 136px;
}
DIV#navigation UL#customerMenu LI#customerMenu_LatestSpecials A
{
	background-image: url(Images/latestspecials.jpg);
	width: 126px;
	margin-left: 10px;
}
/*-------------------------------------------------------------
sub-header
-------------------------------------------------------------*/
DIV.subheader
{
	background-repeat: no-repeat;
	width: 100%;
/*979px;*/
	text-indent: -1000px;
}
/*-------------------------------------------------------------
content area
-------------------------------------------------------------*/
DIV#content
{
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
	margin-bottom: 0px;
/*overflow:hidden;            Disabled by Chris 02/05/2008
z-index:-1;*/
	background-image: url(Images/page-shadow.png);
	background-repeat: repeat-y;
	position: relative;
}
/*-----------------------------------------------------------------
footer
-----------------------------------------------------------------*/
DIV#footer
{
	background-image: url(Images/page-bottom-shadow.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 76px;
	padding-left: 15px;
	padding-right: 15px;
	clear: both;
	width: 100%;
	position: relative;
	padding-top: 1px;
}
DIV#footer P
{
	border: 1px solid #E1EEF7;
	width: 398px;
	-width: 450px;
	height: 43px;
	-height: 50px;
	overflow: hidden;
	margin: 5px;
	color: #26536F;
	padding-left: 70px;
	padding-top: 5px;
	background-image: url(Images/dsaa.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 11px;
}
DIV#footer P A
{
	font-size: 11px;
	font-family: "trebuchet ms";
}

