/*   Specific type styles   */

h1{
	color:#013266;
}

#ViewCart{
	position:absolute;
	top:0;
	right:0;
	font-weight:bold;
	background:url(../images/cart.gif) no-repeat ;
	padding-left:20px;
	text-decoration:none;
}

/*  Specific layout styles    */

#Balls{
	background:url(../images/layout/body-bg-blue.jpg) top center repeat-y;
}

#Wrapper {
	background:url(../images/layout/body-bg-blue.jpg) repeat-y;
}

#SectionNav{
	background: url(../images/layout/sectionNav-Blue.jpg);	
}

#BlueNav, #BlueNav li a, #RedNav li a{
	width:207px;
}

#RedNav{
	display:none;
}

#Content{
	float:left;
	margin-left:10px;
}

#Footer {
	color:#013266;
	font-size:9px;
	margin-left: 217px;
}



#BlueNav li.link1 a{
	background:url(../images/layout/nav-Blue.gif) no-repeat -22px 0px;
}
#BlueNav li.link1 a:hover{
	background:url(../images/layout/nav-Blue.gif) no-repeat -273px 0px;
}

#BlueNav li.link2 a{
	background:url(../images/layout/nav-Blue.gif) no-repeat -22px -35px;
}
#BlueNav li.link2 a:hover{
	background:url(../images/layout/nav-Blue.gif) no-repeat -273px -35px;
}

#BlueNav li.link3 a{
	background:url(../images/layout/nav-Blue.gif) no-repeat -22px -70px;
}
#BlueNav li.link3 a:hover{
	background:url(../images/layout/nav-Blue.gif) no-repeat -273px -70px;
}

#BlueNav li.link4 a{
	background:url(../images/layout/nav-Blue.gif) no-repeat -22px -105px;
}
#BlueNav li.link4 a:hover{
	background:url(../images/layout/nav-Blue.gif) no-repeat -273px -105px;
}

#BlueNav li.link5 a{
	background:url(../images/layout/nav-Blue.gif) no-repeat -22px -140px;
}
#BlueNav li.link5 a:hover{
	background:url(../images/layout/nav-Blue.gif) no-repeat -273px -140px;
}

#BlueNav li.link6 a{
	background:url(../images/layout/nav-Blue.gif) no-repeat -22px -175px;
}
#BlueNav li.link6 a:hover{
	background:url(../images/layout/nav-Blue.gif) no-repeat -273px -175px;
}

#BlueNav li.link7 a{
	background:url(../images/layout/nav-Blue.gif) no-repeat -22px -210px;
}
#BlueNav li.link7 a:hover{
	background:url(../images/layout/nav-Blue.gif) no-repeat -273px -210px;
}

#marginForm fieldset legend{
	color:#013266;
	font-weight:bold;
}


