/* VSSN 2005 Look */

body
{
	margin: 0;
	padding: 0;
}

/* Page Header Begin */
#header
{
	background-image: url(images/vc2005/upperfill.png);
	border-bottom: #293751 3px solid;
}

/* float --> is required in all buttons for proper display in FireFox */

/* Cart Button */
a.cartButton
{
	float: left;
	background-image: url(images/vc2005/cart_regular.gif);
	width: 75px;
	height: 45px;
}

a.cartButton:visited
{
	float: left;
	background-image: url(images/vc2005/cart_regular.gif);
	width: 75px;
	height: 45px;
	z-index: 101;
}

a.cartButton:hover
{
	float: left;
	background-image: url(images/vc2005/cart_highlighted.gif);
	width: 75px;
	height: 45px;
	z-index: 101;
}

a.cartButton:active
{
	float: left;
	background-image: url(images/vc2005/cart_pushed.gif);
	width: 75px;
	height: 45px;
	z-index: 101;
}

/* sign in button*/
a.signIn
{
	float: left;
	background-image: url(images/vc2005/SignIn_regular.gif);
	width: 75px;
	height: 45px;
}

a.signIn:visited
{
	float: left;
	background-image: url(images/vc2005/SignIn_regular.gif);
	width: 75px;
	height: 45px;
}

a.signIn:hover
{
	float: left;
	background-image: url(images/vc2005/SignIn_highlighted.gif);
	width: 75px;
	height: 45px;
}

a.signIn:active
{
	float: left;
	background-image: url(images/vc2005/SignIn_pushed.gif);
	width: 75px;
	height: 45px;
}

/* Sign Out Button*/
a.signOut
{
	float: left;
	background-image: url(images/vc2005/SignOut_regular.gif);
	width: 75px;
	height: 45px;
}

a.signOut:visited
{
	float: left;
	background-image: url(images/vc2005/SignOut_regular.gif);
	width: 75px;
	height: 45px;
}

a.signOut:hover
{
	float: left;
	background-image: url(images/vc2005/SignOut_highlighted.gif);
	width: 75px;
	height: 45px;
}

a.signOut:active
{
	float: left;
	background-image: url(images/vc2005/signOut_pushed.gif);
	width: 75px;
	height: 45px;
}

/* my account button */
a.myAccount
{
	float: left;
	background-image: url(images/vc2005/Account_regular.gif);
	width: 75px;
	height: 45px;
}

a.myAccount:visited
{
	float: left;
	background-image: url(images/vc2005/Account_regular.gif);
	width: 75px;
	height: 45px;
}

a.myAccount:hover
{
	float: left;
	background-image: url(images/vc2005/Account_highlighted.gif);
	width: 75px;
	height: 45px;
}

a.myAccount:active
{
	float: left;
	background-image: url(images/vc2005/Account_pushed.gif);
	width: 75px;
	height: 45px;
}

/* contact us button */
a.contactUs
{
	float:left;
	background-image: url(images/vc2005/Contact_regular.gif);
	width: 75px;
	height: 45px;
}

a.contactUs:visited
{
	float: left;
	background-image: url(images/vc2005/Contact_regular.gif);
	width: 75px;
	height: 45px;
}

a.contactUs:hover
{
	float: left;
	background-image: url(images/vc2005/Contact_highlighted.gif);
	width: 75px;
	height: 45px;
}

a.contactUs:active
{
	float: left;
	background-image: url(images/vc2005/Contact_pushed.gif);
	width: 75px;
	height: 45px;
}

/* Page Header End */


/* Page Footer Begin */
#footer
{
	border-top: #bdc4d4 2px solid;
	font-weight: normal;
	font-size: 9pt;
	left: 0px;
	vertical-align: middle;
	width: 100%;
	color: white;
	border-bottom: #bdc4d4 2px solid;
	font-family: Verdana;
	background-color: #293751;
	text-align: center;
}

#footer a
{
	font-family:Verdana;
	font-size: 9pt;
	color: White;
	text-decoration:none;
}

#footer a:visited
{
	text-decoration: none;
}

#footer a:hover
{
	color: yellow;
	text-decoration: none;
}
/* Page Footer End */