/* CSS Document */
body { 
	font-family: Arial, "Times New Roman", serif;
	font-size: 12px;
	color: #353535;
}

A.mainmenu:link, A.mainmenu:visited, A.mainmenu:active {
	font-size: 14px;
	font-weight: 500;
	color: #B2B2B2;
	text-decoration: none;
}

A.mainmenu:hover {
	font-size: 14px;
	font-weight: 500;
	color: #D09D1E;
	text-decoration: none;
}

Input.cart {
	background-color:#FFFFFF;
	font-weight: 500;
	color: #B2B2B2;
	font-family: Arial, "Times New Roman", serif;
	font-size: 14px;
	cursor: pointer;
	border:none;
	border-spacing:0px;
	border-width:0px;
	padding:0px;
	text-align:left;
}

Input.cart:hover {
	background-color:#FFFFFF;
	font-weight: 500;
	color: #D09D1E;
	font-family: Arial, "Times New Roman", serif;
	font-size: 14px;
	cursor: pointer;
	border:none;
	border-spacing:0px;
	border-width:0px;
	padding:0px;
	text-align:left;
}

A.email:link, A.email:visited, A.email:active {
	font-weight: 500;
	color: #D09D1E;
	text-decoration: none;
}

A.email:hover {
	font-weight: 500;
	color: #B2B2B2;
	text-decoration: none;
}

Input.button {
	background-color:#FFFFFF;
	font-weight: 700;
	color: #D09D1E;
	font-family: Arial, "Times New Roman", serif;
	font-size: 12px;
	cursor: pointer;
	border:none;
	border-spacing:0px;
	border-width:0px;
	padding:0px;
	text-align:left;
}

Input.button:hover {
	background-color:#FFFFFF;
	font-weight: 700;
	color: #B2B2B2;
	font-family: Arial, "Times New Roman", serif;
	font-size: 12px;
	cursor: pointer;
	border:none;
	border-spacing:0px;
	border-width:0px;
	padding:0px;
	text-align:left;
}

A.add:link, A.add:visited, A.add:active {
	font-weight: 700;
	color: #D09D1E;
	text-decoration: none;
}

A.add:hover {
	font-weight: 700;
	color: #B2B2B2;
	text-decoration: none;
}

A.sparx:link, A.sparx:visited, A.sparx:active {
	font-weight: 500;
	color: #A3A3A3;
	text-decoration: none;
}

A.sparx:hover {
	font-weight: 500;
	color: #353535;
	text-decoration: none;
}

A.ind:link, A.ind:visited, A.ind:active {
	font-weight: 500;
	color: #A3A3A3;
	text-decoration: none;
}

A.ind:hover {
	font-weight: 500;
	color: #D09D1E;
	text-decoration: none;
}

IMG {
	margin:0px;
	padding:0px;
	border-spacing:0px;
}