body {
	background-color: #d6d7d9;
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#header {
	text-align: right;
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.boarder {
	border: #FFFFFF 10px solid;
	background:#FFFFFF;
	margin: 5px auto;
}

a {
	text-decoration: none;
	color: #7d0a12;
}

a:hover {
	text-decoration: underline;
}



/* Begin Menu */
#menu {
	height: 30px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	}
	
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	}
	
#menu li a {
	display: block;
	height: 30px;
	}
	
#menu #nav-home {
	background: url("../images/nav-about.gif") 0 0 no-repeat; width: 68px;
}
#menu #nav-home:hover {
	background: url("../images/nav-abouto.gif") 100% 0 no-repeat;
}

#menu #nav-services {
	background: url("../images/nav-services.gif") 0 0 no-repeat; width: 81px;
}
#menu #nav-services:hover {
	background: url("../images/nav-serviceso.gif") 100% 0 no-repeat;
}

#menu #nav-solutions {
	background: url("../images/nav-solutions.gif") 0 0 no-repeat; width: 87px;
}
#menu #nav-solutions:hover {
	background: url("../images/nav-solutionso.gif") 100% 0 no-repeat;
}

#menu #nav-media {
	background: url("../images/nav-media.gif") 0 0 no-repeat; width: 93px;
}
#menu #nav-media:hover {
	background: url("../images/nav-mediao.gif") 100% 0 no-repeat;
}

#menu #nav-contact {
	background: url("../images/nav-contact.gif") 0 0 no-repeat; width: 61px;
}
#menu #nav-contact:hover {
	background: url("../images/nav-contacto.gif") 100% 0 no-repeat;
}
/* End Menu */



p {
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 8px;
	line-height: 16px;
}

h1 {
	border-top: 1px #7d0a12 dotted;
	border-bottom: 1px #7d0a12 dotted;
	color: #606a74;
	font-size: 14px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 6px;
	margin-top: 4px;
	margin-right: 10px;
}

h2 {
	font-size: 12px;
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #000000;
}

#subnav {
	background-color: #abafb6;
	color:#FFFFFF;
	font-size: 10px;
}
#subnav a:hover {
	color: #7d0a12;
}

#featured {
	background-color: #fdfcc1;
}

#featured p {
	font-size: 14px;
	padding: 10px;
}

#footer {
	background-color: #606a74;
	color:#CCCCCC;
	font-size: 9px;
}

#footer td, #subnav td {
	padding: 10px;
}

#footer #copyright {
	text-align: right;
}

#footer a, #subnav a {
	color: #FFFFFF;
}

#footer a:hover {
	color:#CCCCCC;
}

.hosting {
	background-color: #e4ffb1;
	background-image: url(../images/hostingbar.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 33%;
}

ul {
	font-size: 10px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 4px;
}

#spacer {
	border-left: #FFFFFF 5px solid;
	border-right: #FFFFFF 5px solid;
}

#middlespacer {
	border-top: #FFFFFF 5px solid;
	border-bottom: #FFFFFF 5px solid;
}

.solutions {
	background-color: #fdfcc1;
	background-image: url(../images/solutionsbar.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 33%;
}

.it {
	background-color: #fff8d6;
	background-image: url(../images/itbar.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	width: 33%;
}
.hosting-titlebar {
	background-color: #e4ffb1;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../images/hostingbar.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.hosting-content {
	font-size: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.specs-title {
	font-size: 10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #CCCC99;
	font-weight: bold;
	text-align: right;
	color: #666666;
}
.red {
	color: #7d0a12;
}
