@charset "UTF-8";
/* CSS Document */


/* BODY OUTLINE */
body {
	background-color: #66CCCC;
	padding:5px; margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

div.main {
	width:900px;
	height:100%;
	background-color:#FFFFFF;
	padding:0px;
}
img {
	display:inline;
	border:0px;
	padding:0px; margin:0px;
}
.txt {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
	line-height: 14pt;
}
.content {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
	line-height: 14pt;
	text-align:left;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	color:#9933CC;
	font-size:10pt;
	line-height: 14pt;
	text-decoration:none;
	font-weight:bold;
}
a:hover, a.hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#B269D7;
	font-size:10pt;
	line-height: 14pt;
	text-decoration:underline;
	font-weight:bold;
}

/* TOP BAR - LOGO */
div.top {
	width:900px;
}

div.bar, .barBottom {
	width:900px; height:5px;
	padding:0px; float:left;
	background-image:url(img/barGreenCornerIN.png);
	background-repeat:no-repeat;
}
div.barBottom{
	background-image:url(img/barGreenCornerBTM.png);
	background-repeat:no-repeat;
}
div.barBG {
	width:900px;
	height:25px;
	padding:0px;
	float:left;
	background-image:url(img/banner.gif);
	background-repeat:repeat-x;
}
div.logo {
	width:760px;
	height:80px;
	padding-left:120px;
	padding-right:20px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(img/logo01.gif);
	background-repeat:no-repeat;
	background-color:#ffffff;
	text-align:left;
	float:left;
}
.logoName {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:40px;
	line-height:40px;
	letter-spacing:.25em;
}
.logoSlogan {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#66CCCC;
	font-size:16px;
	font-weight:bold;
	line-height:20px;
}
.logoAddress {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:22px;
	font-weight:bold;
}
/* END TOP BAR - LOGO */







/* MAIN MAIN MAIN MAIN MAIN */

div.twoThirds {
	width:630px; 
	padding:10px;
	float:left;
}

span.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #897d62;
}
div.flash {
	width:630px;
	height:320px;
	float:left;
}

.header01 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #B3A790;
	margin-top:20px;
}
.header02 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8D7C5B;
	line-height: 21px;
	font-weight:bold;
}
.header03 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #76643C;
	line-height:32px;
}
div.printing {
	width:880px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	padding:10px;
}



/* btn nav btn nav btn nav menu */
div.buttons {
	width:900px;
	padding:0px;
	border:1px;
	border-top-style: dashed; border-top-color: #660;
	border-bottom-style: dashed; border-bottom-color: #660;
	float:left;
	background-color:#f6f0e4;
}

ul, li, a { behavior: url('scripts/fix.htc'); }

.btn{
	margin:0px; padding:0px;
	list-style-type:none;
	float:left;
	display:inline;
	border:none;
}
ul{
	padding:0px 10px 0px 10px; margin:0px;
	list-style-type:none;
	display:inline;
	border:none;
	float:left;
}
#btn ul {
	width:880px; height:130px;
	list-style-type:none;
	display:inline;
	padding:10px;
}

#btn li {
	width:108px; height:120px;
	padding:5px 0px 5px 0px; margin: 0px 1px 0px 1px;
	list-style-type:none;
	float:left;
	display:block;
	border:none;
	text-align:center;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
	
#btn li.one { background-color:#fe9933; }
#btn li.two { background-color:#c3e61f; }
#btn li.three { background-color:#b269d7; }
#btn li.four { background-color:#33CCCC; }

#btn li.one:hover, li.one.hover { background-color:#ead6c3; }
#btn li.two:hover, li.two.hover { background-color:#eaf9a3; }
#btn li.three:hover, li.three.hover { background-color:#cc99cc; }
#btn li.four:hover, li.four.hover { background-color:#befcfc; }

#btn a {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	line-height:15px;
	text-decoration:none;
	text-align:center;
	font-variant:small-caps;
}
#btn a:hover, #btn a.hover {
	font-family:Arial, Helvetica, sans-serif;
	color:#76643C;
	font-size:16px;
	font-weight:bold;
	line-height:15px;
	text-decoration:none;
	text-align:center;
	font-variant:small-caps;
}
	
/* button nav END button nav */





div.oneThird {
	width:240px;
	padding:10px 10px 10px 0px;
	float:left;
}
/* SIDE MENU */
div.sideMenu {
	width:220px; height:300px;
	padding:10px; margin:0px;
	background-image:url(img/axBGD.gif);
	background-repeat:no-repeat;
	text-align:left;
}
#storeMenu {
	margin:0px; padding:0px;
	list-style-type:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	line-height:15px;
}
#storeMenu ul{
	width:210px;
}
#storeMenu li{
	width:95px; height:20px;
	padding:0px 5px 0px 5px;
	border: thin dotted #ffffff;
	float:left;
	display:inline;
	list-style-type:none;
	background-color:#eae2d4;
}
#storeMenu li:hover, li.hover {
	background-color:#B3A790;
}

#storeMenu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold
}
#storeMenu a:hover, #storeMenu a.hover {
	color:#FFFFFF;
}
/* END SIDe MENU */

.containWide{
	width:880px;
	padding:0px; margin:10px;
	float:left;
	background-color:#FFFFFF;
}
div.twoThirdstwo {
	width:600px; 
	padding:20px;
	float:left;
}
div.oneThirdtwo {
	width:240px;
	padding:10px 0px 10px 0px;
	float:left;
}
.contain {
	width:210px; 
	padding:10px; margin:0px 0px 5px 0px;
	/*border: thin solid #76643C;*/
	background-color:#eae2d4;
	/*background-color: #e3dbcb;*/
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}
.txtContain {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10pt;
	line-height: 14pt;
	padding:5px 5px 10px 5px;
	border-bottom:1px dashed #76643C;
	-moz-border-top-radius:5px;
	-webkit-border-top-radius:5px;
}
.Wide {
	width:860px;
	padding:5px 20px 5px 20px;
	background-color:#ffffff;
	float:left;
}
.info {
	width:180px; height:175px; border: thin solid #eae2d4;
	-moz-border-radius:15px;
	-webkit-border-radius:15px; 
	float:left; padding:10px 5px 5px 5px; margin:5px 5px 5px 0px; }
.info1 {
	width:600px; height:200px; border:none;
	flaot:left; padding:0px; margin: 10px 0px 10px 0px; }
.info2 {
	width:600px; height:200px; border:none;
	flaot:left; padding:0px 5px 0px 0px; margin: 10px 0px 10px 0px;
	background-image:url(img/info2BGD.png);
	background-repeat:no-repeat; }




	
div.tracker {
	width:900px; height:50px;
	float:left;
	margin:0px; padding:0px;
	background-color:#66CCCC;
}
	
	
	


