/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.7em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #d9eafa; }
th,td       { padding: 4px 10px 4px 5px; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0 !important; padding-left:0 !important; }
.last       { margin-right:0 !important; padding-right:0 !important; }
.top        { margin-top:0 !important; padding-top:0 !important; }
.bottom     { margin-bottom:0 !important; padding-bottom:0 !important; }



a
{
  color: #5f9502;
  font-weight: bold;
  text-decoration: underline;
}
a:hover, a:active
{
  color: #70a80d;
}


body
{
  background: #34424c url(../images/bg.jpg) repeat-x;
  
}

#wrapper
{
  background: url(../images/bg_highlight.jpg) no-repeat center top;
}

#container
{
  width: 900px;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}

#logo-slogan
{
  height: 77px;
}

#logo-slogan img
{
  margin: 0;
}

img#slogan
{
  position: absolute;
  top: 48px;
  left: 284px;
}

ul#navigation
{
  margin: 2px auto 25px auto;
  list-style: none;
  overflow: hidden;
  width: 775px;
}
ul#navigation li
{
  float: left;
}
ul#navigation li a
{
  display: block;
  height: 110px;
  width: 115px;
  background: url(../images/navigation_map.jpg) no-repeat;
}

ul#navigation li a span
{
  display: none;
}

ul#navigation li a.home
{
}
ul#navigation li a.home:hover, ul#navigation li.active a.home
{
  background-position: 0 -110px;
}

ul#navigation li a.script-demo
{
  background-position: -120px 0;
  width: 110px;
}
ul#navigation li a.script-demo:hover, ul#navigation li.active a.script-demo
{
  background-position: -120px -110px;
}

ul#navigation li a.admin-demo
{
  background-position: -230px 0;
}
ul#navigation li a.admin-demo:hover, ul#navigation li.active a.admin-demo
{
  background-position: -230px -110px;
}

ul#navigation li a.forum
{
  background-position: -350px 0;
  width: 105px;
}
ul#navigation li a.forum:hover, ul#navigation li.active a.forum
{
  background-position: -350px -110px;
}

ul#navigation li a.hosting
{
  background-position: -455px 0;
}
ul#navigation li a.hosting:hover, ul#navigation li.active a.hosting
{
  background-position: -455px -110px;
}

ul#navigation li a.traffic
{
  background-position: -570px 0;
  width: 100px;
}
ul#navigation li a.traffic:hover, ul#navigation li.active a.traffic
{
  background-position: -570px -110px;
}

ul#navigation li a.contact-us
{
  background-position: -670px 0;
}
ul#navigation li a.contact-us:hover, ul#navigation li.active a.contact-us
{
  background-position: -670px -110px;
}


#content
{
  clear: both;
}

#sidebar  
{
  width: 250px;
  float: left;
  color: #fff;
  margin-top: 20px;
}

#main
{
  width: 650px;
  float: left;
  position: relative;
  background: url(../images/main_mid.jpg) repeat-y;
  
}
#main div.m_inner
{
  background: url(../images/main_bottom.jpg) no-repeat bottom left; 
  padding-bottom: 5px;
}
#main div.m_inner div.m_inner
{
  background: url(../images/main_top.jpg) no-repeat;
  padding: 20px 25px;
}



a#buy-now
{
  display: block;
  width: 103px;
  height: 70px;
  position: absolute;
  right: -11px;
  top: -2px;
  text-indent: -9999px;
  background: url(../images/buy-now.png) no-repeat;
}

h1.image
{
  background-repeat: no-repeat;
  text-indent: -9999px;
  height: 24px;
}

h1.image span
{
  visibility: hidden;
}

h1#features { background-image: url(../images/title_features.jpg); }
h1#welcome { background-image: url(../images/title_welcome.jpg); }
h1#testimonials { background-image: url(../images/title_testimonials.jpg); }
h1#payment-options { background-image: url(../images/title_payment-options.jpg); }
h1#video-packs { background-image: url(../images/title_video-packs.jpg); }
h1#payment { background-image: url(../images/title_payment.jpg); }

ul.features
{
  list-style: none;
  margin: 0;
}

ul.features li
{
  font-weight: bold;
  margin-bottom: 1.5em;
  background: url(../images/tick.jpg) no-repeat 0 1px;
  margin-left: -20px;
  padding-left: 20px;
}

ul.features ul
{
  font-size: .9em;
  list-style: none;
  color: #dadada;
}

ul.features ul li
{
  font-weight: normal;
  background: url(../images/branch.gif) no-repeat;
  margin-left: -15px;
  margin-bottom: 0;
  padding-top: 6px;
  height: 10px;
  padding-left: 15px;
}

