/*GENERIC STYLESHEET for Ai Virtualisation --------------------------------- */

/* AUTHOR:	Chris Wilsdon (Naked Group)
/* DATE:	September 2008

/* GENERIC.CSS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/*RESET______________________________________________________________________*/
html,body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0; padding:0;
	}
table {
	border-collapse:collapse; border-spacing:0;
	}
fieldset, img, img a, abbr, acronym {
	border:0;
	}
ul {
	list-style:none;
	}
a, a:visited {
	text-decoration:none;
	}


/*BASE STYLES________________________________________________________________*/
input {
	padding:1px 0;
	}
select option {
	padding:0 10px;
	}
blockquote {
	margin-left:28px;
	}
caption,th {
	text-align:left;
	}
h1, h2, h3, h4, h5, h6 {
	margin-bottom:0.5em;
	font-weight:normal;
	}
h2 {
	font-size:1.8em;
	}
h3 {
	font-size:1.2em;
	}
h4 {
	font-size:1.0em;
	}
p {
	margin-bottom:1.2em;
	}
hr {
	margin:10px 0;
	padding:0;
	height:1px;
	border:0;
	}
ul.bullets {
	list-style:outside;
	padding-left:10px;
}
/*PAGE SETUP: Horizontally centred with translucent layered backgrounds______*/
html, body {
	height:100%;
	}
body {
	background:#009CDB url(/images/background_02.jpg) no-repeat center top;
	font:76%/1.5 Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}
#page {
	position:relative;
	width:972px;
	height:100%;
	margin:0 auto;
	text-align:left;
	}
html > body #page {
	height:auto;
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -52px;
	}
#wrapper {
	position:relative;
	width:948px;
	padding:0 12px;
	padding-bottom:52px;

	}

h1 {
	background:url(images/header_02.jpg) no-repeat;
	width:100%;
	height:98px;
	margin-bottom:0;
	}
h1 a {
	display:block;
	float:left;
	width:197px;
	height:0;
	margin:28px 0 0 18px;
	padding-top:32px;
	overflow:hidden;
	}
#search {
	position:absolute;
	top:19px;
	right:27px;
	width:228px;
	}
#search input {
	background:url(images/forms/search-off.gif) no-repeat;
	width:222px;
	padding:5px 10px;
	border:0;
	font-size:1em;
	color:#FFFFFF;
	}

#sidebar {
	/*position:absolute;*/
	float:left;
	top:0;
	left:0;
	width:200px;
	padding:12px;
	margin-left:12px;
	display:block;
	}
	
#content {
	height:24em;
	/*margin:0 0 0 301px;*/
	padding:10px 0;
	width:643px;
	float:right;
	}
html > body #content {
	height:auto;
	min-height:24em;
	}

#footer {
	/*position:absolute;
	bottom:0;*/
	clear:both;
	background:url(images/footer.gif) no-repeat;
	width:924px;
	height:26px;
	margin-bottom:-1px;
	padding:26px 24px 0;
	color:#58595B;
	margin:0 auto;
	}
.push {
	height:26px;
}
	
html > body #footer {
	margin-bottom:0;
	}
#footer p {
	float:left;
	margin-bottom:0;
	font-size:0.82em;
	}
ul#footerlinks {
	float:right;
	margin:-4px -8px 0 0;
	font-size:0.82em;
	line-height:1.0em;
	}
ul#footerlinks li {
	display:inline;
	float:left;
	padding:4px 8px;
	border-left:#00A3E3 1px solid;
	}
ul#footerlinks li:first-child {
	border-left:0;
	}
ul#footerlinks li a {
	color:#58595B;
	}
ul#footerlinks li a:hover {
	color:#009CDB;
	}
	
#footer img{
	padding-left:10px;
	display:block;
	float:left;
	}


/*ROUNDED DIVS_______________________________________________________________*/
.rndheadimg {
	background:#FFFFFF;
	padding: 2px;
	margin-bottom:3em;
	}

.rndheadimg img.textWrap{
	padding-right:40px;
	display:block;
	float:left;
	}
	
