/* **************************************************** 

Title: 		RegencyNet CSS Document
URL: 		http://www.regencynet.co.uk/ 
					
Created: 	January 2011

**************************************************** */

/** GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

/** GLOBAL SETS **/
.clear {clear:both;}
body {
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;;
	font-size: 12px; 
	color: #3E3E3E; 
	background: #2b2256;
	}


.wrapper {
	margin-left:auto;
	margin-right:auto;
	width:704px;
	padding-left: 11px;
	padding-right: 9px;
	background: #FFFFFF;
	padding-top: 15px;
	background: #2b2256 url(/images/structure/bg.png) center repeat-y;
	}

A:link    { text-decoration: none; color: #503f92; }
A:hover   { text-decoration: none; color: #7cbd07; }
A:active  { text-decoration: none; color: #503f92; }
A { text-decoration: none; color: #503f92; }
A.vslink  {}

h1 { color: #453588; FONT-FAMILY: Verdana; FONT-SIZE: 24px; font-weight: normal; padding: 0px 0px 5px 0px; margin: 0px;}

h2 { color: #3b3b3b; FONT-FAMILY: Verdana; FONT-SIZE: 14px; font-weight: bold; padding: 0px 0px 10px 0px; margin: 0px;}

h3 { color: #3b3b3b; FONT-FAMILY: Verdana; FONT-SIZE: 12px; font-weight: bold; padding: 0px 0px 10px 0px; margin: 0px;}
		
	
/* HEADER */
#header_full {
	width:100%;
	height: 155px;
	background: #fff url(/images/structure/header_bg_full.png) top repeat-x;
	}

#header {
	margin-left:auto;
	margin-right:auto;
	width: 724px;
	position:relative;
	height:155px;
	text-align:left;
	background: #fff url(/images/structure/header_bg.png) top repeat-x;
	}
#header .logo{
	position:absolute;
	top:45px;
	left:12px;
	color:#FFF;
	font-family:arial;
	font-weight:bold;
	font-size:45px;
	}
#header .tr_menu{
	color:#ccc;
	font-family:georgia;
	font-size:18px;
	position:absolute;
	top:45px;
	left:470px;
	}


/* Top Menu */
ul, li {margin: 0; padding: 0; list-style: none; background:#FFFFFF;}

ul#navigation {position:absolute; top:120px; left:12px; width: 700px; background:#FFFFFF; border-bottom: 6px solid #453588;}
ul#navigation li {width: 100px; text-align: center; font-weight: bold;}
ul#navigation li a {height: 30px; line-height: 31px; text-decoration: none; color: #fff; display: block; background: #f30c47 url(/images/structure/top_menu/bg_nav.png) repeat-x top; }
ul#navigation li a:hover {background: #382f4d url(/images/structure/top_menu/bg_nav.png) 0 -30px; color: #503f92; }

	#home ul#navigation li.navhome a {background: #382f4d url(/images/structure/top_menu/bg_nav.png) 0 -30px; color: #503f92;}
	#hosting ul#navigation li.navhosting a {background: #382f4d url(/images/structure/top_menu/bg_nav.png) 0 -30px; color: #503f92;}
	#domains ul#navigation li.navdomains a {background: #382f4d url(/images/structure/top_menu/bg_nav.png) 0 -30px; color: #503f92;}
	#sb ul#navigation li.navsb a {background: #382f4d url(/images/structure/top_menu/bg_nav.png) 0 -30px; color: #503f92;}
	#acc ul#navigation li.navacc a {background: #382f4d url(/images/structure/top_menu/bg_nav.png) 0 -30px; color: #503f92;}



ul li {
  display: block;
  position: relative;
  float: left;
}

li ul { display: none; }


li:hover ul {
  display: block;
  position: absolute;
}

ul#submenu {width: 250px; padding-left: 10px; padding-right: 10px; padding-bottom: 10px; border: 1px dashed #382f4d; text-align: left; z-index: 1; }
ul#submenu li {float: left;  width: 248px; text-align: left; font-weight: normal; padding-top: 10px;}
ul#submenu li.smenu a {height: 20px; line-height: 20px; background: #FFFFFF; color: #382f4d; font-weight: bold; text-decoration: underline; width: 248px;}
ul#submenu li.smenu a:hover { }

	
	
/* BODY */

#bodycontent {
	width:580px;
	float:left;
	text-align:left;
	}


/* SIDEBAR */




/* FOOTER */


#footer {
	margin-top: 20px;
	text-align:left;
	line-height:24px;
	font-size:12px;
	padding:15px 0 10px 0;
	background: #ffffff;
	border-top: 2px solid #2b2256;
	}
	#footer p.left-footer {text-align:center;float:left;width:100%;}
	#footer p.right-footer {text-align:right;float:right;width:200px;}
	
	#footer a:link, #footer a:visited {
		text-decoration:none;
		}
	#footer a:hover {
		text-decoration:underline;
		}

#footer-end {
	background: url(/images/structure/footer_bg.png) bottom no-repeat;
	width: 724px;
	height: 13px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
/* Home */

#home-infoboxes {width: 700px;}
	#home-infoboxes div.home-infoboxes-one {float:left;width:220px; margin-right: 20px;}
	#home-infoboxes div.home-infoboxes-two {float:left;width:220px; margin-right: 20px;}
	#home-infoboxes div.home-infoboxes-three {float:left;width:220px;}
 
