*{
	margin:0;
	padding:0;
}
/***The default style***/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	background:url(../images/bg2.jpg) repeat-x left top;
}
h1{font-size:18px; color:#C31A03; padding:5px 0;}
h2{font-size:16px; color:#C31A03; padding:5px 0;}
p{padding:5px 0; margin:0;}
a{color:#C31A03; text-decoration:none; font-weight:bold;}
a:hover{color:#00AFF0; text-decoration:none; font-weight:bold;}
td{padding:5px;}
img{border:none;}
/***End of***/

/***For the Middle Texts***/
#mTexts{
	width:316px;
	float:left;
	clear:left;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
}
#mTexts p{
	line-height:150%;
}
#mTexts p.one{/*font-family:"Agency FB";*/ font-size:16px; color:#666666; font-weight:bold; padding:2px 10px 0 0; text-align:right;}
#mTexts p.two{/*font-family:"Myriad Pro Cond";*/ font-size:18px; color:#C31A03; font-weight:bold; padding:2px 10px 0 0; text-align:right;}
#mTexts p.three{/*font-family:"Myriad Pro Cond";*/ font-size:16px; color:#333; font-weight:bold; padding:2px 10px 0 0; text-align:right;}
#mTexts p.four{/*font-family:"Myriad Pro Cond";*/ font-size:16px; color:#00AFF0; font-weight:bold; padding:2px 10px 0 0; text-align:right;}
#mTexts p.five{/*font-family:"Myriad Pro Cond";*/ font-size:18px; color:#333; font-weight:bold; padding:2px 10px 0 0; text-align:right;}
#mTexts p.six{/*font-family:"Myriad Pro Cond";*/ font-size:16px; color:#666666; font-weight:bold; padding:2px 10px 0 0; text-align:right;}
#mTexts p.seven{/*font-family:"Myriad Pro Cond";*/ font-size:14px; color:#333; font-weight:bold; padding:2px 10px 0 0; text-align:right;}
/***End of***/

/***Custom style***/
.inside{padding:5px 20px; margin:0;}
img.paypal{
	padding:20px 0 0 0;
}
.imgleft{
	float:left;
	margin:5px 10px 0 0px;
	padding:3px;
}
.imgright{
	float:right;
	margin:5px 0 0 10px;
	padding:3px;
}
.boldtext{
	font-weight:bold;
	padding:5px 20px;
	text-align:left;
}
.cartcolor{
	padding:5px 0;
	text-align:right;
}
.small{
	font-size:12px;
}
.small strong{
	color:#00AFF0;
}
/***End of***/

#container{
	width:768px;
	height:inherit;
}
#container2{
	width:768px;
	height:inherit;
}
#logo{
	width:316px;
	height:105px;
	float:left;
}
#flash{
	width:452px;
	height:489px;
	float:right;
}
#flashReplacer{
	width:452px;
	height:105px;
	float:right;
	background:url(../images/flashReplacer.jpg) no-repeat left top;
}
#menu{
	width:120px;
	float:left;
	text-align:center;
}
#menu ul{
	width:100px;
}
#menu li{
	list-style-type:none;
}
#menu li a{
	width:100px;
	height:30px;
	background:url(../images/button.gif) no-repeat center top;
	display:block;
	padding:5px 0 0 0;
	margin-left:5px;
	text-decoration:none;
	font-weight:bold;
	color:#fefefe;
	line-height:150%;
	text-align:center;
	font-size:12px;
}
#menu li a:hover{
	width:100px;
	height:30px;
	background:url(../images/buttonHover.gif) no-repeat center top;
	display:block;
	padding:5px 0 0 0;
	margin-left:5px;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}
#menu .active{	
	width:100px;
	height:30px;
	background:url(../images/buttonHover.gif) no-repeat center top;
	display:block;
	padding:5px 0 0 0;
	margin-left:5px;
	text-decoration:none;
	font-weight:bold;
}
#midSeparator{
	width:100%;
	height:40px;
	background:url(../images/separator.jpg) repeat-x left top;
	clear:both;
}
#body{
	width:768px;
	height:inherit;
	text-align:left;
}
#bodyLeft{
	width:250px;
	height:100%;
	float:left;
	text-align:center;
}
#bodyRight{
	width:517px;
	height:inherit;
	float:right;
	text-align:left;
	border-left:#CCCCCC 1px solid;
}
#body ul{margin:0; padding:0 0 5px 45px;}
#body li{line-height:150%}

/***For the other pages except index.php***/
#body2{
	width:645px;
	height:inherit;
	border-left:#ccc 1px solid;
	float:right;
}
#body2 p{
	text-align:left;
}
#body2 ul{margin:0; padding:5px 0 5px 45px; text-align:left;}
#body2 li{line-height:150%}
/***End of***/

#footerCont{
	width:100%;
	height:116px;
	background:url(../images/footerBg.jpg) repeat-x left top;
	clear:both;
}
#footer{
	width:768px;
	height:116px;
	background:url(../images/footerLogo.jpg) no-repeat right top;
}
#footer p{
	color:#fefefe;
	font-size:12px;
}
#footer p.links{
	padding-top:60px;
}
#footer a{
	color:#fefefe;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}