a.button, #main a.button
{
  padding-top: 2px;
  padding-bottom: 4px;
  background: url(../images/button_on-blue_left.jpg) no-repeat;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#main a.button
{
  font-size: .9em;
}
a.button span
{
  padding: 2px 10px 4px 10px;
  background: url(../images/button_on-blue_right.jpg) no-repeat top right;
  white-space: nowrap;
}
a.button:hover, #main a.button:hover
{
  color: #444;
}
#main a.button
{
  background-image: url(../images/button_on-light-blue_left.jpg);
}
#main a.button span
{
  background-image: url(../images/button_on-light-blue_right.jpg);
}

div.boxout
{
  background: url(../images/boxout_mid.jpg) repeat-y;
  margin: 0 -34px 1em -29px;
  font-size: .9em;
  line-height: 1.3em;
}
div.boxout div.inner
{
  background: url(../images/boxout_top.jpg) no-repeat;
}
div.boxout div.inner div.inner
{
  overflow: hidden;
  padding: 20px 0 40px 30px;
  background: url(../images/boxout_bottom.jpg) no-repeat bottom left;
}
div.boxout a
{
  color: #fff;
  font-weight: bold;
}
div.boxout a:hover, #main a:active
{
  color: #eee;
}

div.testimonial
{
  width: 25em;
  float: left;  
  margin-top: 1em;
  margin-right: 3.5em;
}
div.testimonial p
{
  margin: 0;
  margin-left: -17px;
  padding-left: 17px;
  background: url(../images/testimonial_quotes_open.png) no-repeat;
}
div.testimonial p span.closing-quote
{
  background: url(../images/testimonial_quotes_close.png) no-repeat;
  padding: 0 6px;
  position: relative;
  left: 2px;
  bottom: -5px;
}
div.testimonial span.reference
{
  font-weight: bold;
}



div.hr
{
  border-top: 1px solid #a1c8ee;
  border-bottom: 1px solid #e8f2fb;
  margin-top: -12px;
  margin-bottom: 12px;
}

#sidebar div.hr
{
  border-top: 1px solid #1d252a;
  border-bottom: 1px solid #41535f;
  width: 220px;
}

div.boxout div.hr
{
  border-top: 1px solid #5aae21;
  border-bottom: 1px solid #bcde4b;
  width: 600px;
}

#main div.box
{
  margin-bottom: 3em;
}

#main #welcome-box
{
  margin-bottom: 1.5em;
}

#main #welcome-box div.hr
{
  width: 524px;
}

#main #welcome-box p
{
  width: 500px;
}

div.side-images
{
  float: right;
  text-align: center;
  margin-left: 4em;
}

div.side-images img
{
  margin-bottom: 1.5em;
}


#footer
{
  float: right;
  width: 600px;
  margin-right: 25px;
  background: url(../images/logo_small_muted.jpg) no-repeat 0 22px;
  /*margin: 0 20px 10px 270px;*/
  /*margin: -20px 0 -59px 0;
  position: relative;
  top: 18px;
  */
  padding-top: 5px;
  font-size: .9em;
  color: #9aa1a6;
  height: 50px;
  /*clear: both;*/
}

#footer a
{
  color: #9aa1a6;
  font-weight: normal;
}
#footer a:hover, #footer a:active
{
  color: #fff;
}

#footer #links
{
  float: right;
}


table.features
{
  border: 1px solid #8cb2d7;
  background-color: #d9eafa;
}

table.features thead th
{
  background-color: #abc8e4;
}

table.features th,
table.features td
{
  text-align: center;
}

table.features td,
table.features tbody th
{
  border-top: 1px solid #ecf3f9;
  border-bottom: 1px solid #abc8e4;
}

table.features tbody th
{
  line-height: 1em;
  padding: 1em;
  text-align: right;
  width: 1%;
  white-space: nowrap;
  border-right: 1px solid #abc8e4;
  background-color: #cbdbeb;
}
table.features tbody th span.small
{
  line-height: 1em;
}

table.features tfoot td
{
  border-bottom: 0;
  background-color: #fff;
}


/* ########### form elements ##############*/

.form_input{
	
	
	width:60%;
	font-size:14px;
	
}
.form_input_textarea{
	
	
	width:60%;
	height:300px;
	

}
.box label em{display:block;font-size:10px;font-weight:normal;}
.box label {
	width:35%;
	font-size:14px;
	font-weight:bold;
	float:left;
	border:0px solid red;
	clear:both;
	text-align:right;
	margin-right:3px;
}
