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

body
{
	background-color:#ebeaea;
	font-family:Arial, Helvetica, sans-serif;
}

h1 
{
	color:#c41230;
	font-size:18px;
	font-weight:bold;
}
.subhead
{
	color:#c41230;
	font-weight:bold;
}
.subhead2
{
	color:#d6a477;
	font-weight:bold;
}
.subhead3
{
	color:#231f20;
	font-weight:bold;
}


/********************Header********************/
/*********************************************/
.header
{
	margin:12px;
	font-variant:small-caps;
}

.heading1
{
	font-size:14px;
	color:#c41230;
	font-weight:bold;
}
.heading2
{
	font-size:18px;
	color:#c41230;
	font-weight:bold;
}
.heading3
{
	font-size:24px;
	color:#000;
	font-weight:bold;
}
.heading4
{	
	font-size:14px;
	color:#000;
	font-weight:bold;
}
.heading5
{
	font-size:13px;
	color:#FFF;
	
}
/********************Nav-Bar********************/
/*********************************************/
.spry
{
	background-image:url(images/template/nav-bar-bg.jpg);
	background-repeat:repeat-x;
	width:900px;
	padding:0;
	display:block;
	
}

/********************Content********************/
/*********************************************/
.content
{
	font-size:14px;
	/*width:900px;*/
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	min-height:200px;
}
.right-align-image
{
	border:1px #000 solid;
	margin:10px;
	float:right;
}
.content a
{
	color:#c41230;
	text-decoration:underline;
}
.content a:hover
{
	color:#000;
	text-decoration:none;
}
/********************Content********************/
/*********************************************/

.index-page
{
	background-image:url(images/template/index-image.jpg);
	background-repeat:no-repeat;
	height:	315px;
	width:555px;
	margin:0 auto 0 auto;
	padding-left:300px;
	padding-right:10px;	
	padding-top:5px;
	line-height:20px;
}

.products-hot-spot{
	
}

.products-hot-spot a{
	background-image:url(images/common/our-products-bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	text-align:right;
	font-weight:bold;
	width:170px;
	height:60px;
	padding:10px 10px 10px 10px;
	font-size:16px;
	margin:0 auto 0 auto;
	border:1px solid #000;
	display:block;
	color:#c41230;	
	text-decoration:underline;
}

.products-hot-spot a:hover{
	color:#000;	
	text-decoration:none;
}

/********************Footer********************/
/*********************************************/
.footer1
{
	font-size:10px;
	color:#FFF;
	padding-left:20px;
	padding-top:10px;
	padding-bottom:1px;
}
.footer1 p
{
	font-size:11px;
	color:#FFF;
}
.footer1 a
{
	color:#c41230;
}
.footer1 a:hover
{
	text-decoration:none;
	color:#FFF;
}
.footer2
{
	color:#000;
	text-align:right;
	padding-right:20px;
	font-size:11px;
}
.footer2 a
{
	color:#c41230;
}
.footer2 a:hover
{
	text-decoration:none;
	color:#FFF;
}
