/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
padding: 5px;
background-color: #000;
} 

a:link {	
color: #d7d7d7; text-decoration: none
}

a:visited {	
color: #ff9933; text-decoration: none
}

a:hover {	
color: #43a6df; text-decoration: none
}

#container {
padding: 5px 10px 5px 10px;
width: 980px;
margin: 0 auto;
text-align: left;
}

#wrapper {
float: left;
width: 980px;
margin: 0 auto;
padding: 0px;
background: url(../images/containerbkg.png) repeat-y;
}

#head {
width: 980px;
height: 100px;
margin-left: 0px;
margin-top: 0px;
text-align: center;
background: url(../images/header.png) repeat-x;
}

#logo {
float: left;
width: 400px;
height: 75px;
margin: 5px 0px 0px 15px;
background: url(../images/scripters.png) no-repeat top left;
}

#head span{
display: none;
}

#spacer{
float:left;
}

#navtabs {
float: right;
margin-right: 15px;
margin-top: 10px;
}

#navtabs li {
list-style: none;
display: inline;
float: left;
}

#navtabs a {
float: left;
margin-right: 5px;
padding:0 0 0 3px;
}

#navtabs a span {
float: left;
display: block;
padding: 8px 18px 10px 15px;
font: 0.8em Arial,Verdana,sans-serif;
color: #ccc;
}

#navtabs a:hover span, #navtabs a.selected span {
cursor: pointer;
color: #fff;
}

#navtabs a:hover, #navtabs a.selected {
background: url(../images/tableft.png) no-repeat left;
}

#navtabs a:hover span, #navtabs a.selected span {
background: url(../images/tabright.png) no-repeat right;
}

#title_background {
float: left;
width: 960px;
height: 120px;
margin: 5px 0px 5px 12px;
background: url(../images/section.png) no-repeat;
}

#content,#sidebar {
display: inline;
min-height: 530px;
}

#content {
float: left;
width: 650px;
height: 550px;
margin: 10px 0px 0px 15px;
padding-top: 20px;
background: url(../images/content_bkg.png) no-repeat top center;
}

#content_hosting {
float: left;
display: inline;
width: 650px;
min-height: 585px;
margin: 10px 0px 0px 15px;
padding-top: 20px;
background: url(../images/content_bkgtwo.png) no-repeat top center;
}

#content_nobg {
float: left;
width: 650px;
margin: 10px 0px 0px 15px;
padding-top: 20px;
}

#content_contact {
float: left;
display: inline;
width: 550px;
min-height: 550px;
margin: 10px 0px 0px 15px;
padding-top: 20px;
background: url(../images/content_bkgthree.png) no-repeat top center;
}

#content_legal {
float: left;
display: inline;
width: 900px;
margin: 10px 0px 0px 25px;
padding-top: 20px;
}

li.content {
  margin: 10px 0px 0px 35px; 
  font: 0.725em Tahoma,Verdana,sans-serif;
  letter-spacing: 0.01em;
  color: #fff;
  }

li.portfolio {
  margin: 10px 0px 0px 10px; 
  font: 0.9em Tahoma,Verdana,sans-serif;
  letter-spacing: 0.01em;
  color: #fff;
  }

#sidebar {
float: right;
width: 250px;
margin: 10px 30px 5px 0px;
padding: 5px;
}

#sidebar_hosting {
float: right;
display: inline;
width: 250px;
min-height: 585px;
margin: 10px 30px 5px 0px;
padding: 5px;
}

#sidebar_contact {
float: right;
display: inline;
width: 400px;
min-height: 550px;
margin: 0px 0px 5px 0px;
}

li.sidebar {
  margin: 20px 0px 0px 30px; 
  font: 1.0em Tahoma,Verdana,sans-serif;
  letter-spacing: 0.01em;
  color: #fff;
  }

ul.other {
  margin: 0px 0px 0px 40px; 
  font: 0.8em Tahoma,Verdana,sans-serif;
  letter-spacing: 0.01em;
  color: #fff;
}

#footer {
float: left;
width: 980px;
height: 125px;
margin-top: 30px;
margin-bottom: 5px;
margin-left: -10px;
text-align: center;
background: url(../images/footer.png) no-repeat top;
}

th {
  color: #fff;
  text-align: right;
}

th.host {
  text-align: center;
  font-size: 1.0em;
  width: 125px;
}

table.host {
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 40px;
  width: 566px;
}

td.host {
  color: #fff;
  border: thin dotted white;
  vertical-align: middle;
  text-align: center;
  width: 147px;
}

h1 {
margin: 10px 0px 15px 30px;
font: 1.3em Verdana,sans-serif;
color: #fff;
letter-spacing: 0.1em;
}

h2 {
margin: 10px 0px 15px 30px;
font: 1.1em Verdana,sans-serif;
color: #fff;
letter-spacing: 0.1em;
}

h3 {
margin: 15px 0px 0px 35px;
font: 2.1em Lucida Sans,Arial,Verdana,sans-serif;
color: #fff;
letter-spacing: 0.025em;
}

h4 {
margin: -55px 0px 0px 20px;
}

p {
/* needs a right margin */
margin: 7px 30px 10px 30px;
font: 0.8em Verdana,Arial,sans-serif;
color: #fff;
letter-spacing: 0.01em;
line-height: 1.1em
}

p.portfolio {
margin: 7px 30px 10px 10px;
font: 0.8em Verdana,Arial,sans-serif;
color: #fff;
letter-spacing: 0.01em;
line-height: 1.05em
}

p.footer {	
margin: 11px 0px 0px 0px;
font: 0.5em Verdana,Arial,sans-serif;
text-transform: uppercase;
color: #000;
letter-spacing: 0em
}

input.frmbtn
{
   font-size: 0.9em;
   font-weight: normal;
   color: #b8e0ff;
   width: 110px;
   height: 25px;
   background-color: #1278B3;
   background-image: url(../images/frmbtn.png);
   border-style: none;
   cursor: pointer;
}

input.element {
  color: #ffffff;
  background-image: url(../images/frmbkg.png);
  /*background-color: #7095b5;*/
  border: 1px solid #000000;
  font-weight: bold;
}

textarea {
  border: 1px solid #000000;
  color: #ffffff;
  background-image: url(../images/textbkg.png);
  /*background-color: #7095b5;*/
  font-weight: bold;
  font-family: Arial,Verdana;
}

strong.team {
  font-size: 12pt;
  text-decoration: underline;
  font-variant: small-caps;
}
