@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #ECECEC;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000000;
	padding-bottom:10px;
}

h2 {
	margin:0px;
	padding:0px 10px 8px 0px;
	font-size: 0.95em;
	color:#43A543;
}

h3 {
	color:#663698;
	font-size:0.75em;
	font-weight:normal;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}

h4 {
	font-size: 0.8em;
	padding-right:15px;
	margin-top:0px;
	margin-bottom:8px;
}

h5 {
	font-size: 1em;
	padding-right:15px;
}

h6 {
	font-size: 0.9em;
	padding-right:15px;
}

p {
	font-size: 0.75em;
	padding-right:15px;
}
img {
	border: none;
	margin:0px;
}
.img_lft {
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.img_rgt {
	border: none;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	float: right;
}

.image_left {
	float:left;
}

.image_right {
	float:right;
}

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

a:hover {
	text-decoration: underline;
}

.twoColHybLtHdr #bg_container {
	display:block;
	position:absolute;
	top:0px;
	left:50%;
	width: 50%;  /* this will create a container 80% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
	z-index:1;
	height:99%;
} 

.twoColHybLtHdr #container {
	display:block;
	position:absolute;
	top:10px;
	left:50%;
	width: 759px;  /* this will create a container 80% of the browser width */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left:-384px;
	z-index:2;
	border-color:#FFFFFF;
	background-color:#663698;
	border-style:solid;
	border-width:6px;
	padding:0px 4px 0px 4px;
	margin-bottom:10px;
	background-image:url(../images/cotaner_bg.gif);
	background-repeat:repeat-y;
	background-position:4px 4px;
} 

.twoColHybLtHdr #header {
	display:block;
	margin:0px;
	width:759px;
	float:left;
	height:176px;
	text-align:right;
	border-style:solid;
	border-color:#663698;
	border-width:4px 0px 1px 0px;
} 

.twoColHybLtHdr #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 */
}

.twoColHybLtHdr #logo {
	display:block;
	float:left;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	width: 266px;
	height:176px;
}

.twoColHybLtHdr #logo2 {
	display:block;
	float:left;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	width: 492px;
	height:140px;
	border-style:solid;
	border-color:#663698;
	border-width:0px 0px 1px 1px;
}

.twoColHybLtHdr #logo3 {
	display:block;
	float:left;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	width: 492px;
	height:35px;
	background-image:url(../images/logo3_bg.gif);
	background-repeat:repeat-x;
	border-style:solid;
	border-color:#663698;
	border-width:0px 0px 0px 1px;
}

.twoColHybLtHdr #logo3a {
	display:block;
	float:right;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	width: 135px;
	height:35px;
	background-image:url(../images/logo3a_bg.gif);
	background-repeat:no-repeat;
}

.twoColHybLtHdr #banner_space {
	display:block;
	float:left;
	clear:both;
	width:780px;
	margin-left:30px;
	margin-bottom:16px;
	color:#000000;
} 

.twoColHybLtHdr #sidebar1 {
	float: left; 
	width: 266px; /* since this element is floated, a width must be given */
	padding: 0px; /* top and bottom padding create visual space within this div  */
	margin:0px;
	min-height:492px;
}

.twoColHybLtHdr #sidebar2 {
	float: left; 
	width: 178px; /* since this element is floated, a width must be given */
	padding: 0px; /* top and bottom padding create visual space within this div  */
	margin:0px;
	min-height:492px;
}

.twoColHybLtHdr #AdminmainContent {
	display:block;
	float:right;
	width:580px;
	color:#000000;
	padding:30px 0px 0px 0px;
	background-color:#FFFFFF;
	margin: 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background-image:url(../images/content_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:492px;
} 

.twoColHybLtHdr #mainContent {
	display:block;
	float:right;
	width:493px;
	color:#000000;
	padding:30px 0px 10px 0px;
	background-color:#FFFFFF;
	margin: 0px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	background-image:url(../images/content_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:492px;
} 

.twoColHybLtHdr #mainContent h1 {
	margin:0px;
	padding:0px 10px 10px 0px;
	font-size:1.1em;
	color: #663698;
}	

.twoColHybLtHdr #mainContent ul {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	list-style-type: none;
}

.twoColHybLtHdr #mainContent li {
	font-size:0.7em;
	margin:0px;
	margin-bottom:3px;
	background-image:url(../images/li_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0.35em;
	padding-left:10px;
}

.twoColHybLtHdr #mainContent ul li ul {
	font-size:100%;
	margin-bottom:6px;
}

.twoColHybLtHdr #mainContent ol {
	margin-bottom:25px;
}

.twoColHybLtHdr #footer { 
	margin:0px;
	padding:0px;
} 
.twoColHybLtHdr #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 */
}
.twoColHybLtHdr #footer ul {
	list-style-type:none;
	text-align:center;
	margin:0px;
	padding:0px;
	margin-top:5px;
}
.twoColHybLtHdr #footer li {
	display:inline;
	padding:4px;
	font-size: 0.7em;
}
.twoColHybLtHdr #footer ul li a {
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	font-weight:normal;
}
.twoColHybLtHdr #footer ul li a:hover {
	text-decoration: underline;
}

.twoColHybLtHdr #nav_bottom {
	display:block;
	float:left;
	clear:both;
	background:#FFFFFF;
	width:100%;
	height:35px;
	background-image:url(../images/logo3_bg.gif);
	background-repeat:repeat-x;
	border-style:solid;
	border-color:#663698;
	border-width:1px 0px 4px 0px;
}

