/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	color:#737148;
	}
	
#header {
	background-image:url(img/header-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}

a:link{
	font-family:Tahoma;
	font-size:11px;
	color:#3077af;
	text-decoration:underline;
	}

a:visited {
	color:#3077af;
	text-decoration:underline;
	}
	
a:hover {
	color:#ef5601;
	text-decoration:underline;
	}

#nav-bar {
	font-family:Verdana;
	font-size:11px;
	color:#2e9503;
	height:21px;
	}
	
	#nav-bar a {
		font-family:Verdana;
		color:#2e9503;
		font-size:11px;
		font-weight:normal;
		text-decoration:none;
		}
	
	#nav-bar a:link {
		font-family:Verdana;
		color:#2e9503;
		font-size:11px;
		font-weight:normal;
		text-decoration:underline;
		}
	
	#nav-bar a:visited {
		font-family:Verdana;
		color:#2e9503;
		font-size:11px;
		font-weight:normal;
		text-decoration:underline;
		}
	
	#nav-bar a:hover {
		color:#ff6100;
		}
	
h2 {
	margin:0px;
	}

p.subcats {
	margin:0px;
	}

a.category {
	font-family:Verdana;
	font-size:12px;
	color:#ef5703;
	font-weight:bold;
	text-decoration:none;
	}

a.category:link {
	text-decoration:none;
	color:#ef5703;
	}

a.category:visited {
	text-decoration:none;
	color:#ef5703;
	}
	
a.category:hover {
	color:#ef5601;
	text-decoration:underline;
	}
	
a.subcategory {
	font-family:Verdana;
	font-size:11px;
	color:#3177af;
	}
	
a.subcategory:link {
	background-image:url(img/subcategory-arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
	text-decoration:none;
	color:#3177af;
	}

a.subcategory:visited {
	background-image:url(img/subcategory-arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:10px;
	text-decoration:none;
	color:#3177af;
	}
	
a.subcategory:hover {
	color:#ef5601;
	text-decoration:underline;
	}
	
a.link-title {
	font-family:Tahoma;
	font-size:11px;
	color:#3077af;
	}

a.link-title:link {
	text-decoration:underline;
	font-weight:bold;
	}
a.link-title:visited {
	text-decoration:underline;
	font-weight:bold;
	}
a.link-title:hover {
	color:#ef5601;
	text-decoration:underline;
	font-weight:bold;
	}
	
span.url {
	font-family:Tahoma;
	font-size:11px;
	color:#2f9503;
	text-decoration:underline;
	}

p.link-description {
	margin:0px;
	padding:5px 0px 5px 0px;
	font-family:Tahoma;
	font-size:11px;
	color:#737148;
	}

.small {
	padding-left: 10px;
	margin: 0px;
	font-family:Verdana;
	color: #2c93bc;
	font-size: 10px;
	text-decoration: none;
}
	
#featured {
	border:1px dotted #2e9505;
	margin-bottom:10px;
	padding:10px;
	}

#standard {
	border-bottom:1px dotted #bfdfb0;
	margin-bottom:10px;
	padding:10px;
	}
	
#partners {
	border:1px dotted #ff6100;
	margin:0px 0px 10px 10px;
	padding:0px;
	}
	
#footer {
	border:1px dotted #2e9505;
	background-color:#FFFFFF;
	padding:10px;
	font-family:Tahoma;
	font-size:11px;
	}
	
form {
	display:inline;
	margin:0px;
	}
	
input.text {
	border:1px solid #3077af;
	background-color:#f7faff;
	height:19px;
	}
	
.label {
	padding:5px;
	color:#2c93bc;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	width:70px;
	}
	
.smallDesc{
	padding:5px;
	color:#737148;
	font-family:Tahoma;
	font-size:11px;
	font-weight:none;	
	}
	
#price {
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	}

.req {
	font-weight:bold;
	color:#FF0000;
}

div.errForm, span.errForm {
	margin:2px 0 2px 2px;
	padding:1px 2px 1px 2px;
	color:#FF0000;
	font-family:Verdana;
	font-size:10px;
	background-color:#f7f455;
	border:1px solid #f7e055;
	text-align:left;
	clear:right;
}

td.msg {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#009933;
}

td.err {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#cc0000;
}

p.pr {
	margin:0px;
	border:1px solid #59c1fe;
	padding:0px 5px 0px 5px;
	font-family:Tahoma;
	font-size:11px;
	color:#ed5501;
	}
	
td.partners {
	padding:10px;
	}
