/* CSS Document */
@import url(/css/color.css);
@import url(/css/typography.css);

/* Normalizes padding and margins */
html, body, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{margin: 0; padding: 0; position: relative;}

/* Removes list-style from lists */
ol, ul
{list-style-type: none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight: normal;}

/* Remove border from fieldset and img */
fieldset, img
{border: 0;}

/* Left-aligns text in caption and th */
caption, th
{text-align: left;}

/* Removes quotation marks from q */
q:before, q:after
{content: '';}

/* No text-decoration for links */
a
{
  text-decoration: none;
}

/* ------------------ */
/* Lilacmonkey layout */
/* ------------------ */

body
{
  width: 760px;
  margin: 0 auto;
  background-color: #ededed;
}

p
{
  padding-top: 1em;
}

.center
{
  text-align: center;
  display: block;
}

.padbelow
{
  padding-bottom: 10px;
}

.padabove
{
  padding-top: 10px;
}

.padright
{
  padding-right: 10px;
}

.leftfloatedimg
{
  float: left;
}

/* Accessibility navigation */
/* For screen reader use   */
div#nav_accessibility ul li
{
  position: absolute;
  top: -9999px;
  display: inline;
}

/* Main branding styles */
div#branding
{
  height: 150px;
  background: transparent url(/images/branding.png) no-repeat 0 0;
  width: 100%;
}

div#branding h1.logo
{
  top: 10px;
  left: 10px;
  height: 55px;
  width: 296px;
  background: transparent url(/images/logo.png) no-repeat;
  text-indent: -9999px;
}

div#branding h1.logo2
{
  left: 702px;
  height: 150px;
  width: 57px;
  top: -55px;
  background: transparent url(/images/peeping.png) no-repeat;
  text-indent: -9999px;
}

div#branding blockquote
{
  position: relative;
  text-indent: -9999px;
  background: transparent url(/images/slogan.png) no-repeat;
  height:30px;
  width: 548px;
  left: 150px;
  top: -130px;
}

.box_top
{
  min-height: 30px;
  background: transparent url(/images/content_top.png) no-repeat bottom;  
}

.box_middle
{
  min-height: 20px;
  background: transparent url(/images/content_middle.png) repeat-y top;
}

.box_bottom
{
  clear: both;
  min-height: 20px;
  background: transparent url(/images/content_bottom.png) no-repeat top;
}

img.subadvert
{
  width: 165px;
}

/* Content styles */
div#content
{
  min-height: 100px;
  overflow: hidden;
}

div#content_main
{
  float: left;
  width: 60%;
  left: 20px;
  border-right: 1px dotted #c1bcdc;
  padding-right: 20px;
}

div#control_main
{
  float:left;
  width: 70%;
  left: 35px;
  border-left: 1px dotted #c1bcdc;
  padding-left: 20px;
}

div#webmail_main
{
  float:left;
  left: 35px;
}

div#content_main ul
{
  list-style-type: disc;
  margin-left: 30px;
}

div#content_main h3
{
  padding: 5px 0;
  clear: both;
}

div#content_main a img
{
  -moz-opacity: 0.4;
  filter:alpha(opacity=40)
}

div#content_main a:hover img
{
  -moz-opacity: 1;
  filter:alpha(opacity=100)
}

div#content_sub
{
  float:left;
  width: 30%;
  left: 35px;
}

div#control_sub
{
  float: left;
  width: 20%;
  left: 20px;
}

div#content_sub h2
{
  text-indent: -9999px;
}

div#content_sub a
{
  text-align: center;
}

/* Navigation styles */
div#nav_main
{
  position: absolute;
  top: 115px;
  min-height: 30px;
  width: 650px;
  margin-left: 25px;
}

div#nav_main ul li
{
  float: left;
  width: 100px;
  height: 30px;
  margin: 0 4px;
  text-align: center;
  text-indent: -9999px;
}

div#nav_main ul li:hover
{
}

li#nav_home
{
  background: transparent url(/images/home.png) center no-repeat;
}

li#nav_websites
{
  background: transparent url(/images/websites.png) center no-repeat;
}

li#nav_hosting
{
  background: transparent url(/images/hosting.png) center no-repeat;
}

li#nav_design
{
  background: transparent url(/images/design.png) center no-repeat;
}

li#nav_portfolio
{
  background: transparent url(/images/portfolio.png) center no-repeat;
}

li#nav_email
{
  background: transparent url(/images/contactus.png) center no-repeat;
}

div#nav_main ul li a
{
  display:block;
  width: 100px;
  height: 30px;
  margin: 0 4px;
  border-top: 3px solid #c1bcdc;
}

div#nav_main ul li a:hover
{
  display:block;
  border-top: 3px solid #f85b00;
}

div#nav_siteinfo
{
  text-align: center;
}

div#nav_siteinfo ul li
{
  display: inline;
  padding: 0 10px;
}

li.leftbreaker
{
  border-left: 2px solid;
}

/* Form styling */
form#contactus fieldset
{
  border: 1px dotted #c1bcdc;
  padding: 10px;
}

fieldset.borderless
{
  border: none;
}

form#contactus fieldset legend
{
  border: 1px solid #49308c;
  padding: 5px;
  background-color: #c1bcdc;
}

form#contactus fieldset label
{
  width: 30%;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
  clear: both;
}

form#contactus fieldset input[type="text"]
{
  width: 60%;
  border-width: 0;
  background: transparent url(/images/inputfield.png) repeat-x bottom;
  padding: 0 5px 2px 5px;
  color: #49308c;
}

form#contactus fieldset input[type="submit"]
{
  padding: 10px;
  color: #49308c;
  font-size: 150%;
  border-color: #49308c;
}

form#contactus fieldset input[type="submit"]:hover
{
  color: #f85b00;
  border-color: #f85b00;
  cursor: pointer;
}

label.required
{
  font-weight: bold;
}

form#contactus fieldset textarea
{
  width: 100%;
  height: 5em;
}

div#webmail_main input[type="text"], div#webmail_main input[type="password"]
{
  border-width: 0;
  background: transparent url(/images/inputfield.png) repeat-x bottom;
  padding: 0 2px 1px 2px;
  color: #49308c; 
}
