/* PULSE MASTER CSS */

/* RESET CSS */
* {margin:0;padding:0;}

/* IE5.5 / IE6 FIXES */

div.left{_overflow:hidden;}
div.right{_overflow:hidden;}

/* COMMON CLASSES */

/* float */
.left{float:left !important;}
.right{float:right !important;}

/* clear */
.clearleft{clear:left !important;}
.clearright{clear:right !important;}
.clearboth{clear:both !important;}

/* hide */
.hidden{display:none;}

/* font styles */
.small{font-size:85%;}
.large{font-size:115%;}
.alignleft{text-align:left;}
.alignright{text-align:right;}
.aligncenter{text-align:center;}
.alignjustify{text-align:justify;}

/* Required field asterisk */
.red, .asterisk{color:#ffffff;}

/* BASE ELEMENTS */
strong{font-weight:700;}

p {margin:0.6em 0;}

h1,h2,h3,h4,h5,h6 {margin:0.2em 0;font-weight:100;line-height:1.1}

a {text-decoration:none;}

img {border:none;}

li {list-style-type:square;}

hr {border:none;height:1px;background-color:#ccc;width:100%;}

/* CONTACT FORM */
div.errorbox {margin-bottom:10px; color:#8F1385;padding:10px 0 10px 5px;background: #E0BEDD url(/media/warning.gif) no-repeat 99% 3%;}
div.errorbox ul {padding:0;display:block;color:#8F1385;}
div.errorbox p {color:#8F1385;font-weight:bold;   margin:0; line-height:23px;}

input.InputMedium {width:240px;}
input.InputLong {width:280px;}
/* GRID SYSTEM */

.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12 {
display:inline;
position:relative;
float:left;
margin:10px 10px;
}

.grid_1  {width:60px;}
.grid_2  {width:140px;}
.grid_3  {width:220px;}
.grid_4  {width:300px;}
.grid_5  {width:380px;}
.grid_6  {width:460px;}
.grid_7  {width:540px;}
.grid_8  {width:620px;}
.grid_9  {width:700px;}
.grid_10 {width:780px;}
.grid_11 {width:860px;}
.grid_12 {width:940px;}