/*/////////////////////////////////////////////////////////////////
// HTML ELEMENTS
/////////////////////////////////////////////////////////////////*/

html
{
  height: 100%;
}


body
{
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: verdana;
  color: #4e4e4e;
  height: 100%;
}

body > #wrapper{ height: auto; min-height: 100%; }

#wrapper
{
  position: relative;
  height: 100%;
  width: 100%;  
}


img
{
  border: 0px;
}

b
{
  color: #4C674D;
  font-weight: 600;
}

a
{
  color: #4C674D;
  text-decoration: underline;
}

h1
{
  font-size: 20px;
  font-family: verdana;
  color: #888;
  font-weight: 400;
}

h2
{
  font-size: 16px;
  font-family: verdana;
  color: #888;
  font-weight: 400;
  padding: 0px;
  margin: 0px 0px 3px 0px;
}

hr
{
  width: 100%; 
  height: 1px; 
  background-color: #eee;
  border: 0;
  margin: 10px 0px 5px 0px;
}

input[type="text"], input[type="password"]
{
  border: 1px solid #c5cbcb;
  color: #4e4e4e;
  font-size: 14px;
  margin: 2px 0px;
  padding: 4px 6px;
}

input[type="submit"]
{
  background: #d7dbdc url('themes/green_element/images/input_submit_bg.gif') repeat-x top;
  border: 1px solid #c5cbcb;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 6px;
  color: #4e4e4e;
  height: 29px;
  min-width: 150px;
}

input:active[type="submit"]
{
  background: #e6ecee;
}

select 
{
  border: 1px solid #c5cbcb;
  color: #4e4e4e;
  font-size: 14px;
  margin: 2px 0px;
  padding: 2px;
  vertical-align: middle; 
}

textarea
{
  border: 1px solid #c5cbcb;
  color: #4e4e4e;
  font-size: 14px;
  margin: 2px 0px;
}

ul
{
  position: relative;
  width: auto;
  height: auto;
  float: left;
  list-style-type:none;
  padding:0px;
  margin: 0px 40px 0px 0px;
}

ul li
{
  padding: 5px;
  background-image: url('themes/green_element/images/green_bullet_point.png');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 18px; 
}



/*/////////////////////////////////////////////////////////////////
// HOME
/////////////////////////////////////////////////////////////////*/

#home div
{
  position: relative;
  width: 100%;
  height: 120px;
}

#home img
{
  width: 100px;
  height: 100px;
  float: left;
  margin: 0px 15px 20px 0px;
}

#home img.view_features
{
  position: absolute;
  width: 230px;
  height: 34px;
  right: 0px;
  bottom: 0px;
}

#home h1
{
  padding: 0px;
  margin: 0px 0px 10px 0px;
}


 
/*/////////////////////////////////////////////////////////////////
// FEATURES
/////////////////////////////////////////////////////////////////*/

a.back_to_top
{
  position: absolute;
  width: auto;
  height: auto;
  right: 0px;
  text-align: right;
  padding-right: 20px;
  background: url('themes/green_element/images/up_arrow.png') no-repeat top right;
  text-decoration: none;
  font-size: 11px;
  font-family: verdana;
  color: #c4c4c4;
}

#features_icons
{
  position: relative;
  width: 100%;
  height: 230px;
  margin-top: 20px;
}

#features_icons div
{
  position: relative;
  width: 120px;
  height: 230px;
  float: left;
  margin: 0px 40px 0px 0px;
  padding: 0px;
  font-size: 11px;
  color: #000;  	
}

#features_icons a
{
  text-decoration: none;
}

#features_icons img
{
  width: 100px;
  height: 100px;
}

#features_icons h3
{
  font-size: 12px;
  font-weight: 600;
  color: #000;
  padding: 0px 0px 2px 0px;
  margin: 0px;
  position: relative;
  line-height: 16px;
}

#features_icons h3:hover
{
  color: #4C674D;
}

#screenshots
{
  position: relative;
  width: 100%;
  height: 180px;
}

#screenshots div
{
  position: relative;
  width: 210px;
  height: 160px;
  float: left;
  margin: 0px 20px 0px 0px;
  padding: 0px;
  text-align: center;
  font-size: 12px;
  color: #000;  	
}

