/* Simple CSS Reset Start */
html, body, ul, ol, li, form, fieldset, legend{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
fieldset,img { border: 0; }
legend { color: #000; }
li { list-style: none; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td{
	text-align: left;
	font-weight: normal;
}
input, textarea, select{
	font-size: 110%;
	line-height: 1.1;
}
abbr, acronym{
	border-bottom: .1em dotted;
	cursor: help;
}
/* Simple CSS Reset End */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background:url(../images/page-bg.png) repeat-x center top;
	background-color:#f1eee7;
}
.alignleft{
	text-align:left;
}
.alignright{
	text-align:right;
}
.aligncenter{
	text-align:center;
}
.clear{
	clear:both;
}
.bgwhite{
	background-color:#ffffff;
}
.page-wrapper{
	width:980px;
	margin:auto;
}
div.nav{
	text-align:center;
}
div.nav a.nav-separator{
	margin:0 20px;
	font-size:14px;
	color:#a42e2e;
}
div.nav a{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#5f5c52;
	font-style:italic;
	text-decoration:none;
}
div.nav a:hover{
	color:#a42e2e;
}
/* Header End */


/* Slide Box Start */
.slide-box{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	background-color:#fff;
	width:960px;
	margin-top:10px;
	padding:10px;
}
.slide-box-shadow{
	background-image:url(../images/slide-shadow.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:25px;
}
/* Slide Box End */

/* Page Box Start */
.page-box{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	background-color:#fff;
	width:950px;
	padding:15px;
}
.page-title{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-style:italic;
	color:#333;
	padding:5px 0;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
.page-subtitle{
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	color:#333;
	padding:5px 0;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
.page-image{
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
}
.page-separator{
	clear:both;
	height:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #CCC;
}
/* Page Box End */

/* Dividers Start */
.divider-vertical{
	background-image:url(../images/divider-vertical.png);
	background-position:center top;
	background-repeat:repeat-y;
}
.divider-horizontal{
	background-image:url(../images/divider-horizontal.png);
	background-position:center;
	background-repeat:repeat-x;
	height:5px;
	margin:20px 0;
	clear:both;
}
/* Dividers End */

/* Products Start */
.product-box{
	background-color:#eee;
	border:1px solid #ddd;
	padding:4px;
	float:left;
	width:190px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
}
.product-box-separator{
	float:left;
	width:20px;
}
.product-box-clear{
	clear:both;
	height:20px;
}
a.product-title{
	font-size:14px;
	color:#a42e2e;
	text-decoration:none;
	text-align:center;
	display:block;
	margin:10px 0;
}
a.product-title:hover{
	color:#333;
	text-decoration:underline;
}
/* Products End */

/* Right Box */
.right-box{
	background-color:#eee;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.right-box-title{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#444;
	padding:0 0 5px 0;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
}
/* Right Box */

/* News Start */
a.news_title{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	margin-bottom:5px;
}
a.news_title:hover{
	color:#333333;
}
.news_date{
	color:#666;
	margin-bottom:10px;
}
/* News End */

/* Default UL Start */
ul.ul-default li{
	margin-left:20px;
	margin-bottom:10px;
	padding-left:22px;
	background-image:url(../images/ico_bullet.png);
	background-position:0 3px;
	background-repeat:no-repeat;
}
ul.ul-default li a{
	font-size:14px;
	color:#314d64;
	text-decoration:none;
}
ul.ul-default li a:hover{
	color:#666;
}
/* Default UL End */

/* Bodylink Start */
a.bodylink1{
	font-size:12px;
	font-weight:bold;
	color:#2d5d8e;
	text-decoration:none;
}
a.bodylink1:hover{
	color:#333333;
}
/* Bodylink End */



/* Footer Start */
.footer-box{
	padding:15px;
	width:920px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#ddd;
}
.footer-box-separator{
	background-image:url(../images/divider-vertical.png);
	background-position:center;
	background-repeat:repeat-y;
}
.footer-link{
	text-align:center;
}
.footer-link a{
	color:#333;
	line-height:25px;
	padding:0 15px;
	text-decoration:none;
}
.footer-link a:hover{
	color:#000;
}
/* Footer End */