.twoColHybLtHdr #imprint {
	display:block;
	float:right;
	width:493px;
	color:#000000;
	padding:30px 0px 10px 0px;
	background-color:#FFFFFF;
}

.twoColHybLtHdr #imprint img {
	float:right;
	margin:0px 10px 0px 10px;
	border-style:solid;
	border-color:#663698;
	border-width:0px 0px 0px 1px;
}

.twoColHybLtHdr #imprint h2 {
	font:"Courier New", Courier, monospace;
	margin:0px;
	padding:0px;
	font-size: 0.8em;
	color:#663698;
}

.twoColHybLtHdr #imprint p {
	font: Times, serif;
	color:#663698;
	font-size:0.6em;
	margin:0px;
	padding:0px;
}

.twoColHybLtHdr #imprint a {
	color:#663698;
}

.twoColHybLtHdr #imprint p.copyright {
	font-size:0.8em;
	color:#333333;
}

.spot_black {
	color:#000000;
}

.spot_dark {
	color: #888866;
}


/* Miscellaneous classes for reuse */
.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;
}
.clearfloat75 { /* 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;
	margin-bottom:75px;
}

.twoColHybLtHdr #site_map {
	font-size:0.8em;
	font-weight:bold;
}

.twoColHybLtHdr #site_map ul {
	margin:0px;
	font-size:100%;
}

.twoColHybLtHdr #site_map ul li {
	margin:0px;
	font-size:100%;
	margin-bottom:6px;
}

.twoColHybLtHdr #site_map ul li ul {
	margin-top:6px;
}

/* product styles */

/* Style Boxes */

.user_singin {
	display:block;
	margin-left:15px;
	margin-bottom:15px;
	float:left;
	width:641px;
	height:160px;
	background-color:#F5F5F5;
}

.user_singin h2 {
	display:block;
	width:611px;
	background-color:#5F5F5F;
	color:#FFF;
	font-size:0.7em;
	margin-left:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}

.user_singin form {
	padding-left:160px;
}

.feedback_main {
	display:block;
	float:left;
	width:576px;
}

.feedback_right {
	display:block;
	float:right;
	width:280px;
	margin-right:15px;
	margin-left:15px;
	background-color:#c8ceac;
}

.feedback_right p {
	color:#636745;
}

.offer_rrp {
	font-size:0.6em;
	color:#999999;
	line-height:0.7em;
}

.prod_img_side {
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#C4C5C5;
}

.prod_img_center {
	border-top-style:dotted;
	border-top-width:1px;
	border-top-color:#C4C5C5;
	border-left-style:dotted;
	border-left-width:1px;
	border-left-color:#C4C5C5;
	border-right-style:dotted;
	border-right-width:1px;
	border-right-color:#C4C5C5;
}

.gal_img {
	display:block;
	float:left;
	width:200px;
	height:190px;
	margin:0px 10px 10px 0px;
	text-align:center;
}

/* Event styles */

.event {
}

.event h3 {
	color: #663698;
	font-size:1em;
	margin:0px;
	padding:0px;
}

.event h3 a {
	color: #663698;
}

.event_info {
	display:block;
	float:left;
	width:400px;
}

.event_info img {
	float:left;
	margin:0px 10px 10px 0px;
	border:none;
}

.event_date {
	display:block;
	float:left;
	width:80px;
	margin-right:10px;
	text-align:center;
	font-weight:bold;
}



/* input styles */
.sec_box {
	display:block;
	float:left;
	margin:10px 0px 10px 0px;
}

.sec_text h3 {
	color:#663698;
	font-size:0.75em;
	font-weight:normal;
}

.sec_text h3 a {
	color:#663698;
	font-weight:normal;
}

.sec_text {
	display:block;
	float:right;
	width:350px;
}

.sec_text p a {
	color:#43A543;
	background-image:url(../images/sec_button_off.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}

.sec_text p a:hover {
	color:#43A543;
	background-image:url(../images/sec_button_on.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-bottom:1px;
}

.sec_image {
	display:block;
	float:left;
	width:120px;
	margin-right:10px;
}

.link_image {
	display:block;
	float:left;
	width:120px;
	margin-right:10px;
}

.link_box {
	display:block;
	float:left;
	margin:10px 0px 10px 0px;
}

.link_text {
	display:block;
	float:right;
	width:350px;
}

.link_text h2 {
	margin:0px;
	padding:0px;
}

.link_link a {
	color:#43A543;
	background-image:url(../images/sec_button_off.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}

.img_left {
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
} 

.img_right {
	display:block;
	float:right;
	margin:0px 0px 10px 10px;
} 

.text_center {
	text-align:center;
}

.small_text {
	font-size:0.5em;
}

.sec_download a {
	color:#43A543;
	background-image:url(../images/sec_button_down_off.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}

.sec_download a:hover {
	color:#43A543;
	background-image:url(../images/sec_button_down_on.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-bottom:1px;
}

.sec_link a {
	color:#43A543;
	background-image:url(../images/sec_button_off.gif);
	background-repeat:no-repeat;
	padding-left:30px;
}

.sec_link a:hover {
	color:#43A543;
	background-image:url(../images/sec_button_on.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-bottom:1px;
}
