/* 
 *
 * Author: Redact Solutions Ltd
 * Web: http://www.redactsolutions.co.uk
 * Date: 30th June 2009
 *
 * Main layout styles
 */
 
/* Resets
----------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}
.clear{
	clear:both;
}

/* Core
----------------------------------------- */
html {
	font-size: 100%;
	background: #ebebeb;
	overflow-y: scroll;
}
	body {
		background: url(../images/body-bg.gif) repeat-x;
	 	margin-bottom: 40px;
		font-family: Verdana, Lucida, sans-serif; 
	 	font-size: 62.5%; 
		color: #333333;
	}

/* Containers
----------------------------------------- */
#GlobalContainer {
	width: 820px;  
	margin: 0 auto; 
}
#ContainerTop {
	background: transparent url(../images/container-top.png) no-repeat top left; 
 	width: 820px;
	height: 30px;	
}
#ContainerBg { 
	background: transparent url(../images/container-bg.png) repeat-y;
	width: 820px;
}
#ContainerBtm {
	background: transparent url(../images/container-btm.png); 
	margin-bottom: 40px;
 	width: 820px;
	height: 30px;
}
#Layout {
	width: 760px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}
#Content {
	width: 538px;
	float: left; 	
	margin: 0 2px;
	text-align: left;
}

/* Header
----------------------------------------- */
#Header {
 	width: 760px;
	height: 100px; 
 	margin: 0 auto;
	position: relative;
	}
 	#HeaderLogo { 
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}	
	#Header p {
		font-size: 1.4em;
		color: #333333;
		clear: left;
	}
	
#HeaderRule {
	background-image: url(../images/header-rule.jpg);
	position: absolute;
	top: 5px;
	right: 0;
	height: 14px; 
	width: 190px;
}

#HeaderPhone {
	position: absolute;
	top: 26px;
	right: 0;
}
#HeaderEmail {
	position: absolute;
	top: 50px;
	right: 0;
}

/* Top navigation
----------------------------------------- */
#TopNav {
	background: url(../images/top-nav-bg.gif) top left;
	font-family: Arial, Verdana, sans-serif;	
	font-size: 1.4em;	
	width: 760px;
	height: 30px;
	margin: 0 auto;
	}

	#TopNav ul {
		list-style-type: none;	
	}
	
	#TopNav ul li {
		background: url(../images/top-nav-div.gif) no-repeat top right;
		padding: 5px 14px 10px 14px;
		float: left;
	}
	
	#TopNav ul li a {
		text-decoration: none;
		color: #ffffff;
	}
	
	#TopNav ul li a:hover{
		color: #cccccc;
	}

.topNavLink a {
	display: block;
	padding: 4px 10px 0 0;
	text-decoration: none;
	color: #ffffff;
	float: right;
}
 
.topNavLink a:hover{
	color: #cccccc;
} 
    
/* Breadcrumbs
----------------------------------------- */
#Breadcrumbs { 
	height: 26px;
	text-align: left;
 	color: #333333;
	margin: 0;
	padding: 0;
 	}
	#Breadcrumbs p {
		font-size: 1.1em;
		margin: 0;
		padding: 0;
	}


