/*
   BASIC
--------------------------------------- */
*
                                        { margin: 0; padding: 0; list-style: none; outline: none; }
body
                                        {
	font: normal .75em/1em Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
	text-align: center;
	padding: 0 0 60px 0;
}
a img                                   { border: none; }
a, a img, 
a:link,
a:visited, a:hover, 
a:active                                { outline: none; }
input:focus, 
textarea:focus, 
select:focus                            { outline: none; } /* Safari Fix. */

a                                       { color: #666; text-decoration: underline; }
a:hover                                 { color: #333; }

/*
   LAYOUT / Basic
--------------------------------------- */
#wrapper
                                        {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
/*
   HEADER 
(logo, portalNav, userOptions, userInfo)
--------------------------------------- */
#header
                                        {
	width: 960px;
	height: 100px;
	position: relative;
}
#logo
                                        {
	display: block;
	float: left;
	margin: 30px 30px 0 0;
}
/*
   portalNav
--------------------------------------- */
#portalNav
                                        {
	display: inline;
	float: left;
}
#portalNav li
                                        {
	float: left;
	padding: 35px 0 0 0;
	margin: 0 10px 0 0;
	height: 100%;
	overflow: hidden;
	background: transparent url(../images/layout/basicnav-left-border.gif) repeat-y 0 0;
}
#portalNav a
                                        {
	display: block;
	border-bottom: 5px solid #fff;
	width: auto;
	float: left;
	padding: 0 5px 5px 10px;
	color: #333;
	text-decoration: none;
}
#portavNav_rav a:hover, 
#portavNav_rav.on a, 
#portavNav_rav.on a:hover               { border-bottom: 5px solid #ed3839; }

#portalNav_pr a:hover,
#portalNav_pr.on a,
#portalNav_pr.on a:hover                { border-bottom: 5px solid #9a9a9a; }

#portanNav_tz a:hover,
#portanNav_tz.on a,
#portanNav_tz.on a:hover                { border-bottom: 5px solid #333; }

/*
   userOptions
--------------------------------------- */
#userOptions
                                        {
	display: inline;
	float: right;
	width: 220px;
	height: 25px;
	margin: 30px 0 0 0;
	overflow: hidden;
	color: #4d4d4d;
	background: transparent url(../images/layout/user-options-bg.gif) no-repeat 0 0;
}
#userOptions li
                                        {
	float: left;
	border-left: 1px solid #4d4d4d;
	padding: 0 5px;
	margin: 7px 0 0 0;
}
#userOptions li#basicCart               { border-left: none; }
#basicCart a
                                        {
	background: transparent url(../images/layout/user-options-cart.gif) no-repeat 2px center;
	padding-left: 20px;
}
#userOptions a
                                        {
	color: #4d4d4d;
	text-decoration: none;
	display: block;
}
#userOptions a:hover, #userOptions .on a
                                        {
	color: #4d4d4d;
	text-decoration: underline;
}
/*
   userInfo
--------------------------------------- */
#userInfo
                                        {
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 11px;
}
#userInfo a
                                        {
	color: #666;
	text-decoration: underline;
}
#userInfo a:hover
                                        {
	color: #cb3c0c;
	text-decoration: underline;
}
#userInfo a.on, #userInfo a.on:hover
                                        {
	color: #cb3c0c;
	text-decoration: none;
}
/*
   mainNav (mainMenu, searchForm)
--------------------------------------- */
#mainNav                                { height: 60px; }

/*
   searchForm
--------------------------------------- */
#searchForm
                                        {
	display: inline;
	float: right;
	width: 264px;
	height: 23px;
	position: relative;
	overflow: hidden;
	margin: 18px 29px 0 0;
}
#searchForm fieldset                    { border: none; }
#searchForm label                       { display: none; }
.searchFor
                                        {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 190px;
	background: #fff;
	border: none;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333;
}
.searchSubmit
                                        {
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 23px;
	border: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #fff;
}
/*
   NAV (path, options)
--------------------------------------- */
#nav
                                        {
	height: 100%;
	overflow: hidden;
	padding: 5px 0;
}
#nav a                                         { color: #333; }
/*
   Path
--------------------------------------- */
#path
                                        {
	float: left;
	width: 880px;
	overflow: hidden;
	font-size: 10px;
	padding-top: 3px;
}
#path li
                                        {
	float: left;
	background: transparent url(../images/layout/path-arrow.gif) no-repeat right center;
	padding-right: 10px;
	margin-right: 5px;
}
#path li.on
                                        {
	background: none;
	padding: 0;
	margin: 0;
}
#path a
                                        {
	text-decoration: underline;
	cursor: pointer;
}
/*
   Options
--------------------------------------- */
#options
                                        {
	display: inline;
	float: right;
	line-height: normal;
}
#options li                             { float: left; }
#small
                                        {
	font-size: 10px;
	margin: 6px 0 0 0;
}
#normal
                                        {
	font-size: 12px;
	margin: 4px 3px 0 3px;
}
#large
                                        {
	font-size: 16px;
	margin: 0 0 0 0;
}
#print a
                                        {
	display: block;
	width: 11px;
	height: 10px;
	background: transparent url(../images/layout/print.gif) no-repeat 0 0;
	text-indent: -9999px;
	margin: 5px 15px 0 0;
}
#options a                              { text-decoration: none; }
#options a:hover                        { text-decoration: underline; }

/*
   containerHolder
--------------------------------------- */
#containerHolder
                                        {
	height: 100%;
	overflow: hidden;
}
#container
                                        {
	display: inline;
	float: right;
	width: 715px;
	height: 100%;
	overflow: hidden;
}
#secContainer
                                        {
	display: inline;
	float: left;
	width: 225px;
	height: 100%;
	overflow: hidden;
}
/*
   secContent (shopInfo, newsletter)
--------------------------------------- */
#secContainer
                                        {
	height: 100%;
	overflow: hidden;
	line-height: 1.4em;
}
#shopInfo
                                        {
	border-bottom: 5px solid #e0e0e0;
	margin-bottom: 10px;
}
#shopInfo h2
                                        {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #666;
	background: transparent url(../images/layout/heading-cross-line.gif) repeat-x left center;
	margin: 0 0 15px 0;
}
#shopInfo h2 span
                                        {
	background: #fff;
	margin: 0 20px;
	padding: 0 5px;
}
.shopBox
                                        {
	height: 100%;
	overflow: hidden;
	padding: 10px;
	border-top: 5px solid #e0e0e0;
}
.shopBox p
                                        {
	height: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
#creditCardsImages                      { margin: 0 -10px; }
#creditCardsImages img                  { margin-right: 5px; }
#creditCardsImages img.last             { margin-right: 0; }
#secContent #pricelistLink
                                        {
	display: block;
	width: 186px;
	height: 32px;
	background: transparent url(../images/layout/download-pricelist-bg.gif) no-repeat 0 0;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#secContent #pricelistLink:hover
                                        {
	color: #fff;
	text-decoration: underline;
}
#pricelistLink span                     { font-size: 12px; }
#secContent #deliveryLink
                                        {
	display: block;
	width: 185px;
	height: 29px;
	background: transparent url(../images/layout/delivery-bg.gif) no-repeat 0 0;
	padding: 14px 0 0 20px;
	color: #8d0d0d;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
#secContent #deliveryLink:hover
                                        {
	color: #8d0d0d;
	text-decoration: underline;
}
#secContent #referencesLink
                                        {
	display: block;
	width: 195px;
	height: 38px;
	background: transparent url(../images/layout/reference-bg.gif) no-repeat 0 0;
	padding: 5px 0 0 10px;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#secContent #referencesLink:hover
                                        {
	color: #fff;
	text-decoration: underline;
}
#referencesLink span                    { font-size: 15px; }
#secContent a
                                        {
	color: #333;
	text-decoration: underline;
}
#secContent a:hover
                                        {
	color: #666;
	text-decoration: none;
}
#additionalBox
                                        {
	margin-bottom: 10px;
}
/*
   Newsletter
--------------------------------------- */
#newsletterBox
                                        {
	width: 225px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto 20px auto;
	color: #fff;
	font-size: 11px;
	line-height: 1.2em;
}
#newsletterContent { height: 100%; overflow: hidden; padding: 17px; }
#newsletterContent h2 { font-size: 18px; font-weight: normal; margin-bottom: 8px; }
#newsletterLink { height: 100%; overflow: hidden; padding: 5px 0 0 0; }
#newsletterLink a { display: block; float: left; width: 87px; height: 19px; line-height: 19px; color: #fff; text-decoration: none; text-align: center; }
#newsletterLink a:hover { text-decoration: none; color: #fff; }

/*
   FOOTER
--------------------------------------- */
#footer
                                        {
	height: 34px;
	overflow: hidden;
	padding: 6px 0 0 15px;
	margin: 0 0 30px 0;
	background: transparent url(../images/layout/footer.gif) no-repeat 0 0;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
}
#clicky									{
	float: left;
}
#development
                                        {
	text-align: right;
	font-size: 11px;
	color: #999;
}
#development a
                                        {
	color: #999;
	text-decoration: underline;
}
#development a:hover
                                        {
	color: #666;
	text-decoration: none;
}
#development a.wem, 
#development a.wem:hover
                                        {
	color: #999;
	text-decoration: none;
}
#topLink
                                        {
	padding: 15px 0;
	text-align: right;
	font-size: 11px;
}
#container #topLink a
                                        {
	color: #666;
	text-decoration: underline;
}
#container #topLink a:hover
                                        {
	color: #333;
	text-decoration: none;
}
