@charset "utf-8";
/* CSS Document */

* a {outline: none 0px; }
/************************* HEADER ********************************/

#headerWrapper {
	width: 100%;
	border-bottom:2px solid #961773;	
}

#header {
	width: 960px;
  	margin: 0 auto;
  	padding: 0 10px;
  	position:relative;
	height: 122px;
}

#header h1 { 
  	display:block;
  	float:left;
  	width:375px;
  	height:118px;
  	background:url(../images/logo.jpg) no-repeat 0 0;
	text-indent:-9999px;
	margin: 0;
}

#header h1 a {
  	display: block;
  	height: 100%;
  	width: 100%;
	margin: 0;
}

#header h2{
	display:block;
  	background: url(../images/cart.jpg) no-repeat right 0px;
  	height: 30px;
	width:30px;
  	position: absolute;
  	top: 20px;
  	right: 0;
  	padding: 5px 7px 0 0;
	margin : 0 10px 0 0;
	text-indent:10px;
}

#header h2 a {
	display: block;
  	height: 100%;
  	width: 100%;
	text-decoration: none;
}

/************************* FOOTER ********************************/

#footerWrapper {
  	width: 100%;
	border-top:2px solid #961773;
}

#footer {
	width: 960px;
  	margin: 0 auto;
  	padding: 0 10px;
  	position:relative;
	height: 90px;
}

#footer #ultrackLogo {
	float: left;
	margin: 15px 20px 0 0;
	outline: none 0px;
}

#footer #ultrackLogo a {
	display: block;
}

#footer #ultrackLogo img {
	width: 50%;
	height: 50%;
	border : none 0px;
}

#footer #ultrabolicLogo {
	float: left;
	margin: 25px 20px 0 -140px;
	outline: none 0px;
}

#footer #ultrabolicLogo a {
	display: block;
}

#footer #ultrabolicLogo img {
	width: 166px;
	height: 42px;
	border : none 0px;
}

#footer #navBis ul {
  	float: right;
	margin-top: 36px;
	text-decoration: none;
}

#footer #navBis ul li {
  	display: block;
  	float: left;
  	height: 31px;
  	list-style-type: none;
	margin-top:2px;
  	padding: 0 20px 0 0;
	text-decoration: none;
}

#footer #naviBis ul li a {
  	color: #fff;
  	display: block;
  	text-decoration: none;
  	font-size: 10px;
  	font-weight: lighter;
  	height: 100%;
  	line-height: 31px;
  	padding: 0 0 0 18px;
}

#footer p {
	text-decoration: none;
  	font-size: 12px;
  	font-weight: lighter;
    color:#961773;
	text-decoration:underline;
}

/*********************************************************/



