/* Todds CSS */

/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption, th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,label,ul,ol,dl,fieldset,address {margin:1em 0em;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}


/* Structure */
#top_wrapper {
  background-color: #FFF;
  background-image: url(../images/body_shadow.gif);
  background-position: left top;
  background-repeat: repeat-y;
  font-size: 62.5%;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  width: 760px;
}


#bottom_wrapper {
  background-color: transparent;
  background-image: url(../images/footer_shadow.gif);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 62.5%;
  height: 35px;
  margin: 0 auto 0 auto;
  padding-top: 10px;
  text-align: left;
  width: 800px;
}


#header {
  height: 108px;
  width: 760px;
}

#main_navigation {
  width: 760px;
  height: 27px;
  background-color: #8F59AA;
  text-align: left;
}

#main_navigation  ul#main_nav  {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#main_navigation  ul#main_nav li {
  display: inline;
  float: left;
}
#main_navigation  ul#main_nav li a{
  display: block;
}


#hp_page {
  margin-top: 20px;
  width: 620px;
  background-color: #FAF7FC;
  float: left;
  display: inline;
}

#page {
  margin-top: 20px;
  width: 760px;
  background-color: #FAF7FC;
  float: left;
  display: inline;
}

#lhp {
  float: left;
  width: 220px;
  display: inline;
  border-top: 1px solid #CCC;
}
#lhp ul#category_navigation  {
 font-family: Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
 text-align: left;
 list-style-type: none;
}
#lhp ul#category_navigation li a {
  background-color: #FFF;
  border-bottom: 1px solid #CCC;
  color: #484848;
  display: block;
  font-size: 1.2em;
  height: 23px;
  margin: 1px 0 0 0;
  padding: 6px 0 0 15px;
  text-decoration: none;
  width: 205px;
}
#lhp ul#category_navigation li a:hover {
  background-color: #F7F3F9;
}

#lhp ul#category_navigation li a.current {
  background-color: #F7F3F9;
  font-weight: bold;
}

#lhp ul#products_navigation  {
 font-family: Arial, Helvetica, sans-serif;
 margin: 0;
 padding: 0;
 text-align: left;
 list-style-type: none;
}
#lhp ul#products_navigation li a {
  background-color: #FFF;
  border-bottom: 1px solid #CCC;
  color: #484848;
  display: block;
  font-size: 1.2em;
  height: 23px;
  margin: 1px 0 0 0;
  padding: 6px 0 0 40px;
  text-decoration: none;
  width: 180px;
}
#lhp ul#products_navigation li a:hover {
  background-color: #F7F3F9;
}

#lhp ul#products_navigation li a.current {
  background-color: #F7F3F9;
  font-weight: bold;
}

#lhp #image_rollover {
  width: 200px;
  margin: 10px;
  overflow: hidden;
}
#lhp #image_rollover .image_rollover_border {
  padding: 2px;
  border: 1px solid #A3AAA8;
}

#content {
  float: left;
  padding: 0 10px 10px 10px;
  background-color: #FFF;
  width: 520px;
  display: inline;
  text-align: left;
  height: auto !important; /* for modern browsers */
  height: 400px; /* for IE5.x and IE6 */
  min-height: 400px; /* for modern browsers */
}

#hp_content {
  float: left;
  padding: 0 10px 10px 10px;
  background-color: #FFF;
  width: 380px;
  display: inline;
  text-align: left;
  height: auto !important; /* for modern browsers */
  height: 400px; /* for IE5.x and IE6 */
  min-height: 400px; /* for modern browsers */
}

#hp_rhp {
  float: right;
  background: #FFF url(../images/rhp_arrow_down.gif) no-repeat 16px 0;
  margin: 0 8px 0 0;
  padding: 4px;
  width: 122px;
  text-align: left;
  border-left: 1px solid #8F59AA;
  border-right: 1px solid #8F59AA;
  border-bottom: 1px solid #8F59AA;
  height: auto !important; /* for modern browsers */
  height: 100px; /* for IE5.x and IE6 */
  min-height: 100px; /* for modern browsers */
}
.rhp_nav {
 margin-left: 75px;
 margin-bottom: 0; padding-bottom: 0;
 cursor:default;
}
#hp_rhp .orange_title_text {
 color: #FD8B2A;
 font-size: 3.2em;
 text-align: center;
 margin: 10px 0 0 0;
 line-height: 1.1em;
}

#hp_rhp p {font-size: 1.1em;}

