@charset "utf-8";
/*---------general styling-------->>>----*/
* {
	padding:0px;
	margin:0px;
}
img {
	border:0px;
}
body {
	background: url(../images/bg.jpg) repeat;/*#3b3b3b;*/
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.uppercase {
	text-transform:uppercase;
}
.underline {
	text-decoration:underline;
}
.bold {
	font-weight:bold;
}
.orange-head {
	color:#f06d23;
}
a {
	text-decoration:none;
}
.strikeout {
	text-decoration:line-through;
}
/*---------general styling--------<<<----*/





/*---------All Div's-------->>>----*/
#container {
	width:980px;/*DO NOT USE THIS WIDTH*/
	margin:0px auto;
	background:#f3f3eb;
}
#wrapper {
	width:960px;/*USE THIS WIDTH*/
	margin:0px auto;
}
#banner {
	background:#FFF;
}
#footer {
	height:60px;
	background:#d6d6d3;
}
/*---------All Div's--------<<<----*/






/*--------Common---------->>>------*/
.gradient1 h1 {
	font: bold 250%/ 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	color: #bb4420;
}
.gradient1 h1 span {
	background: url(../images/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 90%;
	height: 30px;
	top: 0px;
}
.gradient1 h2 {
	font: bold 140%/ 100% Arial, Helvetica, sans-serif;
	position: relative;
	color: #000;
}
.gradient1 h2 span {
	background: url(../images/gradient-white-2.png) repeat-x;
	position: absolute;
	display: block;
	width: 90%;
	height: 30px;
	top: 0px;
}
.menu-link-normal-color {
	color:#666;
}
.white-head {
	font-size:15px;
	color:#FFF;
	font-weight:bold;
}
.red-head {
	font-size:20px;
	color:#F00;
	font-weight:bold;
}
#footer-list {
	list-style:none;
}
#footer-list li {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline;
}
#footer-list a {
	color:#666;
}
#footer-list a:hover {
	background:#E6E6E6;
	color:#900;
}
.para-style-info-box {
	height:58px;
	font-size:13px;
	color:#333;
	text-align:justify;
	padding:0px 0px 0px 3px;
}
.para-style-0 {
	font-size:13px;
	color:#333;
	text-align:justify;
	padding:0px 0px 0px 0px;
}
.para-style-1 {
	font-size:13px;
	color:#333;
	text-align:justify;
	padding:0px 10px 0px 5px;
}
.head-style-1 {
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
}
.head-style-2 {
	font-size:13px;
	font-weight:bold;
	color:#f27123;
}
.subhead-style-1 {
	font-size:13px;
	font-weight:bold;
	color:#f27123;;
}
.link-style-1{
	color:#688eb7;
}
.link-style-1:hover{
	color:#333;
	text-decoration:underline;
}
#viewcart a {
	color:#900;
}
#viewcart a:hover {
	color:#333;
	text-decoration:underline;
}
/*--------Common----------<<<------*/






/*---------form element styling-------->>>----*/
.form-element-width-1 {
	width:180px;
}
.form-element-text-1 {
	color:#a8752a;
	font-size:13px;
}
/*---------form element styling--------<<<----*/


/*--------for menu table background-------------*/
.menu-table-normal {
	height:22px;
}

.menu-table-mouseover{
	background:#FFF; height:22px; color:#666;
}
/**/


/* form validate css*/
label.error,label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic;
}

div.error {
	display: none;
}

input {
	border: 1px solid black;
}

input.checkbox {
	border: none
}

input:focus {
	border: 1px dotted black;
}

input.error {
	border: 1px dotted red;
}
