/* 
-------------------------------------------------
links
-------------------------------------------------
*/

a:link {	color: #D1181F; text-decoration: underline;}
a:active {	color: #D1181F;	text-decoration: underline;}
a:visited {	color: #D1181F;	text-decoration: underline;}
a:hover {	color: #EF5B5F;	text-decoration: none;}

.footerlink {
	color: #555555;
	position: relative;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}
.footerlink a:link {	color: #555555;	text-decoration: none;}
.footerlink a:active {	color: #555555;	text-decoration: none;}
.footerlink a:visited {	color: #555555;	text-decoration: none;}
.footerlink a:hover {	color: #D1181F;	text-decoration: underline;}

.contact-details {	font-size: 11px;	color: #FFFFFF;}
.contact-details a:link {	color: #FFFFFF;	text-decoration: none;}
.contact-details a:active {	color: #FFFFFF;	text-decoration: none;}
.contact-details a:visited {	color: #FFFFFF;	text-decoration: none;}
.contact-details a:hover {	color: #D1181F;	text-decoration: underline;}

/* 
-------------------------------------------------
Form 
-------------------------------------------------
*/
input{
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 3px;
	background-color: #F6F3EF;
	border: 1px solid #DFD5C6;
}
textarea {
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F6F3EF;
	padding: 3px;
	border: 1px solid #DFD5C6;
}

/* 
-------------------------------------------------
Core 
-------------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F4F4F4;
	background-image: url(../images/core/bg.gif);
	background-repeat: repeat;
	background-position: left top;
}
table, ul {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #464646;
	line-height: 18px;
	list-style-type: square;
}
.bg-text {

	margin-left: 0px;
	background-image: url(../images/core/bg-re.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.textPadding {
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
/* 
-------------------------------------------------
Headings
-------------------------------------------------
*/

.heading-title {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #D1181E;
	margin-left: -10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-right: -10px;
	margin-bottom: -5px;
	border-top-color: #AD1418;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.heading-title-un {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #D1181E;
	margin-left: -10px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 5px;
	margin-right: -10px;
	margin-bottom: -5px;
	border-bottom-color: #D7D7D7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
.image-margin-L {
	margin-left: 7px;
}
.image-margin-R {
	margin-right: 7px;
}
.image-caption {
	margin-right: 10px;
	color: #D1181E;
	line-height: 16px;
}
/* 
-------------------------------------------------
Product
-------------------------------------------------
*/
#product{
	border-bottom-color: #d7d7d7;
	border-bottom-style: double;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}
#product img{
	margin-bottom: 8px;
	margin-right: 10px;
	margin-top: 5px;
}
#product-type {
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #D1181E;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	margin-bottom: 7px;
	margin-left: -10px;
	margin-right: -10px;
}
#product-name {
	font-weight: bold;
	text-transform: capitalize;
	color: #000000;
	font-size: 13px;
}
#product-price {
	text-transform: capitalize;
	color: #006699;
}