#hp_rhp a {color: #FD8B2A;}
#hp_rhp a:link, a:visited {text-decoration: underline;}
#hp_rhp a:hover, a:active {text-decoration: none;}


#footer {
  background-color: #8F59AA;
  float: left;
  height: 30px;
  width: 760px;
}
ul#footer_nav {
  margin: 0.5em 0 0;
  padding: 0;
}
ul#footer_nav li {
  color: #FFF;
  display: inline;
  font-size: 1.1em;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul#footer_nav li a {
  color: #FFF;
  text-decoration: none;
}
ul#footer_nav li a:hover {text-decoration: underline;}


#bottom_wrapper .company_details {
  color: #363636;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 0 30px;
  text-align: left;
}
#bottom_wrapper .company_details a {
  text-decoration: underline;
  color: #363636;
}
#bottom_wrapper .company_details a:hover {text-decoration: none;}


.office_furniture {
  margin-bottom: 15px;
}

.business_partners_box_out {float:right; width:35%; padding:10px; margin:0px 0px 10px 20px; background-color:#F7F3F9; font-size:1.1em; }

#contact_form {
  width: 355px;
  float: left;
  margin-right: 15px;
}
.form_text {
  text-align: left;
  font-size: 1.2em;
}
.red_asterix {
  color: #FF0000;
  font-weight: bold;
}

#contact_address_details {
  width: 140px;
  float: right;
  padding: 4px;
  border: 1px solid #8F59AA;
}

#contact_address_details .map {
  text-align: center;
  margin: 0;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}


/* Theme */
body {
	background-color: #FFF;
	color: #323232;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 19px;
}

a {color: #8F59AA;}
a:link, a:visited {text-decoration: underline;}
a:hover, a:active {text-decoration: none;}

h1, h2, h3, h4, h5, h6 {
  color: #8F59AA;
  font-weight: bold;
  text-align: left;
}
h1 {
	font-size:1.6em;
	margin: 0 0 10px 0;
	font-family: "Times New Roman", Times, serif;
}
h2 { font-size:1.7em; margin: 5px 0 -8px 0; font-family: "Times New Roman", Times, serif;}
h3 { font-size:1.5em;}
h4 { font-size:1.4em;}
h5 { font-size:1.2em;}
h6 { font-size:1.0em;}

#content ul {margin-left: 20px; font-size: 12px; list-style-type: square;}
#content ul li {text-align: left;}

/*ul {list-style-type: square;}
li {text-align: left;}*/

hr {color:#A3AAA8; border-color:#A3AAA8; height: 1px;}

p {font-size: 1.2em;}

p.intro {
  font-weight: bold;
  font-size: 1.3em;
}

p.caption {
  font-size: 1.1em;
  text-align: center;
  margin-top: 2px;
  line-height: 1.4em;
}

#faq_items h3 {margin-bottom: -0.7em;}

.business_partners_item {
  border-bottom: 1px dashed #A3AAA8; margin-bottom: 1em;
} 
.business_partners_item h3 {margin-bottom: -0.7em;}
.business_partners_item .web_address {margin-top: -0.9em;}

.right {float: right; margin: 2px 0 5px 10px;}
.left {float: left; margin: 2px 10px 5px 0;}

.img_right {float: right;  margin: 2px 0 5px 10px;}
.img_left {float: left; margin: 2px 10px 5px 0;}

.img_right_border {float: right; margin: 0 0 5px 10px; padding: 2px; border: 1px solid #A3AAA8;}
.img_left_border {float: left; margin: 0 10px 5px 0; padding: 2px; border: 1px solid #A3AAA8;}
.img_border {padding: 2px; border: 1px solid #A3AAA8;}

.box_out_left {float:left; width:30%; padding:10px; margin:0px 20px 10px 0px; background-color:#F7F3F9; font-size:1.1em; }
.box_out_right {float:right; width:30%; padding:10px; margin:0px 0px 10px 20px; background-color:#F7F3F9; font-size:1.1em; }
.box_out { padding:10px; margin:10px 10px; background-color:#F7F3F9;}

.notice {padding: 15px; margin: 10px 0px; background-color: #F6F1E4; border: 1px solid #F0E4C5; color: #666; font-size: 1.2em; line-height: 1.5em; }
#homeContent {
	min-height: 160px;
	width: 375px;
	border: 0px solid #000;
	margin: 2px 0 2px 0;
	clear: all;
}
#homeContent img {
	float: left;
	margin: 0 5px 5px 5px;
}