.rnd {
	background:#009DDC no-repeat;
	padding:10px;
	}
.rnd p {
	padding-bottom:0;
	}
.rnd.white {
	background-color:#FFFFFF;
	color:#6D6E70;
	}
.rnd.white h2, .rnd.white h3 {
	color:#00BBE3;
	}
.rnd.grey {
	background-color:#555;
	color:#FFFFFF;
	}
.grey a {
	color:#F58426!important;
}
#sidebar .rndheadimg {
	width:200px;
	background:none;
	padding:0;
	margin:0;
	}
h4 {
	font-weight:bold;
}
li>h4 {
	padding-top:1em;
}
.rnd.menu {
	background:none;
	padding:10px 10px 20px;
	color:#FFFFFF;
	margin-bottom:1em;
	}
#sidebar .rnd {
	padding:0;
}
.sub {
	background:#00BBE3 no-repeat;
	border:#FFFFFF 2px solid;
	}
.sub a {
	color:#939BA0;
	}

#content a {
	color:#00BBE3;
}
#content a:hover {
	text-decoration:underline;
	color:#F58426;
	
}

/*NAVIGATION_________________________________________________________________*/
.menu {
	color:#F58426;
}

.menu ul {
	position:relative;
	z-index:500;
	width:196px;
	}
.menu li {
	float:left;
	}
.menu table {
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	}
.menu a, .menu a:visited {
	display:block;
	width:186px;
	padding:0.5em 0 0.3em;
	border-bottom:#FFFFFF 1px dotted;
	color:#FFFFFF;
	}
* html .menu a:hover {
	position:relative;
	color:#000000;
	}
.menu li:hover {
	position:relative;
	}
.menu a:active, .menu a:focus, .menu li:hover > a {
	color:#000000;
	}
.menu li ul {
	visibility:hidden;
	position:absolute;
	top:-5px;
	z-index:1000;
	left:160px;
	width:111px;
	padding:10px 10px 20px;
	}
.menu li ul a, .menu li ul a:visited {
	width:91px;
	}
.menu li ul li.first-child {
	background:url(images/subpointer.gif) no-repeat;
	margin-left:-24px;
	padding-left:24px;
	}
.menu li:hover > ul {
	visibility:visible;
	}
.menu ul a:hover ul {
	visibility:visible;
	}
iframe {
	margin:0;
	padding:0;
	border:0;
}




.demoLink {
	border:1px solid #888;
	padding:10px;
	width:390px;
	height:270px;
	display:block;
	color:#888;
	font-weight:bold;
	background:#fff;
}
.demoLink:hover {
	border:1px solid #F58426;
	color:#F58426;
	text-decoration:none!important;
}
.auxiliaryNav {
	margin-top:2em;
	width:186px;
}
.auxiliaryNav h3 {
	color:#175696;
	padding:1em 0 0.3em;
	margin:0;
}
.auxiliaryNav a{
	color:#fff;
	padding:0.5em 0 0.3em;
	border-bottom:#FFFFFF 1px dotted;
	display:block;
}
.auxiliaryNav h3 a {
	padding:0;
	color:#175696;
	border:none;
}
.auxiliaryNav a:hover{
	color:#F58426;
}


/* signup form */
#signup {
	width:196px;
	color:#fff;
}
#signup p {
	padding:0px 10px;
}
#signup input {
	background:url(images/forms/blank.gif);
	height:15px;
	width:176px;
	border:none;
	padding:5px 10px;
	margin-bottom:10px;
	color:#fff;
}
#signup label {
	display:none;
}

button {
	background: url(images/forms/submit-off.gif) no-repeat left;
	color:#fff;
	font-size:11px;
	height:40px;
	border:none;
	width:120px;
	padding-left:140px;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	color:#009CDB;
}
button:hover {
	background: url(images/forms/submit-on.gif) no-repeat;
}
button.disabled {
	color:#888;
}

img.marginright {
	margin-right:20px;
}
.awards {
	float:left;
	margin-right:15px;
	text-align:center;
	height:130px;
	width:185px;
}
.clear {
	clear:both;
}