/***** Default Settings *****/
 
#rot, html, body {
  border: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
 
h1 {
  font-size: 2em;
  letter-spacing: -1px;
  padding: 1em 0;
}
 
h2 {
  font-size: 1.5em;
  letter-spacing: -1px;
  padding: 1em 0;
}
 
h3 {
  font-size: 1.3em;
}
 
p, ul {
  margin: 0;
  padding: 0;
}
 
ul {
  list-style: none;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}
 
blockquote {
  margin: 1em 2em;
  padding: 0;
}
 
small, .small {
  font-size: .9em;
}
 
img {
  border: 0;
}
 
sup {
  bottom: 0.3em;
  position: relative;
  vertical-align: baseline;
}
 
sub {
  bottom: -0.2em;
  position: relative;
  vertical-align: baseline;
}
 
acronym, abbr {
  border-bottom: 1px dashed;
  cursor: help;
  letter-spacing: 1px;
}
 
/***** Links *****/
 
/*
a, a:visited, .link {
  color: #<% $c->reseller->theme->{'a_color'} %>;
  cursor: pointer;      
  -moz-outline: 0;
  text-decoration: underline;
}

a:focus {
  outline: none;
}
*/

/***** Forms *****/
 
form {
  border: 0;
  margin: 0;
  padding: 0;
}

input, textarea {
  border: 1px solid #CCC;
  margin: 0;
  padding: .2em .3em; 
}

input[type=submit] {
  font-size: 1em;
  height: 1.8em;
  left: 0em;
}

input[type=reset] {
  height: 1.8em;
}

input[type=text], input[type=password] {
  font-size: 1em; 
  width: 13em;
}

input[type=checkbox],
input[type=radio] {
  border: 0;
}

input[type=radio] {
  margin-top: .5em;
}


select { 
  font-size: 1em;
}

textarea {
  line-height: 1.25;
  height: 6em;
  width: 100%;
}

/**** The char_* class help to set the width of form fields ****/
input.char_8 {
  width: 5em;
}

input.char_5 {
  width: 3.3em;
}

input.char_4 {
  width: 2.7em;
}

input.char_3 {
  width: 2em;
}

input.char_2 {
  width: 1.4em;
}

input.char_1 {
  width: 1em;
}

.button {
  background: #FFFFEA
  border: 1px solid #F0B034;
  cursor: pointer;
  float: left;
  line-height: 1.7em;
  margin: 0 .3em;
  padding: 0em .4em;
}

  .button.mousedown {
    border-color: #BE8B29;
  }

  .button.disabled {
    background-color: #DDD;
    border-color: #999;
    color: #777;
    cursor: auto;
  }

/***** Global Classes *****/
 
.clear         { clear: both; }
.clear_l       { clear: left; }
.clear_r       { clear: right; }
 
.float_l       { float: left; }
.float_follow  { position: relative; top: 3px; }
.float_r       { float: right; }
 
.text_left     { text-align: left; }
.text_right    { text-align: right; }
.text_center   { text-align: center; }
.text_justify  { text-align: justify; }
 
.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }

.hidden        { display: none; }

.vert_divider  { padding: 0 .2em; font-size: .9em; vertical-align: top; } 
body {
  background: #eee;
  float: left;
  font-family: Arial, Verdana;
  font-size: 16px;
  width: 100%;
}

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

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

#rot h1 {
  color: #000;
  font-family: Tahoma;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0;
}

#rot #rot_ctr1 {
  background: #FFF;
  margin: 0 auto;
  padding: 0 0 3px 0;
  text-align: center;
  width: 975px;
}

#rot #rot_ctr1_hdr {
  clear: both;
  height: 10px;
  width: 100%;
}

#rot #rot_ctr1_bod {
  clear: both;
  float: left;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#rot #rot_ctr1_ftr {
  clear: both;
  height: 10px;
  width: 100%;
}

/* header */
#rot #rot_ctr1_bod_ctr1 {
  background: #ccc;
  clear: both;
  float: left;
  margin: 5px 5px;
  padding: 10px 0;
  width: 965px;
}

#rot #rot_ctr1_bod_ctr1_hdr {
  clear: both;
  height: 10px;
  width: 100%
}

#rot #rot_ctr1_bod_ctr1_bod {
  padding: 0 30px;
}

#rot #rot_ctr1_bod_ctr1_ftr {
  clear: both;
  height: 10px;
  width: 100%
}
/* end header */

/* menu */
#rot #rot_ctr1_bod_ctr2 {
  clear: both;
  margin: 5px 0 0 5px;
  width: 965px;
}

#rot #rot_ctr1_bod_ctr2_hdr {
  background: #ccc;
  clear: both;
  height: 10px;
  width: 100%;
}

#rot #rot_ctr1_bod_ctr2_bod {
  background: #ccc;
  float: left;
  margin: 0;
  width: 965px;
}

#rot #rot_ctr1_bod_ctr2_ftr {
  background: #ccc;
  clear: both;
  height: 10px;
  width: 100%;
}

#rot #rot_ctr1_bod_ctr2_bod ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 6px 10px 0 10px;
  text-align: left;
}

#rot #rot_ctr1_bod_ctr2_bod ul li {
  display: inline;
}

#rot #rot_ctr1_bod_ctr2_bod ul li.last a {
  border-right: 0px none;
}

#rot #rot_ctr1_bod_ctr2_bod ul li a {
  display: block;
  float: left;
  margin: 0 0 6px 0;
  padding: 0 20px;
  white-space: nowrap;
}
/* end of menu */

/* main content styles */
#rot #rot_ctr1_bod_ctr3 {
  background: #ccc;
  float: left;
  margin: 5px 5px;
  min-height: 200px;
  padding: 0;
  width: 965px;
}

