 .peek {
    background: url("../media/clients/grad.jpg") no-repeat scroll center bottom #82456E;
    color: #000;
    margin: 0 10px;
    padding: 5px;
    position: relative;
    width: 280px;
}

 .peek .floatlink {
    height: 140px;
    position: absolute;
    width: 200px;
    z-index: 999;
}

 .peek a {
    color: #fff;
    font-weight: 100;
    text-decoration: none;
	font-weight:bold;
	position: relative;
	top:3px;
}


.peek .cover p a{font-weight:lighter;margin:0;}

 .peek .cover {
    background: #75345F;
    border: 0 none;
    color: #000;
    left: 0;
    min-height: 120px;
    opacity: 0;
	filter:alpha(opacity=0);
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 190px;
    z-index: 100;
}

 .peek img {
    width: 200px;
}

 .peek p {
	font-size:81%;
	
}

 .peek .URL {
    background-color: #EEEEEE;
    bottom: 5px;
    color: #333333;
    float: right;
    font-style: italic;
    height: 13px;
    line-height: 15px;
    margin: 0 0 5px 5px;
    padding: 5px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 13px;
}


.client .logos .grid_3 {
    width: 200px;
	margin: 15px;
}


/* 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;}

#navigation ul.AspNet-Menu li {height:100% !important;}
