/* general styles */

td {

	font-family : Arial, Helvetica, sans-serif;

	font-size : 11px;

	color: #000;

}

h1 {

	font-family : Arial, Helvetica, sans-serif;

	font-size : 15px;

	font-style : italic;

	font-weight : bold;

	margin-top: 4px;

	margin-bottom: 4px;

}

.blue {

	color: #558BBB;

}

.darkblue {

	color: #37406B;

}

.main {

	padding-left: 17px;

	padding-top: 17px;

	padding-bottom: 17px;

}

.galleryborder {

	border: 0px solid #8D8484;

}

.galleryborder2 {

	border: 2px solid #CB3232;

}

.iconborder {

	border: 1px solid #000;

}

.redborder {

	border: 1px solid #CB3232;

}

.redborderbottom {

	border-bottom: 1px solid #CB3232;

}

.red {

	color: #CB3232;

	text-decoration: none;

}

.price {

	font-family : Arial, Helvetica, sans-serif;

	font-size : 12px;

	font-weight : bold;

	color:#CB3232;

}

FORM, INPUT, TEXTAREA, SELECT, OPTION {

	font-family: Arial, Verdana, Helvetica, sans-serif;

	padding: 0px;

	margin: 0px;

	font-size: 10px;

	color: #000000;

}

/* top navbar styles */

.topnav {

	font-family : Arial, Helvetica, sans-serif;

	font-size : 10px;

	font-style : italic;

	font-weight : bold;

	color: white;

	border-right: 1px solid #1D3D73;

	padding-left: 5px;

	padding-right: 5px;

}



/* footer styles */

.greyfooter {

	font-family : Arial, Helvetica, sans-serif;

	font-size : 10px;

	color: #B2B1B1;

}



/* left column styles */

.suggest {

	font-family : Arial, Helvetica, sans-serif;

	font-size : 11px;

	font-weight : bold;

	color: white;

}

.leftspace {

	padding-left: 5px;

}



/* link styles */

a.homenav:active {

	text-decoration: none;

	color:#000000;

}

a.homenav:visited {

	text-decoration: none;

	color:#9A1010;

}

a.homenav:link {

	text-decoration: none;

	color:#000000;

}

a.homenav:hover {

	text-decoration: none;

	color:#CB3232;

}





a.topnavlinks:active {

	font-family : Arial, Helvetica, sans-serif;

	font-size : 10px;

	font-style : italic;

	font-weight : bold;

	color: white;

	text-decoration: none;

}

a.topnavlinks:visited {

	font-family : Arial, Helvetica, sans-serif;

	font-size : 10px;

	font-style : italic;

	font-weight : bold;

	color: white;

	text-decoration: none;

}

a.topnavlinks:link {

	font-family : Arial, Helvetica, sans-serif;

	font-size : 10px;

	font-style : italic;

	font-weight : bold;

	color: white;

	text-decoration: none;

}

a.topnavlinks:hover {

	font-family : Arial, Helvetica, sans-serif;

	font-size : 10px;

	font-style : italic;

	font-weight : bold;

	color: #000;

	text-decoration: none;

}

