body  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color: #F5F5F5;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666666;
}
.style3 {font-size: 30px}

.style4 {
	font-size: 20px;
	color: #0066CC;
	text-decoration: none;
}

.style4 a:link,a:active{
	font-size: 20px;
	color: #0066CC;
	text-decoration: none;
}

.style4 a:hover {
	font-size: 20px;
	color: #0066CC;
	text-decoration: underline;
}

.style4 a:visited {
	font-size: 20px;
	color: #3366cc;
	text-decoration: none;
}




.storebox_title {
	font-size: 20px;
	color: #0066CC;
	text-align:justify;
}
.storebox_content {
	font-size: 15px;
	color: #666666;
	text-align:justify;
}
.style5 {font-size: 10px}

.style6 {color: #0066CC}
.style6 a {color: #0066CC; text-decoration:none}
.email {text-decoration:none; color:#666666}

.storelist, a.storelist {
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.storelist, a.storelist:visited, a.storelist:active, a.storelist:link {
	color: #666666;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a.storelist:hover {
	color: #666666;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.storelist_current, .storelist_current a:link, .storelist_current a:visited, .storelist_current a:active {
	color: #0066CC;
	text-decoration: none;
}
.storelist_current a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.twoColFixLtHdr #container { 
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: justify; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding: 10px 0;
	color:#777777;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header2 { 
	background: #DDDDDD; 
} 
.twoColFixLtHdr #menu {
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding:5px 0px;
	line-height:25px;
	font-weight: normal;
	
} 

.twoColFixLtHdr #menu a.menu:link,a.menu:active,a.menu:visited
{
	color:#666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding:5px 0px;
	text-decoration:none;
	text-transform:uppercase;
	
} 

.twoColFixLtHdr a.menu:hover
{
	color:#000000;
}

.topmenu
{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px 0px;
	line-height:25px;
	text-decoration: none;
} 

.topmenu a:link,a:active,a:visited{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px 0px;
	text-decoration:none;
}
.topmenu a:hover{
	color:#000000;
	text-decoration: underline;	
}

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	color:#666666;
}

.twoColFixLtHdr #sidebar1 .side01 {
	width: 250px;
	height:120px;
	background:#3D3D3B;
	padding:25px;

}

.sidetitle {color:#FFFFFF; font-size:18px; text-transform:capitalize;}
.sidetext {color:#FFFFFF; line-height:20px;}
.contenttxt {font-size:14px;}
.contenttxttitle {
	font-size: 18px;
	font-weight: bold;
}
.exbigtitle {font-size: 32px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;}
.extitle {font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-style: italic;}
.contentmid {color: #8F8F8F; line-height:20px;}
a.footer:link, a.footer:active, a.footer:hover, a.footer:visited {font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px; color:#666666;}

.twoColFixLtHdr #mainContent { 
	margin:0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	color:#666666;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.sidemenu2
{
padding:0px 0px 0px 19px;
margin:0px;
list-style-image:url(images/li.gif);


}


.navitator {
	float:right;
	margin-bottom: 10px;
	
}
.rightsidebar {
	text-decoration: none;
	width: 277px;
	float: right;
	position: absolute;
	left: 892px;
	top: 851px;
}
.smallcontain {
	text-decoration: none;
	float: left;
	width: auto;
}
	
#menu10 {
	width: 300px;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	background: #FFF;
	}
	
#menu10 ul
{

	list-style: none;
	margin: 0;
	padding: 0;

}

#menu10 li a {
	voice-family: "\"}\"";
	voice-family: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 12px;
	background-color:#0099CC;
	border-top: #FFFFFF dashed 1px;
	height:25px;
	line-height:25px;
	background: #0099CC;
	}	

#menu10 li a{
	color:#FFFFFF;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
}
/*	
#menu10 li a:link, #menu10 li a:visited,  #menu10 li a:active{
	color:#FFFFFF;
	display: block;
	font:"Georgia", Times New Roman, Times, serif;
	padding: 10px;

	}
*/
/*	
#menu10 li a:hover {
	color:#FFFFFF;
	font:"Georgia", Times New Roman, Times, serif;
	background-color:2C6A8F;
	padding:10px;
	}
*/	
 
#menu10  li a.current
{
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#2C6A8F;
	padding:10px;
}

.minimenu a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size:14px;
}
.minimenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size:14px;
}
.yellowtitle {
	font-size: 16px;
	font-weight: bold;
	color: #FCB813;
}
.pinktitle {
	font-size: 16px;
	font-weight: bold;
	color: #C4004A;
}
