#content {
	width: 766px;
	position: relative;
	z-index: 10000;
	padding-right: 10px;
}

/*big menu*/

#kwick {
	position: relative;
	border-top: 1px solid #27272a;
	border-bottom: 3px double #27272a;
	margin-bottom: 2px;
	padding: 0px 0;
}

#kwick .kwicks {
	display: block;
	background: #27272a url(images/hosting_wider_dark_grey.jpg) top right no-repeat;
	height: 60px;
}

#kwick ul {    /* This aligns the menu on the leftg in firefox etc... */
	margin: 0;
	padding: 0;
}

#kwick li {
	float: left;
	list-style-type: none;
}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 40px;
	width: 127px;
	padding: 10px;
	background: #fff;
	border-right: 4px solid #1d1d20;
}

#kwick .kwick span {
	display: none;
}

#kwick .print {
	background: #27272a url(images/ecommerce_wider_dark_grey.jpg);
}
#kwick .graphics {
	background: #27272a url(images/graphics_wider_dark_grey.jpg);
}
#kwick .dev {
	background: #27272a url(images/development_wider_dark_grey.jpg);
}
#kwick .webdesign {
	background: #27272a url(images/webdesign_wider_dark_grey.jpg);
}
#kwick .hosting {
	background: #27272a url(images/hosting_wider_dark_grey.jpg);
	border-right: 0;
}


