/* COMMON */



a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #333333;
}


body {
	background: url(/assets/images/template/bg.jpg) repeat-x;
	background-color: #E9EDF3;
}
h1 {
	font-family: Georgia;
	font-weight: bold;
	font-size: 22px;
	color: #F1592A;
}
h2 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 18px;
	color: #496494;
}
p {
	font-family: Verdana, Tahoma;
	font-weight: normal;
	font-size: 14px;
	color: #000000;
}
ul.nav {
	display: inline;
	list-style: none;
	margin: 0;
}
ul {
	font-family: Tahoma;
	font-size: 14px;
}
ol {
	font-family: Tahoma;
	font-size: 14px;
}
img {
	border: 0;
}
td.quote {
	font-family:Tahoma;
	font-size: 14px;
	padding-bottom:10px;
	padding-top:3px;
	background-color:#FFFFFF;
	border:#FFFFFF solid 1px;
}
td.quoteHeader {
	padding-top: 5px;
	font-family:Tahoma;
	font-size: 14px;
	background-color:#F79752;
	border:#FFFFFF solid 1px;
	font-weight: bold;
	padding-bottom:5px;
	margin-top:5px;
	margin-bottom:10px;
}
span.red {
	color:red;
}
span.bold {
	font-weight:bold;
}
span.italic {
	font-style:italic;
}
span.boldItalic {
	font-weight:bold;
	font-style:italic;
}
/* PAGE DIVISIONS */



#page-container {
	width: 960px;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
}
#left {
	float: left;
	width: 389px;
}
#right {
	float:right;
	width: 571px;

}
/*#right p {
	margin-right:5px;
}
#right a {
	margin-right:5px;
}*/
#header {
	width: 556px;
	height: 44px;
	line-height: 44px;
	background: url(/assets/images/template/header.gif);
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding-right: 15px;
}
#nav {
	text-align:center;
}
#footer {
	background-image: url(/assets/images/template/footer.png);
	width: 960px;
	height: 80px;
	clear:both;
}
#info {
	background-color: #e9edf3;
	clear:both;
}
#info p {
	font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	margin-top:0;
}
#testimonial {
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	margin-right: 15px;
	margin-left: 70px;
	margin-bottom: 30px;
}
#products {
	line-height: 25px;
	margin-top: 30px;
	margin-left: 70px;
	margin-bottom: 30px;
	margin-right: 15px;
}
#products ul li a {
	font-family: Tahoma;
	font-size: 15px;
	color: #000000;
	text-decoration: underline;
}
#products ul li:before {
	content: "\00BB \0020";
}
/* SPECIAL */



li.nav-button {
	height: 33px;
	width: 309px;
	line-height: 33px;
	font-family: Tahoma;
	font-size: 15px;
	text-align: left;
	background: url(/assets/images/template/nav-button.jpg) no-repeat;
	padding-left: 30px;
	margin-left: 25px;
	padding-bottom: 5px;
}
li.nav-button:hover {
	background-image: url(/assets/images/template/nav-button-r.jpg);
}
.nav-button a {
	font-family:Tahoma;
	font-size: 15px;
	font-weight: bold;
	color: #1E4DA1;
	text-decoration: none;
}
.form {
	background-color: #ffffff;
	color: #333333;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1px;
}

.content-padding {
	padding-right: 15px;
	}
