	/*----Undo HTML-----------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, pre, code, table { font-size: 1em; }
* { margin: 0; padding: 0; }
a img, :link img, :visited img { border: none; }

/**/

/*----General classes-----------------------------------------------------*/

.clearfix:after {
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.clearfix { display: inline-block; }

.ir {
	background: no-repeat 0 0;
	display: block;
	height/**/:/**/ 0 !important;
	overflow: hidden;
}

.picLeft { float: left; margin: 10px 20px 20px 0; }
.picRight { float: right; margin: 10px 0 20px 20px; }
.picCenter { margin: 0 auto; }

/**/

/*----HTML Structural Elements--------------------------------------------*/

a {
	color: #3577ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr,
acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

address {
	font-style: normal;
	line-height: 1.7em;
	margin-bottom: 2em;
}

body {
	background-color: #e8e9ec;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	padding: 12px 0 30px 0;
	--text-align: center;
}

h1 {
	color: #ED008B;
	font-size: 21pt;
	font-weight: normal;
	margin-bottom: .6em;
}


h2 {
	color: #0017FF;
	font-size: 158%;
	font-weight: normal;
	margin-bottom: .6em;
}

a.h2 {
	color: #666;
	font-size: 158%;
	font-weight: normal;
	margin-bottom: .6em;

}

h3 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 163%;
	font-weight: normal;
	margin-bottom: .8em;
}

h4 {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 136%;
	margin-bottom: .8em;
}

div.hr {
	background: #ccc url(images/bg_hr.gif) no-repeat right top;
	clear: both;
	height: 1px;
	margin: 1em 0 2em 0;
}

div.hr hr { display: none; }

p {
	line-height: 1.5em;
	margin-bottom: 1.1em;
	font-size:10pt;
	color:#211D1E;
	
}

/**/

/**----Unordered List Styles--------------------------------------------------*/

ul {
	margin: 0 0 2.5em 50px;
}



ol {
	margin: 0 0 2.5em 50px;
}

ol li {
	margin-bottom: 2em;
}

/**/


/**---Form Styles-------------------------------------------------------------*/
	
fieldset {
	border: none;
}

legend {
	display: none;
}

input, select {
	color: #666;
}

input.input_text {
	border: 1px solid #a3c2e9;
	padding: 2px 4px;
}

input.input_submit {
	margin-left: 2px;
	padding: 0 2px;
}

/**/

/*----Page Structural Elements/Wraps---------------------------------------*/

#wrap {
	background: url(img/menu_back.gif) repeat-y 0 0;
	background-color:white;
	font-size: 110%;
	margin: 0 auto;
	text-align: left;
	width: 977px;
	
}

#copy {
	background-color: white;
	display: inline; /* IE double-float margin bug */
	float: right;
	margin-right: 0px;
	padding-bottom: 130px;
	width: 790px;
}

#subnav {
	display: inline; /* IE double-float margin bug */
	margin-left: 0px;
	float: left;
	width:170px;
	height:100%;
	position:relative;
}

/**/

/*----Header-------------------------------------------------------------*/

#header {
--display: inline; /* IE double-float margin bug */
	background: url(img/banner.gif)  0 0;
	height: 220px;

	padding: 0px;
	margin:0px;
	width:100%;
}

#welcome {
--display: inline; /* IE double-float margin bug */
margin-left : 8px ; 
text-align : left ;
color: #ffffff;
font-family: Arial, Helevetica, sans serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
}

/**/

/*----Nav-------------------------------------------------------------*/

#nav {
	background: #182c76 url(images/bg_nav.gif) repeat-x left bottom;
	border-top: 1px solid #536299;
	height: 30px; /* IE hasLayout */
	margin: 0 0px 0px 0px;
	color:white;
}

#nav form {
	float: right;
	margin-top: 4px;
	padding-right: 20px;
}

#nav input.x {
	background: #fff url(images/icon_magnifyer.gif) no-repeat 108px center;
	border: 1px solid #536299;
	padding-right: 4px;
	width: 124px;
	width/**/:/**/ 118px;
}

#nav input.y {
	height:22px;
}


#nav fieldset input.input_submit {
	height: 1.8em;
	margin: 0 0 -1px 0;
}

#nav select {
	width: 126px;
	width/**/:/**/ 120px;
}

/**/

/*----Sub Nav-------------------------------------------------------------*/

#subnav ul {
	list-style: none;
	margin: 0 0 0 0;
	padding-top: 2px;
	
}

#subnav li {
	margin: 0;
	padding: 0;
	
}

#subnav li a,#subnav li a:visited {
	color: #0017FF;
	display: block;
	height: 1%; 
	line-height:1px;
	padding: 10px;
	
	font-size:11pt;
	margin:0;
	

}

#subnav li a:hover {
	color: #FFF100;
	text-decoration: none;
	background-color:#ED008B;
}

#subnav li.current a {
	/*background: url(images/bg_sub_nav_current_arrow.gif) no-repeat left .8em;*/
	color: #fd7f2b;
	background-color:#ED008B;
}

/**/

/*----Footer-------------------------------------------------------------*/

#footer {
	background: #e8e9ec url(images/bg_footer.gif) no-repeat 0 0;
	padding-top: 30px;
	width: 805px;
}

#footer p {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 208px;
}

#footer a {
	color: #999;
	font-weight: normal;
}

th {
text-align:left;
 padding:4px;
}

table.padded {}

table.padded td {
	padding:10px;
}


/*shop*/

table.address td {
padding:2px;
}

table.address th {
font-size:8pt;
padding:2px;
}

table.address td input {
width:180px;
font-size:8pt;
}

table.address td textarea {
width:180px;
}

.shop_breadcrumb {
	font-size:12pt;
	margin-bottom:10px;
	color:black;
	font-weight:bold;
	width:90%;
	border-bottom: 1px solid grey;
}

/*forum*/
table.forum {
width:100%;
}

table.forum th {
background-color:ccc;
padding:4px;

}

table.forum tr {
background-color: eee;
}

table.forum tr.original_post_text {
background-color:lightblue;
}

.original_post_text {
font-size:10px;
background-color:lightblue;
padding:10px;
margin:10px;
}

.error {
color:red;
}

table.order {border:2px solid #0E3A94;
width:214px;}

table.order td {
	font-size: 12px;
	text-align: left;
}

table.order th {
	font-size: 12px;
	text-align: left;
	font-weight:bold;
}


tr.orderhead{
	font-size: 12px;
	font-weight:bold;
	text-align: left;
}

a.order:link {  	text-decoration: none; color: red}
a.order:visited {  text-decoration: none; color: red}
a.order:hover {  	text-decoration: underline; color: red}
a.order:active {  text-decoration: underline; color: red}

.image_strip {
float:right;
background-color:black;
}
