/*
Cascading Style Sheet (css)
Website          : HipHopHuis Rotterdam 2008
Version          : V1.0
Template Name    : 'HouseIt'
File             : main.css
Author(s)        : Armand Laclé (beyond-precision /[at]/ hotmail.com)
Company          : Beyond Precision
Created on       : 03 september 2008
Last modified    : 

ABOUT   : General formatting

NOTE(S) : 
*/

/* General formatting
-----------------------------------------------------------------------------*/ 

html {
 overflow : -moz-scrollbars-vertical !important;
}

body {
 font     : 62.5%/1.6 arial, Tahoma, Verdana, sans-serif;
 margin   : 0px; 
 padding  : 0px;
}
  
h1, h2, h3, h4, h5 {
 margin      : 0px;
 padding     : 0px;
 font-weight : normal;
}

h1 { font-size: 1.9em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
 
hr { height: 1px; }

img{ border: 0;   }

code, pre { font-family: Courier New, Courier; }

div, img, form {
 margin : 0px;
 padding: 0px;
}
.clean-ul-list {
 margin  : 0px;
 color   : #FF6600;
 padding : 5px 0px 5px 15px;
 list-style-type: circle;
}

.testimonials {
 font-style: italic;
}

/* Classes for floating and clearing
-----------------------------------------------------------------------------*/ 

.clear       { clear: both;  }
.clear_left  { clear: left;  }
.clear_right { clear: right; }

.imgright { float: right; }

.imgleft  { float: left;  }

/* Forms
-----------------------------------------------------------------------------*/

input, textarea{
 padding : 0;
 margin  : 0;
 border  : 1px solid #999999;
}

input.InputRadio {
 border: none;
}

/* Tables
-----------------------------------------------------------------------------*/

table {
 border-spacing  : 0;
 border-collapse : collapse;
}

td {
 text-align  : left;
 font-weight : normal;
}
