/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background: #ebebeb;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #959191;
}

h1, h2, h3 {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

h1 {
	color: #929292;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 27px;
}

h2 {
	font-size: 18px;
	color: #929292;
	font-weight: bold;
	padding-bottom: 27px;
}

h3 {
	font-size: 30px;
	color: #fff;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: 36px;
}

h4 {
	padding: 40px 0 32px  0;
	font-weight: bold;
	font-size: 18px;
	color: #F7931D;
}

ul {
	list-style-type: none;
}

li {
	background: url(http://www.abscomms.co.uk/img/ulBg.gif) no-repeat 0px 4px;
	padding: 0 0 7px 25px;
}

a {
	color: #f7941e;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

.alignRight {
	text-align: right;
	display: block;	
}

.orange {
	color: #f7941e;
}

.blue {
	color: #3277b1;
}

.rightPic {
	float: right;
	border-left: 10px solid #fff;
	border-bottom: 10px solid #fff;
}

.clear {
	clear: both;
}

/* end global */


/* basic */

#wrap {
	margin: auto; 
	width: 830px;
	text-align: left;
	min-height: 100%;
	background: url(http://www.abscomms.co.uk/img/wrap.jpg) repeat-y;
}

#header {
	height: 104px;
	padding: 0 30px 0 30px;
	width: 770px;
}

#logo {
	padding: 16px 0 0 0;
	float: left;	
}

#menu {
	float: right;
}

#menu a {
	padding: 64px 24px 0 24px;
	height: 23px;
	float: left;
	color: #3277b1;
}

#menu a:hover, #menu a.active {
	color: #FFFFFF;
	background: url(http://www.abscomms.co.uk/img/menu.gif) repeat-x;
	text-decoration: none;
}

#headerBottom {
	margin: 0 15px 0 15px;
	width: 260px;
	background: url(http://www.abscomms.co.uk/img/hosting_showcase.jpg) no-repeat;
	height: 234px;
	padding: 30px 500px 0 40px;
}

#headerBottom p {
	color: #fff;
}

#headerbroadband {
	margin: 0 15px 0 15px;
	width: 260px;
	background: url(http://www.abscomms.co.uk/img/broadband.jpg) no-repeat;
	height: 234px;
	padding: 30px 500px 0 40px;
}

#headerbroadband p {
	color: #fff;
}

#content {
	width: 770px;
	padding: 20px 30px 20px 30px;
	background: url(http://www.abscomms.co.uk/img/wrap.jpg) repeat-y;
	float: left;
}

#columnLeft {
	width: 100%;
	float: left;
}

#columnRight {
	width: 235px;
	float: right;
}

.topBox {
	width: 215px;
	padding: 20px 10px 20px 10px;
	background: url(http://www.abscomms.co.uk/img/topBox.gif) no-repeat #efeeee;
}

.topBox h2 {
	background: url(http://www.abscomms.co.uk/img/dashedLine.gif) repeat-x bottom;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.bottomBox {
	height: 16px;
	width: 235px;
	background: url(http://www.abscomms.co.uk/img/bottomBox.gif) no-repeat;
}

.hostingTable td, .hostingTable th {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0 3px 0;
}

.hostingTable th {
	background: #3277b1;
	border-top: 1px solid #CCCCCC;
	color: #fff;
}

.hostingTable .odd {
	background: #f8f8f8;
}

.price {
	font-size: 12px;
	color: #3277b1;
	font-weight: bold;
}

/* end basic */


/* footer */

#footer {
   clear: both;
	position: relative;
	margin: auto;
	margin-top: -88px; 
	width: 800px;
	padding: 0 15px 0 15px;
	height: 88px;
	font-size: 10px;
	color: #8C8685;
	text-align: left;
	background: url(http://www.abscomms.co.uk/img/wrap.jpg) repeat-y;
}

#footer a {
	color: #8C8685;
}

#footerIn {
	margin: auto;
	width: 785px;
	background: url(http://www.abscomms.co.uk/img/footer.gif) repeat-x;
	height: 78px;
	padding: 10px 0 0 15px;
}

/* end footer */
