/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0px;
	background-color: #5D6159;
}
a
{
	color: blue;
}
a:hover
{
	color: #990000;
}
#container
{
	width: 980px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 0px;
}
p
{
	line-height: 18px;
}

/*Header Section***
*******************/
#header
{
	overflow: hidden;
	padding: 10px;
	width: 980px;
}

#logo
{
	width: 450px;
	float: left;
	margin-left: 20px;
	padding: 10px 0;
}

h1
{
	color: #666666;
	font-size: 20px;
	border-bottom: solid 2px #B5E489;
	padding-bottom: 6px;
	margin-top: 20px;
}
h2
{
	color: #699500;
	font-size: 18px;
	margin-top: 10px;
}

h3
{
	color: #666666;
	font-size: 16px;
	border-bottom: solid 2px #B5E489;
	padding-bottom: 6px;
	margin-top: 30px;
	font-weight: bold;
}


h5
{
	background: url(../images/bull1.gif) no-repeat left 3px;
	font-size: 11px;
	font-weight: bold;
	padding-left: 11px;
	padding-bottom: 0;
	margin: 0;
}

#articletitle
{
	color: #666666;
	font-size: 15px;
	padding-left: 12px;
	padding-bottom: 6px;
	margin-top: 30px;
	font-weight: bold;
}


#headerrightbox
{
	height: 40px;
	width: 440px;
	float: right;
	margin-right: 20px;
}
#headerrightbox a
{
	color: #009300;
}

#navigation
{
	overflow: hidden;
	width: 100%;
	background: url(../images/tabs-bg.gif) repeat-x left top;
	clear: both;
}

