body
{
	color: #000;
	font: normal 76%/1.5em verdana, sans-serif;
	background: #152b65 url(http://www.bluxone.com/media/images/techno.jpg) 0 0 repeat-x;
	text-align: center;
}


/* Global styles */
* {margin: 0; padding: 0; border: 0;}
span {color: #00A2FF}

/* Heading styles */
h1 {margin-left: 10px; font-family: "Century Gothic"; color: #333; float: left; font-weight: normal; margin-left: 10px;}
h1 a:link, h1 a:visited, h1 a:active {text-decoration: none; color: #333; font-weight: normal}
h1 a:link span, h1 a:visited span, h1 a:active span {text-decoration: none; font-weight: normal}
h1 a:hover {color: #00A2FF; text-decoration: none; font-weight: normal}
h1 a:hover span {color: #333; text-decoration: none; font-weight: normal}

h3 a, h3 a:link, h3 a:hover {font-weight: normal} /* styling for h3 heading links */
h4 a, h4 a:link, h4 a:hover, h5 a:link, h5 a:hover {font-weight: bold} /* styling for other heading links */

h2, h3, h4, h5 {font-family: "Century Gothic"; margin: 20px 0 0 0px; color:#333}
h3 {font-size: 1.5em; line-height: 1.5em; font-weight: bold}
h3 {font-size: 1.25em; line-height: 1.25em; font-weight: bold}
h4 {font-size: 0.90em; line-height: 0.90em; font-weight: bold}
h5 {font-size: 0.70em; line-height: 0.70em; font-family: "Century Gothic"; font-weight: bold} /* appears like bold paragraph text */

/* Text styles */
p {font-size: 0.70em; line-height: 1.75em}
p.updated {margin-left: 10px; font-size: 0.60em; line-height: 0.60em; letter-spacing: 0.05em; color: #888}

acronym {border-bottom: 1px dashed #333; cursor: help}

ul {margin-left: 10px; font-size: 0.70em; line-height: 1.75em; list-style: inside square}

table.outertable {
	width: 100%;
	border-width: 0px 0px 0px 0px;
	border-spacing: 5px;
	border-style: none none none none;
	border-color: blue blue blue blue;
	border-collapse: separate;
	background-color: rgb(255, 255, 255);
}
table.outertable td {
	border-width: 0px 0px 0px 0px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: rgb(168, 169, 171) rgb(168, 169, 171) rgb(168, 169, 171) rgb(168, 169, 171);
	background-color: rgb(255, 255, 255);
}

table.innertable {
	width: 100%;
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: rgb(168, 169, 171) rgb(168, 169, 171) rgb(168, 169, 171) rgb(168, 169, 171);
	border-collapse: separate;
	background-color: rgb(255, 255, 255);
}
table.innertable td {
	border-width: 0px 0px 0px 0px;
	padding: 10px 10px 1px 10px;
	border-style: solid solid solid solid;
	border-color: rgb(168, 169, 171) rgb(168, 169, 171) rgb(168, 169, 171) rgb(168, 169, 171);
	background-color: rgb(214, 216, 220);
}
table.innertable td.name {
	border-width: 0px 0px 0px 0px;
	padding: 1px 10px 1px 10px;
	border-style: solid solid solid solid;
	border-color: rgb(168, 169, 171) rgb(168, 169, 171) rgb(168, 169, 171) rgb(168, 169, 171);
	background-color: rgb(193, 206, 220);
}

/* Paragraph Links */
a {color: #02194d; font-weight: bold; text-decoration: none} /* The blue colour */
a:link {color: #02194d; font-weight: bold; text-decoration: none}
a:hover {color: #00A2FF; font-weight: bold; text-decoration: none}

#siteimg p {   /* This is the large text in the site img div */
	margin: 0 0 0 10px; /* removed usual top and bottom margin from paragraph to avoid layout breaking */
	padding-left: 10px;
	padding-top: 90px;
	font-family: "Century Gothic";
	font-size: 1.45em; 
	line-height: 1.05em; 
	font-weight: normal; 
	letter-spacing: -0.05em; 
}

/* Divs */
#toplinks {
	width: 893px;
	margin: 0 auto;
	text-align: center;	
	padding-top: 0px;
	padding-bottom: 0px;
}

#container {
	width: 893px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(http://www.bluxone.com/media/images/techno_sideshadow1.gif) 0 0 repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
}

#above {
	width: 893px;
	margin: 8px auto 0 auto;
	height: 23px;
	background: transparent url(http://www.bluxone.com/media/images/techno_topshadow1.gif) 0 0 no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
}

#below {
	width: 893px;
	margin: 0 auto 8px auto;
	height: 23px;
	background: transparent url(http://www.bluxone.com/media/images/techno_bottomshadow1.gif) left bottom no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
}

#ctrtable {
	margin-left: auto; 
	margin-right: auto;
	align:center; 
}

#hdr {    /* Header/Banner area */
	width: 100%; /* Suits an 800x600 page, allowing for scrollbar */	
	background: #fff;
}

#navbar {   /* Main Navigation area */
	width: 100%; /* Suits an 800x600 page, allowing for scrollbar */
	height: 1.75em; 
	background: #f0f0f0; /* Light Grey */	
}

#animation {   /* Large Site Image */
	width: 100%; /* Suits an 800x600 page, allowing for scrollbar */
	background: #fff;
}

#features {   /* Large Site Image */
	float: right;
	width: 100%;
	overflow: hidden
}

#reviews {   /* Large Site Image */
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#bttmbar { /* bottom bar, containing top button and copyright info etc */
	width: 880px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden
}


/* Main Navigation */
#nav ul {display: inline}

#nav li {display: inline}

#nav a {
	line-height: 30px; /* same as height of nav bar */
	margin-left: 10px; 
	display: inline;
	font-weight: bold;
	color: #FFFFFF
}

#nav a span {color: #FFFFFF}

input.btn
	{
	color:#000;
	font-family: "Century Gothic";
	font-size:small;
	font-weight:bold;
	background-color:#fed;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
	}

input.textinput
	{
	color:#000;
	font-family: "Century Gothic";
	font-size:small;	
	background-color:#fed;
	/*background-color:#bfced9;*/
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
	}

textarea.textinput
	{
	color:#000;
	font-family: "Century Gothic";
	font-size:small;	
	background-color:#fed;
	/*background-color:#bfced9;*/
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');
	}
   
/* Images */
img.rightimg {float: right; margin-left: 10px}
img.leftimg {float: left; margin-right: 10px}

img.languageimg {float: right; margin: 4px 2px 0 0} /* used for the language flags */

#featurelist 
{ 
	margin-left: 0;
	padding-left: 40px;
	list-style: none;
}

#featurelist li
{ 
	padding-left: 20px;
	padding-bottom:inherit;
	background-image: url(http://www.bluxone.com/media/images/arrows.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.style10 	{font-size: 12px; }
.style11 	{}
.style12bold 	{font-size: 11px; font-weight: bold;}
.style12 	{font-size: 11px; }
.styleError 	{font-size: 10px; color: #ff0000;}
.styleErrorMedium 	{font-size: medium; color: #ff0000;}
.style13 	{font-size: medium; }
.style14 	{font-size: medium;font-weight: bold;color: #666666;}
.style15 	{font-size: x-large;color: #666666;}
.style16 	{font-size: small;font-weight: bold;color: #666666;}
.copyright 	{font-size: 9px; color: #888888;}

