/*                                                         
                                                       
  Project: *
	
  Key	Title
  [W]	Wrapper(s)
  [G]	Global
  [T]	Typography
  [H]	Header
  [N]	Navigation
  [B]	Banner
  [C]	Content
  [S]	Side Navigation
  [P]	Pages
  [F]	Footer  
  [M]	Miscellaneous
*/

body {
  line-height: 1.2;
  min-width: 830px;
}

/* [W] */

#wrapper {
  position: relative;
}
.wrapper_contain {
  width: 800px;
  text-align: left;
  margin: 0 auto;	
}


/* [G] */

.clear {
  clear: both;
}
.display_none {
  display: none;
}
.float_right {
  float: right;
}
.float_left {
  float: left;
}
a:link, a:hover, a:visited {
  color: #066ED6;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


.error {
  font-weight: bold;
  color: #CC0000;
}

button {
  border: 2px solid #ccc;
  color: #000;
  font-size: 13px;
  padding: 1px 3px 0 3px;
  background: #fff;
}

ul.list {
  list-style: disc outside;
  margin-left: 15px;
  line-height: 20px;
}
ul.list li {
  margin-left: 15px;
}
ul.list li ul {
  list-style: circle outside;
  margin-left: 15px;
}
ul.list li ul li ul {
  list-style: square outside;
  margin-left: 15px;
}

.form label {
  font-weight: bold;
}
.form dl dt {
  padding-bottom: 2px;
}
.form dl dd {
  padding-bottom: 15px;
}
.input {
  font-size: 14px;
  padding: 2px;
  border: 2px solid #ccc;
}
input.input {
  width: 90%;
}

/* [T] */

body, select, input, textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  color: #000;
  font-weight: normal;
}
h2 {
  font-size: 18px;
  color: #595236;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
h4 {
  font-size: 11px;
  color: #000;
  font-weight: bold;
}
p {
  color: #333;
}

/* [H] */

#top_promo {
  width: 571px;
  height: 394px;
  background: url('../images/logo.png') no-repeat left 50%;
  padding-top: 105px;
  margin: 0 auto;	
}
#top_promo_list {
  width: 285px;
  height: 311px;
  float: right;
  background: url('../images/promo.png') no-repeat;	
}

#middle_subscribe {
  background: #CC0000 url('../images/middle_top.png') repeat-x top;	
}
#subscribe_container {
  height: 300px;
  position: relative;
  text-align: center;
  background: url('../images/middle_bottom.png') repeat-x bottom;		
}

#middle_spam {
  width: 160px;
  height: 69px;
  position: absolute;
  right: 5px;
  bottom: -20px;
  background: url('../images/subscribe_spam.png');	
}

#subscribe_heading {
  height: 300px;
  width: 700px;
  margin: 0 auto;
  position: relative;
  background: url('../images/heading_subscribe.png') no-repeat left 70px;
}

#middle_subscribe_form {
  position: absolute;
  left: 100px;
  top: 160px;
  width: auto !important;
  width: 500px;
}
#middle_subscribe_form_left {
  float: left;
  height: 44px;
  width: 5px;
  background: url('../images/subscribe_left.png') no-repeat;
}
#middle_subscribe_form_right {
  height: 44px;
  float: left;
  width: 5px;
  background: url('../images/subscribe_right.png') no-repeat;
}
#middle_field_email {
  width: 340px;
  height: 35px;
  float: left;
  padding: 9px 0 0 10px;
  background: #fff url('../images/subscribe_bg.png') repeat-x;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #666;
}
#middle_error {
  position: absolute;
  bottom: 40px;
  left: 135px;
  color: #fff;
  font-size: 18px;	
}
#middle_success {
  width: 450px;
  color: #fff;
  font-size: 18px;	
}
#middle_buttons {
  float: left;
}
#middle_loading {
  height: 32px;
  width: 32px;
  display: none;
  background: url('../images/global/ajax-loader.gif');	
  margin: 5px 0 0 25px;
}
#l_middle_field_email {
  display: none;	
}
#middle_subscribe_form_submit {
  width: 75px;
  height: 15px;
  border: 0;
  color: #fff;
  background: #fff url('../images/button_subscribe.png') no-repeat;
  margin: 15px 0 0 10px;
}

/* [N] */

#top_project {
  color: #E5E5E5;
  text-align: left;	
  position: absolute;
  top: 0px;
  left: 10px;
}
#top_project li {
  font-weight: bold;
  font-size: 20px; 	
}
#top_project li span {
  font-size: 38px;
  font-weight: normal;
}


#top_social_heading {
  width: 118px;  
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px 14px 0 0;
  background: url('../images/heading_social.png') top right no-repeat;	
}
#top_social dl {
  position: absolute;
  top: 35px;
  right: 0;
  padding: 14px 0;
  border: 1px solid #000;
  border-width: 0 5px 0 0;
}
#top_social dl dt, #top_social dl dd {
  font-size: 13px;
  text-align: right;
  padding: 7px 10px;
  margin-bottom: 5px;
}


#top_social dl a:link, #top_social dl a:hover, #top_social dl a:visited {
 color: #fff;
 text-decoration: underline;
}
#top_social dl a:hover {
  text-decoration: none;	
}

#top_social dt {
  background-color: #066ED6;
}
#top_social dd {
  background-color: #000;
}


/* [B] */


/* [C] */


/* [S] */


/* [P] */


/* [F] */

#footer {
  font-size: 11px;
  height: 15px;
  margin-top: 50px;
  padding-bottom: 3px;
  color: #666;
}
#footer_left {
  float: left;	
  padding-left: 5px;
}
#footer a:link, #footer a:visited, #footer a:hover  {
  color: #666;
  text-decoration: underline;
}
#footer a:hover {
  text-decoration: none;	
}
#footer_right {
  float: right;
  padding-right: 5px;
}