#rot #rot_ctr1_bod_ctr3_hdr {
  clear: both;
  height: 10px;
  width: 100%;
}

#rot #rot_ctr1_bod_ctr3_bod {
}

#rot #rot_ctr1_bod_ctr3_ftr {
  clear: both;
  height: 10px;
  width: 100%;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 {
}

/** General Formatting Styles **/
#rot #rot_ctr1_bod_ctr3_bod_wrp1 {
  line-height: 1.6;
  font-size: 0.75em;
  color: #575757;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 p {
  color: #575757;
  padding: 0 0 15px 0;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 img {
  padding: 0 0 15px 0;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 a {
  color: #21508a;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 h1 {
  color: #21508a;
  margin: 0;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0 15px 0;
}
/** End of General Formatting Styles **/

/* all bullets styles */
#rot #rot_ctr1_bod_ctr3_bod_wrp1 ul {
  list-style: square;
  list-style-position: inside;
  margin: 0;
  padding: 0 0 15px 0;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 ul li {
  background: none;
  padding: 0 0 0 0;
}
/* end of all bullets styles */

/* container header style */
#rot #rot_ctr1_bod_ctr3_bod_wrp1 .ctr_list_title_bullet {
  list-style: none;
  list-style-position: outside;
  background: none;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 .ctr_list_title_bullet li {
  background: none;
  padding: 0;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 .ctr_list_title {
  color: #21508a;
  font-size: 1.2em;
  font-weight: bold;
}
/* end of container header style */


/**  Content Page Header Style (bullet)  **/
#rot #rot_ctr1_bod_ctr3_bod_wrp1 .ctr_list_hdr_bullet {
  list-style: none;
  background: none;
  padding: 0;
  margin: 0;
  list-style-position: outside;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1 .ctr_list_hdr_bullet li {
  background: none;
  font-size: 1.3em;
  color: #FFF;
}
/**  End of Content Page Header Style  **/  

/** Content Special Styles
****************************************/
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk1 h1 {
  color: #FFF;
  font-size: 1.6em;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk1 p {
  color: #FFF;
  line-height: 1.3;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2 p {
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk2 ul li {
  color: #21508a;
  font-weight: bold;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk3 p {
}
/****************************************
End of Content Special Styles **/

/** end of  main content styles **/  

/** footer styles **/
#rot #rot_ctr1_bod_ctr4 {
  background: #ccc;
  clear: both;
  float: left;
  margin: 0 5px;
  padding: 0;
  width: 965px;
}

#rot #rot_ctr1_bod_ctr4_hdr {
  clear: both;
  height: 10px;
  width: 100%;
}

#rot #rot_ctr1_bod_ctr4_bod {
  color: #000;
  font-size: .6em;
  padding: 0;
  text-align: center;
}

#rot #rot_ctr1_bod_ctr4_ftr {
  clear: both;
  height: 10px;
  width: 100%;
}
/** end of footer styles **/
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1 {
  background: none;
  height: auto;
  margin: 0;
  min-height: 200px;
  padding: 0;
}

#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1_blk1 {
}

body {
  left: 300px; width: 780px; position: relative; background-color: #FFFFFF;
}
#rot #rot_ctr1_hdr {
  width: 780px;
}
#rot #rot_ctr1_bod {
  width: 780px; position: relative; float: none;
}
#rot #rot_ctr1_bod_ctr1 {
  width: 780px; height: 72px; background-repeat: no-repeat; background-position: left bottom; background-color: #FFFFFF; background-image: url('../../home_layout_03.jpg');
}
#rot #rot_ctr1_bod_ctr2 {
  width: 780px;
}
#rot #rot_ctr1_bod_ctr2_bod ul li a:hover {
  background-color: transparent; background-image: none; font-weight: normal; text-decoration: none; font-style: normal; text-transform: none; color: #666666; font-family: Helvetica; font-variant: normal; font-size: 13px;
}
#rot #rot_ctr1_bod_ctr2_bod {
  background-image: url('../../home_layout_05.jpg'); height: 34px; width: 780px; background-repeat: repeat-y; position: relative; top: -15px; padding-left: 250px; background-color: transparent; padding-top: 5px;
}
#rot #rot_ctr1_bod_ctr2_bod ul li a {
  text-decoration: none; text-transform: none; color: #FFFFFF; font-family: Helvetica; font-weight: normal; font-variant: normal; background-color: transparent; font-size: 13px; font-style: normal; background-image: none;
}
#rot #rot_ctr1_bod_ctr2_ftr {
  background-color: transparent;
}
#rot #rot_ctr1_bod_ctr3 {
  width: 780px; background-color: transparent; background-image: none; height: auto;
}
#rot #rot_ctr1_bod_ctr3_hdr {
  width: 780px;
}
#rot #rot_ctr1_bod_ctr3_bod {
  background-color: transparent; background-image: none;
}
#rot #rot_ctr1_bod_ctr3_ftr {
  width: 780px; background-image: none;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1 {
  width: 780px; background-color: transparent; background-image: none;
}
#rot #rot_ctr1_bod_ctr4 {
  width: 780px; position: relative; background-color: transparent;
}
#rot #rot_ctr1_bod_ctr4_hdr {
  width: 780px; height: 19px; background-image: url('../../home_layout_12.jpg'); left: -7px;
}
#rot #rot_ctr1_bod_ctr4_ftr {
  width: 780px; background-color: transparent;
}
#rot #rot_ctr1 {
  width: 780px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-width: 0px;
}
#rot #rot_ctr1_bod_ctr3_bod_wrp1_blk1 {
  background-color: transparent; background-image: none; width: 780px; position: relative; top: -25px; left: -7px; height: 800px;
}