/* Sidebar Menu
----------------------------------------- */
#SideBar { 
 	width: 200px; 
	float: right;  
	margin: 44px 0 0 0;
	padding: 0;
	}

	#SideBar .sideBarBox {
		background: url(../images/sidebar-bg.gif); 
	}
	#SideBar .sideBarBoxTop {
		background: url(../images/sidebar-top-bg.gif) no-repeat left top; 
		margin: 0;
		padding-bottom: 2px;
	}
	#SideBar .sideBarBoxBottom {
		background: url(../images/sidebar-bottom-bg.gif);
		height: 11px;
		width: 200px;
		display: block;
		margin: 0;
	}	
	#SideBar ul {
		margin: 12px 20px 5px 15px;
	}
	#SideBar li {
		margin: 8px 2px;
		list-style: none;
	}
	#SideBar h4 { 
		margin: 0;
		padding: 16px 0 0 28px;
		border-bottom: 0;
		font-family: Arial, Verdana, sans-serif;	
		font-size: 1.4em;
		font-weight: 300; 
		color: #ffffff;
		clear: both; 		
	}
	#SideBar a em {
		font-style: normal;
	}
	
    ul#Menu2 li { 
            margin: 1px 2px 5px 4px;
            list-style: none;
			border-bottom: #cccccc 1px dotted;	
            }
    ul#Menu2 li a {
            height: 1.8em;
            width: 160px;
            display: block;
            font-size: 1em;
            line-height: 1.8em;
            color: #898989;
	}
	ul#Menu2 li em {
		padding-left: 8px;
		display: block;
	}
	ul#Menu2 li li em {
			padding-left: 0;
	}
	ul#Menu2 li a:hover,
	ul#Menu2 li a.current:hover {
		background: #cccccc;
		color: #666;
		cursor: pointer;
		text-decoration: none;
	}
	ul#Menu2 li a.current {
		font-weight: 700;
	}
	ul#Menu2 li a.section:hover {
		background: #cccccc;
		width: 160px; 
	}
	ul#Menu2 li a.levela:hover span,
	ul#Menu2 li a.section:hover span,
	ul#Menu2 li a.current:hover span {
		background: #cccccc;
		display: block;
		width: 150px;
		height: 100%;
	}
	
	ul#Menu2 li a.levela:hover em,
	ul#Menu2 li a.section:hover em,
	ul#Menu2 li a.current:hover em {
		background: #cccccc;
		display: block;
		width: 150px;
		height: 100%;
	}
	ul#Menu2 li ul {
		height: 100%;
		position: relative;
		margin: -4px 0 0 0;
		width: 180px;
		padding: 4px 0 10px 0;
	}
	ul#Menu2 li ul li ul {
		margin-left: 0;
	}
	ul#Menu2 li ul li {
		width: 160px;
		padding: 0;
		font-size: 0.8em;
		display: inline;
		margin: 0;
	}
	ul#Menu2 li li a.section,
	ul#Menu2 li li a.section:hover,
	ul#Menu2 li li a.current:hover {
		color: #555;
		font-weight: 700;
		background: #cccccc;
	}
	ul#Menu2 li li a.current {
		font-weight: 700;
	}	  
	ul#Menu2 li li ul {
		margin: 0 0 0 10px;
		padding: 0;
		width: 160px;
	}
	ul#Menu2 li li ul .round-white {
		margin-bottom: -10px;
	}
	/* Sub Menu */
	ul#Menu2 li a.levelb {
		background: transparent;
		margin-left: 10px;
		width: 150px;			
		font-size: 1.6em;
		text-indent: 8px;			
	}
	ul#Menu2 li a.levelb:hover,
	ul#Menu2 li li a.current:hover,
	ul#Menu2 li li a.section:hover {
		text-decoration: none;
		display: block;
	}
	ul#Menu2 li li a.current {
		font-weight: 700;	  
	}	  
	ul#Menu2 li a.levelb:hover span,
	ul#Menu2 li li a.current:hover span,
	ul#Menu2 li li a.section:hover span {
		background: #cccccc;
		display: block;
		width: 150px;
		height: 100%;
	} 
	ul#Menu2 li a.levelb:hover em,
	ul#Menu2 li li a.current:hover em,
	ul#Menu2 li li a.section:hover em {
		background: #cccccc;
		display: block;
		width: 150px;
		height: 100%;
	}

/* Home page
----------------------------------------- */
#HomePage {
	margin: 30px 0 30px 0;
	}
	#HomePage img {
		border: 0;
	}
#HomeLeftCol {
	float: left;
	width: 400px;
	height: 405px;
	}
	#HomeLeftCol .homeMainImg {
		float:left;
	}
	#HomeLeftCol .homeFocusImg {
		float:left;
		margin-right: 5px;		
	}

#HomeRightCol {
	float: right;
	width: 360px;
	height: 405px;
	}
	#HomeRightCol h1 { 
		margin: 5px 0 10px 0;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 2em; 	
		font-weight: 300;
		color: #cc0000; 	
		clear: both;
	}
	#HomeRightCol h3 {
		margin: 10px 0;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 1.8em;
		font-weight: 300;
		color: #cc0000;
	}		
	#HomeRightCol p {
		line-height: 1.6;
		font-size: 1.2em;
		color: #333333;	
	}
	
#HomeNews ul {
	padding: 0;
	margin: 0;
	}
	#HomeNews li {
		list-style: none;
		margin: 0 0 0 1px;
		padding: 0;
	} 
	#HomeNews li b {
		font-size: 1.2em;
		font-weight: 700;
		margin-bottom: 2px;
	}
	#HomeNews li p{
		margin: 2px 0 5px 0;
		font-size: 1.2em;
	}
	#HomeNews a { 
		text-decoration: none;
		color: #333333;
	}
	#HomeNews a:hover {
		text-decoration: underline;
		color: #cc0000;
	}	
	