#screenshots img
{
  width: 200px; 
  height: 150px; 
  border: 1px solid #eee; 
  padding: 4px;	
  margin-bottom: 2px;
}

#screenshots img:hover
{
  border: 1px solid #4C674D; 
  background-color: #eee;
}

#screenshots a
{
  text-decoration: none;
}



#product_types div
{
  position: relative;
  width: 100%;
  height: 100px;
}

#product_types img
{
  float: left; 
  margin-right: 20px; 
  margin-bottom: 20px;
  width: 60px; 
  height: 60px; 
}

#site_creator
{
  position: relative; 
  width: 100%; 
  height: 350px; 
  margin-top: 15px;
}

#site_creator img.theme_editor
{
  float: right; 
  border: 1px solid #eee; 
  padding: 4px; 
  margin-left: 15px;
}

#site_creator img.paint_bucket
{
  position: absolute; 
  bottom: 30px; 
  right: 40px;	
}

img.file_manager
{
  float: right; 
  padding-left: 10px;
}

#currency_list
{
  position: relative;
  width: 100%;
  height: 170px;
  margin-top: 15px;
}

img.ring_buoy
{
  position: absolute; 
  width: 128px; 
  height: 128px; 
  right: 0px; 
  margin-top: 30px;
}

img.dollar
{
  position: absolute; 
  width: 128px; 
  height: 128px; 
  right: 20px; 
  margin-top: 30px;
  z-index: 1;
}

img.euro
{
  position: absolute; 
  width: 128px; 
  height: 128px; 
  right: 75px; 
  margin-top: 100px;
  z-index: 2;
}

img.pound
{
  position: absolute; 
  width: 128px; 
  height: 128px; 
  right: 0px; 
  margin-top: 130px;
  z-index: 0;
}

/*/////////////////////////////////////////////////////////////////
// SUPPORT 
/////////////////////////////////////////////////////////////////*/

#support div
{
  position: relative;
  width: 100%;
  height: 120px;
}

#support img
{
  width: 100px;
  height: 100px;
  float: left;
  margin: 0px 15px 20px 0px;  
}

#support a
{
  font-family: verdana;
  font-size: 16px;
  text-decoration: underline;
}



/*/////////////////////////////////////////////////////////////////
// THEME CSS
/////////////////////////////////////////////////////////////////*/

#header
{
  position: relative;
  width: 100%;
  height: 122px;
  text-align: center; /* IE Bug */
  background-image: url('themes/green_element/images/header_bg.gif');
  background-repeat: repeat-x; 
}

#header div.center_content
{
  position: relative;
  width: 974px;
  height: 122px;
  text-align:left; /* redefine to left, IE Bug */
  margin-left:auto;
  margin-right:auto;
}

#header img.logo
{
  position: absolute;
  top: 24px;
  left: 0px;
}

#header div.menu
{
  position: absolute;
  top: 45px;
  right: 0px;
}

#header a
{
  margin-left: 35px;
}

#big_green_header
{
  position: relative;
  width: 100%;
  height: 295px;
  text-align: center; /* IE Bug */
  background-image: url('themes/green_element/images/big_green_bg.gif');
  background-repeat: repeat-x; 
  margin-bottom: 10px;
}

#big_green_header div.center_content
{
  position: relative;
  width: 974px;
  height: 295px;
  text-align:left; /* redefine to left, IE Bug */
  margin-left:auto;
  margin-right:auto;
}

#big_green_header img.big_text_image
{
  position: absolute;
  top: 24px;
  left: 0px;
}

#big_green_header img.screenshot_image
{
  position: absolute;
  top: 10px;
  right: 0px;
  width: 433px;
  height: 253px;
}

#small_green_header
{
  position: relative;
  width: 100%;
  height: 98px;
  text-align: center; /* IE Bug */
  background-image: url('themes/green_element/images/small_green_bg.gif');
  background-repeat: repeat-x; 
  margin-bottom: 10px;
}

#small_green_header div.center_content
{
  position: relative;
  width: 974px;
  height: 98px;
  text-align:left; /* redefine to left, IE Bug */
  margin-left:auto;
  margin-right:auto;
}

#small_green_header img
{
  position: absolute;
  top: 23px;
  left: 0px;
}

#content
{
  position: relative;
  width: 100%;
  height: auto;
  text-align: center; /* IE Bug */
}

