/* GENERAL  SETTINGS */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #00001F;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg-gradient_top.png);
	background-repeat: repeat-x;
	background-position: top;
}
.image-bot{
	background-image: url(../images/bg-gradient_bot.png);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
}
ul.tophd {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
ul.tophd li {
	background-image:url(../images/arrow-blue.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	line-height: 20px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #0083AE;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.bodytext {
	padding-left: 10px;
}
.bodytext hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
}
h1 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
	vertical-align: middle;
	width: 100%;
	text-transform: uppercase;
}
h4 {
	text-transform: uppercase;
	font-size: 14px;
}
.bread {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
/*Top Menu Styling*/
.top-menu {
	white-space: nowrap;
	line-height: 30px;
	padding-right: 10px;
	width: auto;
}
.top-menu ul {
	margin: 0;
  	padding: 0;
  	list-style:none;
}
.top-menu li {
	float: left;
	background-image: url(../images/top-menu-bg.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
	text-indent: 25px;
}
.top-menu a:link {
	font-weight: bold;
	color: #00001F;
	text-decoration: none;
}
.top-menu a:visited {
	font-weight: bold;
	color: #00001F;
	text-decoration: none;
}
.top-menu a:hover {
	text-decoration: underline;
}
/*Portfolio Menu*/
.portfolio-menu{
	white-space: nowrap;
	line-height: 30px;
	padding-right: 10px;
	width: auto;
}
.portfolio-menu ul {
	margin: 0;
  	padding: 0;
  	list-style:none;
}
.portfolio-menu li {
	float: left;
	background-image: url(../images/arrow-blue.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 30px;
	text-indent: 25px;
}
.portfolio-menu a:link {
	font-weight: bold;
	color: #003399;
}
.portfolio-menu a:hover {
	text-decoration: underline;
}

/*Body Content*/
.bodywh {
	background-color: #FFFFFF;
	padding: 10px;
	width: 980px;
}

/*Footer area*/
.footer {
	background-image: url(../images/bot-menu-bg.png);
	background-repeat: no-repeat;
	padding: 10px;
	height: 90px;
	white-space: nowrap;
}
.footer ul {
	margin: 0;
  	padding: 0;
  	list-style:none;
}
.footer li {
	float: left;
	background-image: url(../images/arrow-green.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 20px;
	text-indent: 15px;
	padding-right: 10px;
}
.footer a:link {
	font-weight: bold;
	color: #00001F;
	text-decoration: none;
}
.footer a:visited {
	font-weight: bold;
	color: #00001F;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
	color: #000000;
}
/* Quick Emquiry */
.componentheading1 {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/header-gr.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	text-indent: 20px;
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #AAE2C7;
	font-style: italic;
}
.forme1 {
	background-color: #AAE2C7;
	padding: 10px;
}
/* Subscribe */
.componentheading2 {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/header-bl.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	text-indent: 20px;
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
	font-style: italic;
}
.forme2 {
	background-color: #94D5F0;
	padding: 10px;
}

/* Arrow bullets */
ul.arrows {
	list-style-type: disc;
	list-style-image: url(../images/bullet-arrow_blue.png);
	list-style-position: outside;
	line-height: 25px;
	vertical-align: middle;
}
ol.arrows {
	list-style-type: decimal;
	list-style-position: inside;
}
ol.arrows ol {
	list-style-type: decimal;
}
ul.arrows li { font-style: italic; }
ol.arrows li { font-style: italic; }
ol.arrows ol { font-style: normal; }

/* FORM */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #333333;
	font-size: 12px;
}

.inputbox {
	margin-bottom: 1px;
	padding: 3px 0 3px 5px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 12px;
}

.inputbox:hover, .inputbox:focus {
}

/*Featured products*/
.moduletable_featured {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.moduletable_featured th{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/header-bl.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	text-indent: 20px;
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #94D5F0;
	text-align: left;
	font-style: italic;
}
.moduletable_featured tr{
	background-color: #94D5F0;
	padding-bottom: 10px;
	text-align: ;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
}
.productPrice {
	font-weight:bold;
	white-space: nowrap;
}
.product-Old-Price {
	color:red;
	text-decoration:line-through;
}
.acymailing_module { width:100%;}
.acymailing_module .button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin: 5px;
	border: 2px solid #3399CC;
	}
.acymailing_module .inputbox {
	width: 170px;
}	

.snap {
	background-color: #FFFFFF;
	border: 1px dashed #e7e8e9;
	padding: 3px;
	text-align: center;
	height: auto;
	width: 150px;
	vertical-align: middle;
	margin: 3px;
}
/*store menu*/
.moduletable_store {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.moduletable_store th{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/store-header.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	text-indent: 20px;
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #E7E8E9;
	text-align: left;
	font-style: italic;
}
.moduletable_store tr{
	background-color: #E7E8E9;
	padding-bottom: 10px;
	padding-left: 20px;
}
/*Login*/
.moduletable__login {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.moduletable_login th{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/store-header.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	text-indent: 20px;
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #E7E8E9;
	text-align: left;
	font-style: italic;
}
.moduletable_login tr{
	background-color: #E7E8E9;
	padding-bottom: 10px;
	padding-left: 20px;
}
.moduletable_login li{
	font-size: 12px;
	text-indent: -10px;
}
/*Shopping Cart*/
.moduletable_cart th{
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/store-header.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 200px;
	text-indent: 20px;
	font-size: 16px;
	line-height: 30px;
	vertical-align: middle;
	background-color: #E7E8E9;
	text-align: left;
	font-style: italic;
}
.moduletable_cart tr{
	background-color: #E7E8E9;
	padding-bottom: 10px;
	text-align: ;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.moduletable_cart hr{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
.cart-hd {
	padding-top: 10px;
}