/* Web Design pages
----------------------------------------- */
.designPlans {
	clear: both;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
}

.designPlans ul li {
	font-size: 11px;
	margin: 0 0 0 -2px;
	line-height: 18px;
	color: #666;	
}
.designPromo {
	width: 250px;
	height: 160px;
	background: url(/assets/Uploads/design-promo.png) no-repeat;
	padding: 30px 0 0 20px;
	font-size: 10px;
	position: relative;
	float: left;
}
.designStarter {
	width: 240px;
	height: 160px;
	background: url(/assets/Uploads/design-starter.png) no-repeat;
	padding: 30px 0 0 20px;
	font-size: 10px;
	position: relative;
	float: left;
}
.designCMS {
	width: 250px;
	height: 180px;
	background: url(/assets/Uploads/design-cms.png) no-repeat;
	padding: 30px 0 0 20px;
	font-size: 10px;
	position: relative;
	float: left;
}
.designShop {
	width: 240px;
	height: 180px;
	background: url(/assets/Uploads/design-shop.png) no-repeat;
	padding: 30px 0 0 20px;
	font-size: 10px;
	position: relative;
	float: left;
}
.designPrice {
	font-size: 11px;
	position: absolute;
	bottom: 40px;
	left: 14px;
}

/* Web Hosting pages
----------------------------------------- */
.hostingPlans {
	clear: both;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

.hostingPlans ul {
	list-style: square;
}
.hostingPlans ul li {
	font-size: 11px;
	margin: 0 0 0 -2px;
	color: #666;	
}
.hostingBronze {
	float: left;
	width: 160px;
	height: 175px;
	background: url(/assets/Uploads/hosting-box-bronze.gif) no-repeat;
	padding-top: 70px;
	padding-left: 15px;
	font-size: 12px;
}
.hostingSilver {
	float: left;
	width: 160px;
	height: 175px;
	background: url(/assets/Uploads/hosting-box-silver.gif) no-repeat;
	padding-top: 70px;
	padding-left: 15px;
	font-size: 12px;
}
.hostingGold {
	float: left;
	width: 160px;
	height: 175px;
	background: url(/assets/Uploads/hosting-box-gold.gif) no-repeat;
	padding-top: 70px;
	padding-left: 15px;
	font-size: 12px;
}
img.hostingOrder {
	padding: 10px 0 0 16px;
	border: none;
}

/* News pages
----------------------------------------- */
#NewsList ul {
	padding: 0;
	margin: 0;
	}
	#NewsList li {
		list-style: none;
		margin: 0 0 0 -9px;
		padding: 0;
	} 
	#NewsList h4 {
		font-size: 1.2em;
		font-weight: 700;	
	}
	#NewsList li p{
		font-size: 1em;
	}
	#NewsItem {
		margin: 0 0 0 2px;
	}
	#NewsItem h4 {
		font-size: 1.4em;
		font-weight: 700;
	}


/* Contact us page
----------------------------------------- */
#ContactForm {
	float: left;
	width: 50%;
}

#ContactDetails {
	float: left;
	width: 50%;
	margin-top: 20px;
}
#ContactDetailsBg {
	width: 310px;
	height: 200px;
	padding: 10px;
	background: url(../images/contact-bg.gif) no-repeat;
	font-size: 1.2em;
	line-height: 1.4em;
}
#ContactDetails .contactPostcode,
#ContactDetails .contactFax, 
#ContactDetails .contactSkype {
	margin-bottom: 10px;
}
#ContactDetails .contactOther {
	margin-top: 50px
}

/* Search
----------------------------------------- */
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Footer
----------------------------------------- */
#Footer { 
 	clear: both;  
	width: 760px; 
	margin: 0 auto;	 
	}
  	#Footer p { 
		color: #333333;
		font-size: 1.1em;
		text-align: center;
	}
  	#Footer a { 
	   	color: #cc0000; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		color: #cc0000;
		text-decoration: underline;
	}

#FooterRule {
	background-image: url(../images/footer-rule.jpg);
	height: 14px; 
	width: 760px;
	margin-top: 20px;
	margin-bottom: 5px;
}
