
	/*  PROJECT NAME:         MSS	 */
	

	/* SMALL RESET */

* { margin:0; padding:0; }
img { border:0; }
a { outline:0; }
html, body { width:100%; height:100%; }


	/* MISC */

p { font-size:1.2em; color:#000000; line-height:18px; margin: 5px 0px; }
a { color:#2888c5; }
a:hover { text-decoration:none; }
h1 { font-size:2.5em; color:#000000; font-weight:normal; margin:0px 0 7px 0px; }
h2 { font-size:2.2em; color:#555555; font-weight:normal; margin:7px 0px; }
h3 { font-size:1.8em; color:#848388; font-weight:normal; margin:7px 0px; }
h4 { margin: 5px 0px; }

ul { font-size:1.2em; line-height:16px; list-style:inside; margin-bottom:7px; }
ul li { margin:10px 0 10px 0; }
table { border:1px solid #d1d5ca; border-right:0; border-bottom:0; font-size:1.2em; line-height:18px; }
table tr.even td { background:#f5f5f5; }
table td, table th { border-right:1px solid #d1d5ca; border-bottom:1px solid #d1d5ca; padding:8px 12px 8px 12px; text-align:left; }
table th { background:#fdc64b url(images/th.gif) repeat-x; }

.table-no-style {
    margin: 0;
    border: 0;
}
.table-no-style td{
    border: none;
    padding: 0;
}

.fl { float:left; }
.fr { float:right; }
.clear { clear:both; }
.green { color:#539e09; }
.grey { color:#777777; }
.big { font-size:1.8em; }

a.btn_grey { float:left; position:relative; height:31px; margin-right:15px; line-height:31px; padding-left:20px; font-size:1.2em; color:#000000; text-decoration:none; background:url(images/btn_grey.gif) no-repeat; }
	.btn_grey span { position:absolute; height:31px; width:15px; top:0; right:0; margin-right:-15px; background:url(images/btn_grey2.gif) no-repeat; cursor:pointer; z-index:1; }
a.btn_blue { float:left; position:relative; height:29px; margin-right:15px; line-height:25px; padding-left:20px; font-size:1.2em; color:#ffffff; text-decoration:none; background:url(images/btn_blue.gif) no-repeat; }
	.btn_blue span { position:absolute; height:29px; width:15px; top:0; right:0; margin-right:-15px; background:url(images/btn_blue2.gif) no-repeat; cursor:pointer; z-index:1; }
	
	/* MAIN LAYOUT */
	
body { font-size:62.5%; font-family:Tahoma, Arial, sans-serif; }

.wide_features .desc .middle p span.indent { clear:left; padding-left:20px; display:block; }

.features .desc ul.can { float:left; width:520px; list-style:none; margin-bottom:20px; }
.features .desc ul.can li { float:left; width:245px; margin:0 0 0 15px; padding:3px 0 3px 0; display:inline; }
.features .desc ul.can li img { float:left; margin-right:10px; }
