html, body {
	margin: 0;
}

body {
	background-color: #F5F5F5;
	font-family: verdana;
	font-size: 15px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: georgia;
	/*color: #2293EB;*/
	/*color: #3333FF;*/
	color: #000099;
	font-weight: bold;
	font-variant: small-caps;
	margin: 3px 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.1em;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 175px;
	background-image: url(/images/storefront_02.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#header h1, #header h2, #header h3 {
	margin: 10px 0 0 0;
	padding: 0;
}
#header div {
	text-align: right;
	padding-top: 30px;
}

#menu {
	height: 25px;
	background-image: url(/images/streak_01.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

#menu dl, #menu dd{
	margin: 0 2px;
}

#menu dd {
	display: block;
	height: 25px;
	float: left;
	margin: 0 1px;
}

#menu dd a {
	display: block;
	/*width: 100%;*/
	color: #FDD017;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 5px 3px 5px;
}

#menu dd a:hover, #menu dd.active a {
	color: #FFFFAA;
	background-color: #003399;
}

#page_body {
	clear: both;
}

#page_body div.column {
	width: 320px;
	float: left;
}

#page_body div.column2{
	width: 640px;
	float: left;
}

.info_block {
	background-color: #2293EB;
	font-size: .9em;
	margin: 5px 2px;
}

.dress_left {
	margin: 5px 4px 5px 0;
}

.dress_right {
	margin: 5px 0 5px 4px;
}

.info_block div.top {
	/*height: 6px;*/
	font-size: 1px;
	background-image: url(/images/tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.info_block div.top span {
	height: 6px;
	display: block;
	background-image: url(/images/tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.info_block div.inner {
	height: 100%;
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	margin: 0 5px;
}

.info_block div.inner p {
	text-align: justify;
}

.product {
	font-size: 1.1em;
	color: #000099;
	font-weight: bold;
}

.product a {
	text-decoration: none;
}

.product a:hover {
	text-decoration: underline;
}

.info_block div.inner div.text {
	text-align: justify;
	font-size: .9em;
}

.info_block div.inner div.text p {
	font-size: 1.1em;
	font-weight: bold;
	color: #006633;
}

.info_block div.bottom {
	/*height: 6px;*/
	font-size: 1px;
	background-image: url(/images/bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.info_block div.bottom span {
	height: 6px;
	display: block;
	background-image: url(/images/br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* style for toggle elements */
#text_1, #text_2, #text_3, #text_4, #text_5, #text_6, #text_7, #text_8, #text_9, #text_10 , #text_11, #text_12, #text_13, #text_14, #text_15 {
	display: none;
	background-color: #F2F2FF;
	font-size: .9em;
	padding: 5px;
	text-align: justify;
}

#text2_1, #text2_2, #text2_3, #text2_4, #text2_5, #text2_6, #text2_7, #text2_8, #text2_9, #text2_10 , #text2_11, #text2_12, #text2_13, #text2_14, #text2_15 {
	display: none;
	background-color: #F2F2FF;
	font-size: .9em;
	padding: 5px;
	text-align: justify;
}

#over_img_1, #over_img_2, #over_img_3 {
	visibility: hidden;
	width: 480px;
	position: absolute;
	top: 300px;
	left: 150px;
}
#over_img_1 img, #over_img_2 img, #over_img_3 img {
	width: 480px;
}

/* end style for toggle elements */

.center {
	text-align: center;
}

.noborder {
	border: none;
}

.right {
	text-align: right;
}
.spacer_1 {
	height: 5px;
	background-image: url(/images/streak_01.gif);
	background-position: top right;
	background-repeat: repeat-y;
	clear: both;
	overflow: hidden;
}

.spacer_2 {
	height: 3px;
	clear: both;
	overflow: hidden;
}

#footer {
	text-align: center;
	font-size: .8em;
	padding: 10px;
}

#footer a {
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* ----------  Begin style definitions for example tables in the text body ------------------------------------------------------------ */
table.example { 
	background-color: #F2F2FF;
	font-size: .9em;
	border: 1px solid #000000; 
	margin: 5px auto 5px auto; 
}

table.example td.title { 
	font-weight: bold; 
	text-align: center; 
}

table.example td.title2 {
	font-weight: bold; 
	text-align: center; 
	border-left: 1px solid #000000; 
}

table.example td.left { 
	text-align: left; 
	border-right: 1px solid #000000; 
	border-top: 1px solid #000000;  
}

table.example td.left2 { 
	text-align: left; 
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000; 
}

table.example td.right { 
	text-align: right; 
	border-top: 1px solid #000000; 
}

table.example td.right2 { 
	text-align: right; 
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000; 
}

table.example td.bottom { 
	text-align: center; 
	border-top: 1px solid #000000; 
}

table.example td.bottom div { 
	width: 350px; 
	font-size: 0.85em; 
	text-align: justify; 
	margin: 0 auto 0 auto; 
}
/* ----------  ENDstyle definitions for example tables in the text body ------------------------------------------------------------ */	