#content div.center_content
{
  position: relative;
  width: 974px;
  height: auto;
  text-align:left; /* redefine to left, IE Bug */
  margin-left:auto;
  margin-right:auto;
  color: #4e4e4e;
  font-family: verdana;
  font-size: 12px;
  padding-bottom: 180px;

}

#footer
{
  position: relative;
  clear: both;
  width: 100%;
  height: 150px;
  z-index: 10;
  margin-top: -150px;
  text-align: center; /* IE Bug */
  background-image: url('themes/green_element/images/footer_bg.gif');
  background-repeat: repeat-x; 
}

#footer div.center_content
{
  position: relative;
  width: 974px;
  height: 150px;
  text-align:left; /* redefine to left, IE Bug */
  margin-left:auto;
  margin-right:auto;
}

#footer div.text
{
  position: absolute;
  top: 37px;
  left: 0;
  color: #afaaaa;
  font-family: verdana;
  font-size: 11px;
  width: 100%;
  height: 60px;
}

#footer a
{
  color: #888888;
  font-family: verdana;
  font-size: 12px;
  font-weight: 600;
  margin-right: 15px;
  text-decoration: underline;
}

#footer a.software_droid_link, #footer a.team_lion_link
{
  color: #afaaaa;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
  margin-right: 0px;
  text-decoration: none;
}

#footer div.footer_links
{
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 25px;
}

#footer div.footer_links a
{
  vertical-align: 20%;
  margin-right: 15px;
}

#footer div.footer_links img
{
  margin-right: 4px;
}

#footer div.footer_copyright
{
  position: absolute;
  left: 0;
  top: 35px;
  width: auto;
  height: 25px;
}

/*/////////////////////////////////////////////////////////////////
// SOFTWARE DROID CSS
/////////////////////////////////////////////////////////////////*/

#purchase_menu, #members_menu
{
  position: relative;
  width: 962px;
  height: 20px;
  border: 1px solid #E8E9EE;
  padding: 5px;
  margin-bottom: 20px;
  background-color: #F4F5F7;
  color: #4C674D;
  line-height: 20px;
}

#members_menu a
{
  color: #4C674D;
  margin-right: 20px;
  text-decoration: underline;
}

#members_menu a.logout_link, #purchase_menu a.logout_link
{
  position: absolute; 
  right: 5px; 
  top: 5px; 
  text-align: right; 
  margin: 0px;
}

#error_message
{
  position: relative;
  width: 938px;
  background: #ffeaef;
  border: 3px solid #ff829f;
  margin-bottom: 20px;
  padding: 15px; 
}

#success_message
{
  position: relative;
  width: 942px;
  background: #F2FAFF;
  border: 1px solid #0E80C7;
  margin-bottom: 20px;
  padding: 15px;
}

#table_header
{
  width: 959px;
  height: 20px;
  border-left: 1px solid #E8E9EE;
  border-bottom: 1px solid #E8E9EE;
  border-right: 1px solid #E8E9EE;
  padding: 5px 5px 5px 8px;
  background-color: #E8E9EE;
  color: #4C674D;
  line-height: 20px;
  background-image: url('themes/green_element/images/table_header_bg.gif');
  background-repeat: repeat-x;
}

#table_content
{
  width: 972px;
  border: 1px solid #E8E9EE;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: verdana;
  color: #4C674D;
}

#table_content th
{
  background: #eff0f3;
  padding: 8px; 
  font-weight: 400;
  text-align: left;
}

#table_content td
{
  background: #FFF;
  padding: 8px; 
  border-top: 1px solid #F4F5F7; 
}

#table_content td.alt
{
  background: #f5f6f9;
  padding: 8px; 
  border-top: 1px solid #f5f6f9; 
}

div.pagination 
{
  padding: 0px;
  margin: 0px;
  text-align:left;
  height: 40px;
}
	
div.pagination a 
{
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #82a98d;
  text-decoration: none;
  color: #4E4E4E;
}

div.pagination a:hover 
{
  border: 1px solid #82a98d;
  color: #4E4E4E;
}

div.pagination span.current 
{
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #82a98d;
  font-weight: bold;
  background-color: #82a98d;
  color: #FFF;
}

div.pagination span.disabled 
{
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #EEE;
  color: #DDD;
}