/*-------------------------------------------------------------

  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:white;
	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:Yellow;
	font-weight:bold;
}

.searchTitle
{
	color: #0000cc;
	font-weight:bold; 
	font-size:12px;
	text-decoration:underline;
}
.searchLink
{
	color: green;
	font-weight:bold; 
	font-size:12px;
}


/*-------------------------------------------------------------
  navigation
-------------------------------------------------------------*/

div#navigation {
	background-image:url(Images/nav-bg.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:white;
	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:white;
	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;
}


/*-----------------------------------------------------------------
  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:solid 1px #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;
}