@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image:url(images/bg.jpg)
}

.imageborder
{
  border:0px;
}

.content{
	font-family:Times New Roman;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	padding:0px;
}

.red{
	font-family:Times New Roman;
	color: #FF0000;
	font-size:19px;
	font-weight:bold;
	line-height:20px;
	padding:0px;
}

.link{
	font-family:Times New Roman;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
	padding:0px;
	text-decoration:none;
}
.link a{color:#FFFFFF; text-decoration:underline;}
.link a:hover{color:#FF0000; text-decoration:underline;}


.footer {font-family: Tahoma; font-size: 12px; color: #999999;}
.footer2 {font-family: Tahoma; font-size: 10px; color: #999999;}
.footerlink {font-family: Tahoma; font-size: 12px; color: #CCCCCC; text-decoration:none;}

.footerlink2 {font-family: Tahoma; font-size: 10px; color: #CCCCCC; text-decoration:none;}

.footerlink:hover {font-family: Tahoma; font-size: 12px; color: #999999; text-decoration:none;}
.nav{background-image:url(images/nav.png);
background-repeat:no-repeat;
height:47px;
color:#FFF;
font-weight:bold;
}

.footerlink2:hover {font-family: Tahoma; font-size: 10px; color: #999999; text-decoration:none;}
.nav{background-image:url(images/nav.png);
background-repeat:no-repeat;
height:47px;
color:#FFF;
font-weight:bold;
}

.navlink a{color:#FFFFFF;
text-decoration:none;}
.navlink a:hover{color:#b4b4b4;
text-decoration:none;}

.redlink a{color:#FF0000;
text-decoration:none;}
.redlink a:hover{color:#ffffff;
text-decoration:none;}

.quotelink{
	color:#FFFFFF;
	text-decoration:none;
}

.yellow {color: #FFFF00;}
.red2 {color:#FF0000;}
.products li{
	margin:15px 0 15px 0;
}
h2 {
	font-size:17px;
}
.roundedcornerbox {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(border-radius.htc);
	
	-moz-border-radius: 15px; /*firefox*/
    -webkit-border-radius: 15px; /* Safari and Chrome */
    -khtml-border-radius: 15px; /* Linux browsers */
	border-radius: 15px;
	background:#f3f3f3;
	width: 450px;
	padding:10px;
	color:#000000;
}
.linkcontent {color:#FF0000; text-decoration:underline;}
.linkcontent a:hover{color:#FF0000; text-decoration:underline;}


/*#graybox{
	min-height: 65px;
	width:500px;
	margin:auto;
	padding:8px;
	background:#fafafa;
	-webkit-border-radius:30px;
	-khtml-border-radius:30px;
	behavior:url(/includes/border-radius.htc);
	-moz-border-radius: 30px;
	border-radius: 30px;
	border:2px solid #f00;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}*/

#graybox{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	width:500px;
	margin:auto;
	background:url(/images/box-mid.png) #fafafa;
	padding:0px;
}
.box-top{
	background:url(/images/box-top.png);
	height:28px;
	margin:0;
	padding:0;
}
.box-mid{
	padding:8px;
	margin:0;
}
.box-bot{
	background:url(/images/box-bot.png);
	height:28px;
	margin:0;
	padding:0;
}
.center{
	text-align:center;
}