#tabs
{
	list-style-type: none;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
}
#tabs li
{
	display: block;
	float: left;
	padding: 8px 20px 8px 12px;
	background: url(../images/tab-joint.gif) no-repeat right top;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#tabs li a
{
	color: #FFFFFF;
	text-decoration: none;
}
#tabs li.current-tab
{
	background: none;
	background-color: #414743;
	padding: 6px 12px;
	color: #000000;
	margin-top: 4px;
}
#tabs li.current-tab a
{
	color: #FFFFFF;
}
#bottomnav
{
	clear: left;
	background-color: #414743;
	font-size: 10px;
	overflow: hidden;
	width: 980px;
	height: 5px;
}
#bottomnav a
{
	color: #FFFFFF;
}

#bottomnav a:hover
{
	color: #ffffff;
}


#sub-tabs
{
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	padding: 2px 3px;
	margin-left: 10px;
}
#sub-tabs li
{
	float: left;
	padding: 2px 13px;
	display: block;
	padding-left: 0px;
}
#sub-tabs li a
{
	color: #ffffff;
}
#rightbar
{
	height: 944px;
	width: 198px;
	float: right;
	border-left: solid #f7eccc 1px;
}
#rightbarlinks
{
	background-color: #e4e9e3;
	height: 91px;
	padding-top: 40px;
}

#rightbar-list
{
	list-style-image: url(../images/bull1.gif);
	font-size: 11px;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}
#articlerightbar
{
	height: 944px;
	width: 210px;
	float: left;
	border-right: solid #f7eccc 1px;
}

#article-list
{
	list-style-image: url(../images/arrow.gif);
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
	margin-top: 10px;
}
#article-list li a
{
	color: #699500;
	padding-bottom: 5px;
}

#mainimg
{
	float: left;
	width: 565px;
}

#fullimg
{
	float: left;
	width: 750px;
}

/*content*
************/
#content-container
{
	overflow: hidden;
	width: 750px;
	clear: both;
}

#fullcontent-container
{
	overflow: hidden;
	width: 980px;
	clear: both;
}

.content-container-indexbox
{
	float: left;
	text-align: center;
	width: 225px;
	height: 250px;
	padding: 12px;
	border: 2px;
	border: thin ridge #00CC66;
	padding-top: 10px;
	background: url(../images/tabs-bg.gif) repeat-x left top;
}

.content-container-rightbox
{
	float: right;
	text-align: center;
	width: 225px;
	height: 250px;
	padding: 12px;
	border: 2px;
	border: thin ridge #00CCFF;
	background: url(../images/tabs-bg.gif) repeat-x;
	padding-top: 10px;
}
.maincontent
{
	width: 530px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.fullcontent
{
	width: 650px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.fullDetailcontent
{
	width: 950px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.insidecontent
{
	padding-left: 12px;
}

.websiteheading
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.rightContent
{
	width: 200px;
	float: right;
	padding: 0 10px;
	margin-top: 30px;
}
.leftContent
{
	width: 730px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.RegrightContent
{
	width: 300px;
	float: right;
	padding: 0 10px;
	margin-top: 30px;
}
.RegleftContent
{
	width: 600px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
/*footer**
***********/
#footer
{
	height: 85px;
	font-size: 11px;
	clear: both;
	background-color: #F2F2F2;
	text-align: center;
	padding: 12px;
}
#footer a
{
	color: #699500;
	text-decoration: none;
}
#copyright
{
	padding: 0;
	margin: 10px;
	color: #999999;
}
.desc
{
	margin: 30px;
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
}
.subTitle
{
	color: #0C9A2C;
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
}
.space
{
	padding-right: 10px;
	height: 250px;
	width: 322px;
}
/* Testimonial
****************/
.testimonial
{
	margin: 25px 100px;
	line-height: 18px;
	font-family: "Trebuchet MS";
	padding-top: 10px;
	font-size: 13px;
}
.testimonial div
{
	margin-top: 15px;
	padding-bottom: 10px;
}

#rightbar .testimonial
{
	margin: 25px 0;
	color: gray;
	line-height: 18px;
	font-family: "Trebuchet MS";
	padding-top: 10px;
}
#rightbar .testimonial div
{
	margin-top: 15px;
	padding-bottom: 10px;
}
.botBorder
{
	border-bottom: dotted 1px #CCCCCC;
}

.front_testimonials
{
	color: gray;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: "Trebuchet MS";
}
.paymentPanel
{
	margin: 10px 30px;
	padding: 15px;
	border: 3px #EFEFEF solid;
}

.lightGreen
{
	color: #99cc00;
	font-size: 18px;
	font-weight: bold;
}
.orange
{
	color: #ff6600;
	font-size: 16px;
	font-weight: bold;
}
.drakBrown
{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.darkGreen
{
	color: #3a8000;
	font-size: 14px;
	font-weight: bold;
}
.points li
{
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-left: 25px;
	background: transparent url("../images/icons/tick.png") no-repeat scroll 5px 5px;
	line-height: 25px;
	color: #333333;
}
.darkBlue
{
	color: #333399;
	font-size: 14px;
	font-weight: bold;
}
.paymentheading
{
	font-family: Arial;
	color: #400000;
	font-size: 20px;
}
.basketHeader
{
	background-color: #e7e7e7;
	font-weight: bold;
}

.shoppingCartHeading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	height: 40px;
	background-color: #77b4e3;
}
.shoppingtable
{
	border: solid 1px #77b4e3;
	font-size: 12px;
	margin-left: 150px;
}
.Registertable
{
	border: solid 1px #77b4e3;
	font-size: 12px;
}
.DirectCheckOut
{
	float: right;
	margin-right: 150px;
}
.myPageLeftContent
{
 margin-left: 50px;
 margin-top: 70px;
}
.myPageRightContent
{
	 margin-left: 50px;
}


.UnSuccess
{
	color: Red;
	font-size: 13px;
}
.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
}
#commonHeading
{
	padding: 18px 0 12px 30px;
	font: bold 24px arial;
	color: #a34704;
	margin: 10px 10px;
}
#commonHeading span
{
	color: #969894;
}

