/* CSS Document */

body {
	font-size:82%;
	font-family:  Arial, Helvetica, sans-serif;
	color:#6A6A6A;
	background: url("../images/bg.gif") repeat-x;
	background-color:#FFF;
	margin: 0px;
}

body.home {
	background: url("../images/bg-home.gif") repeat-x;
}

/*GENERAL*/
#wrapper{margin:0 auto; width:940px;}
#menu{height:70px; text-align:right; background: url("../images/logo-risingtide.gif") no-repeat;}
#menu ul{padding-top:20px; margin:0;}
#menu li{display:inline;}
#menu a{color:#FFF; text-decoration:none; font-weight:bold; font-size:1em; margin:0 0 0 33px;} 
#menu a:hover{color:#198ABF;}
#menu a.current{color:#198ABF; margin:0 0 0 33px;}
#contactbox{padding:10px 20px; width:260px; background:url("../images/bg-grey.gif") repeat-x; float:right;}
#footer {border-top:1px solid #e7e7e7; text-align:center; padding:25px 0; color:#a2a2a2; margin-top:40px;}
#footer a{color:#a2a2a2; margin:0 10px; text-decoration:none;}
#footer a:hover{color:#787878;}

h2 {color:#005c86; font-size:2em; font-weight:normal; letter-spacing:-1px; padding:0; margin: 0 0 5px 0;}
h3 {color:#000; font-size:1.3em; letter-spacing:-1px; padding:0; margin: 0 0 5px 0;}
.clear {clear:both;}

/*HOMEPAGE*/
#header-home{background:url("../images/bg-header-home.jpg") no-repeat; height:280px;}
#header-home p{color:#3383A8; padding-left:395px; padding-top:140px; margin:0 20px 0 0; font-size:1.2em;}
#content-home{margin:20px 0 0 0; padding:20px; background:url("../images/bg-grey.gif") repeat-x;}
#home1 {width:280px; float:left; display:inline; padding-right:15px; margin-right:15px; border-right:1px solid #dfdfdf;}
#home2 {width:280px; float:left; display:inline; padding-right:15px; margin-right:15px; border-right:1px solid #dfdfdf;}
#home3 {width:278px; float:right; display:inline;}

/*DESIGN*/
#header-design{background:url("../images/bg-header-design.gif") no-repeat; margin-top:20px; height:180px; border-bottom:1px solid #e7e7e7;}
#content-folio{margin:20px 0 0 0; padding:20px; background:#FFF;}
.folio1 {width:280px; float:left; display:inline; padding-right:15px; margin-right:15px; margin-bottom:20px;}
.folio2 {width:280px; float:left; display:inline; padding-right:15px; margin-right:15px; margin-bottom:20px;}
.folio3 {width:278px; float:right; display:inline; margin-bottom:20px;}

/*HOSTING*/
#header-hosting{background:url("../images/bg-header-hosting.gif") no-repeat; margin-top:20px; height:180px; border-bottom:1px solid #e7e7e7;}
#content-hosting{margin:20px 0 0 0; background:#FFF; float:left; display:inline; width:610px;}
#content-hosting li{ list-style-image:url("../images/bullets.gif");}
#content-hosting-right{margin:20px 0 0 0; padding:20px; background:url("../images/bg-grey.gif") repeat-x; float:right; display:inline; width:260px;}
#bronzepackage{padding:5px 0 10px 60px; border-bottom:1px solid #e4e4e4; background:url("../images/bg-bronze.gif") no-repeat; }
#silverpackage{padding:5px 0 10px 60px; border-top:1px solid #FFF; border-bottom:1px solid #e4e4e4; background:url("../images/bg-silver.gif") no-repeat; }
#goldpackage{padding:5px 0 10px 60px; border-top:1px solid #FFF; border-bottom:1px solid #e4e4e4; background:url("../images/bg-gold.gif") no-repeat; }
#platinumpackage{padding:5px 0 10px 60px; border-top:1px solid #FFF; background:url("../images/bg-platinum.gif") no-repeat; }

/*MARKETING*/
#header-marketing{background:url("../images/bg-header-marketing.gif") no-repeat; margin-top:20px; height:180px; border-bottom:1px solid #e7e7e7;}
#content-marketing{margin:20px 0 0 0; background:#FFF; float:left; display:inline; width:610px;}
#content-marketing li{ list-style-image:url("../images/bullets.gif");}

/*CONTACT*/
#header-contact{background:url("../images/bg-header-contact.gif") no-repeat; margin-top:20px; height:180px; border-bottom:1px solid #e7e7e7;}
#content-contact{margin:20px 0 0 0; background:#FFF; float:left; display:inline; width:610px;}

/*LINKS*/
a{color:#198ABF;} 
a:hover{color:#083E57;} 