/* 
-------------------------------------------------
links
-------------------------------------------------
*/

a:link {
	color: #010044;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #010044;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #010044;
	text-decoration: none;
	font-weight: bold;
}
a:hover {	color: #FFA200;	text-decoration: underline;}

.footerlink {
	color: #010044;
	background-color: #FFFFFF;
	background-image: url(../images/core/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 20px;
	padding-left: 20px;
	height: 70px;
	position: relative;
	font-size: 10px;
}
.footerlink a:link {	color: #010044;	text-decoration: none;}
.footerlink a:active {	color: #010044;	text-decoration: none;}
.footerlink a:visited {	color: #010044;	text-decoration: none;}
.footerlink a:hover {	color: #FFA200;	text-decoration: underline;}
/* 
-------------------------------------------------
Form 
-------------------------------------------------
*/
input{
	font-size: 11px;
	border: 1px solid #ABC7E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #010044;
	background-color: #FFFFFF;
	height: 24px;
	padding: 3px;
}
textarea {
	font-size: 11px;
	border: 1px solid #ABC7E4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #010044;
	background-color: #FFFFFF;
	padding: 3px;
}

/* 
-------------------------------------------------
Core 
-------------------------------------------------
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/core/bg-re.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
table, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #010044;
	line-height: 18px;
	list-style-type: square;
}

.textPadding {
	background-image: url(../images/bg_text2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.product-detail-name {
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC6633;
}

/* 
-------------------------------------------------
Index page
-------------------------------------------------
*/
#index-feature {
	background-image: url(../images/core/feature-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 30px;
	padding-top: 20px;
	padding-left: 35px;
	padding-right: 30px;
	color: #FFFFFF;

}
#index-feature .text {
	color: #FFFFFF;
}
#index-feature .heading {
	color: #99D7FF;
	font-weight: bold;
}
.product-listing {
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9E6F2;
	background-position: 10px 15px;
	padding-left: 30px;
	font-weight: bold;
	margin-right: 30px;
}
.product-name {
	font-size: 13px;
	font-weight: bold;
	color: #CC6633;
}
.product-listing-info {
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9E6F2;
	background-position: 0px 7px;
	padding-left: 20px;
	font-weight: bold;
	margin-right: 30px;
	margin-bottom: 15px;
}
.product-list-padding {
	padding-left: 15px;
	padding-right: 15px;
}
