/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color:#ffffff
	line-height: 20px;
	text-align: left;
	font-family:Times New Roman, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
                 
                 
}
p {
                  font-size: 12pt;
}

h1 {
	font-family:"Times New Roman";
                  font-size:30px;
                  font-weight: bold;
                  color: #000000;
}
h2 {
	font-family:"Times New Roman";
                  font-size:25px;
                  font-weight: bold;
	color: #000000;
}
h3 {
	font-family:"Times New Roman";
                  font-size:20px;
                  font-weight: bold;
	color: #000000;
}
h4 {
	font-family:"Times New Roman";
                  font-size:14px;
                  font-weight: normal;
	color: #000000;
}
h5 {
	font-family:"Times New Roman";
                  font-size:15px;
                  font-weight: bold;
	color: #000000;
}
h6 {
	font-family:"Times New Roman";
                  font-size:17px;
                  font-weight: bold;
	color: #000000;
}
#p1 {
	font-family:"Times New Roman";
                  font-size:12px;
	color: #000000;
}
a {
	color: #3300cc;
                  text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(images/store_version1/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style: none;
}

.list2 a {
	background: url(images/store_version1/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	padding: 1em;
	height: 90px;
	color: #254360;
                  
}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	font-weight: bold;
                  
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
                 
}

/** MENU */

#menu {
	width: 778px;
	margin: 0px auto;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/store_version1/img04.gif) no-repeat right 50%;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #3300cc;
}

#menu a:hover {
	background: #FFFFFF;
	color: #254360;
}

#menu .active {
	background: #FFFFFF;
	color: #254360;
                  
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#columnA {
	float: right;
	width: 538px;
	padding-left: 20px;
	border-left: 1px dashed #EEEEEE;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnB {
	float: left;
	width: 200px;
}

#columnB h3 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
}

/* Sidebars */

#sidebar1 {
	float: left;
                 
}

#sidebar2 {
	float: right;
                 
}

.sidebar {
	float: left;
	width: 150px;
	padding: 0;
	font-size: 12px;
                  
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
                  
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2 {
	height: 30px;
	margin: 0 0 0 0;
	padding: 10px 15px 0px 15px;
	background: #890208 url(images/img05.jpg) no-repeat left top;
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFFFFF;
}

.sidebar a {
}







/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images/store_version1/img03.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 13px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}