/*

  color1 = body background
  color2 = main menu background
  color3 = page background
  color4 = main menu link hover / selected

*/

body {
	font: 9pt "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color: #444444;
	padding:0;
	margin:20px 0;
	background: url(/themes/web/aqueous/black/body.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;	
}

img {
/*  padding:1px;
  background:#ccc;
  border:4px solid #f6f6f6;*/
  border:0px;
}

table {
  
}

table th {
  text-align:left;
}

h2, h2 a {
  color: #3b7eb8 !important;
}

h3, h4, h5,
h3 a, h4 a, h5 a {
  color: #444444 !important;
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	width:970px;
	margin:0 auto;
}

/** html #wrapper
{
  w\idth: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}*/

#innerwrapper {
	margin:1px;
	background: url(/themes/web/aqueous/black/innerwrapper.jpg) top repeat-x;
	padding:20px;
}

#header {
	margin-bottom:20px;
}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header form {
	padding:27px 25px 20px 25px;
	float:right;
	background:#fff;
	width:160px;
	margin:-20px -20px 0 0 !important;
	margin:-20px -10px 0 0;
	border:none;
}

#header h1 {
	font:250% Georgia;
	color:#333;
	padding:0;
	margin:0;
  padding:5px 20px 25px 5px;
}

#header img {
  margin-bottom:20px;
}

#header h1 a {
	color:#333;
	text-decoration:none;
	
}

#header h1 a:hover {
	color:#111;
	
}

#header h2 {
	font:150% Georgia;
	font-weight:normal;
	color:#555;
	padding:14px 0 0 0;
	border:none;
}

#header h2 a {
	color:#555;
	text-decoration:none;
/*  border-bottom:2px solid #f6f6f6;*/
}

#header #main_menu {
	clear:both;
  list-style-type:none;
  padding:10px 10px 10px 0 !important;
  margin:0;
  background: #3b7eb8;
/*  background:url(nav.jpg) top repeat-x #4F9EC9;*/
/*  border-bottom:2px solid #4F9EC9;
  border-top:2px solid #388CBA;
  border-left:2px solid #388CBA;
  border-right:2px solid #388CBA;
*/
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #main_menu a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
  padding:10px;
}

#header #main_menu a:hover {
	background: #508ec3;
}

#header #main_menu li.open a {
	background: #508ec3;
}

#header #main_menu li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header #main_menu li.right {
  padding-top:3px;
}

#header #subnav {
	background:#4F9EC9;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#DEEDF5;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
}

#header #subnav li {
	list-style:none;
	display:inline;
}

#header #subnav a {
	color:#DEEDF5;
	text-decoration:none;
	font:100% Verdana;
	padding:5px;
	border-bottom:2px solid #4F9EC9;
}

#header #subnav a:hover {
	border-bottom:2px solid #388CBA;
	color:#fff;
}

#header #subnav a.open {
	border-bottom:2px solid #388CBA;
	color:#fff;
}


#sidebar_left {
	background:#fff;
	/*width:210px;*/
/*  padding:10px 20px 20px 5px;*/

	float:left;
	color:#666;
}

#sidebar_left h2,
#sidebar_right h2 {
	font:160% Arial;
	color:#333;
/*  margin:10px 0 10px 0;*/
	border:none;
}

#sidebar_left h3,
#sidebar_right h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}

#sidebar_left p,
#sidebar_right p {
	margin:15px 0;
}

#sidebar_left p.news,
#sidebar_right p.news {
	background:#fefefe;
}

#sidebar_left p.news a.more,
#sidebar_right p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar_left p.news a:hover,
#sidebar_right p.news a:hover {
	color:#666;
}

#sidebar_left ul,
#sidebar_right ul {
	border-top:1px solid #eeeeee;
}

#sidebar_left ul li,
#sidebar_right ul li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #eeeeee;
}

#sidebar_left ul li a,
#sidebar_right ul li a {
	color:#888;
	text-decoration:none;
	display:block;
}

#sidebar_left ul li a:hover,
#sidebar_right ul li a:hover {
	color:#666;
}

#sidebar_left ul li a b,
#sidebar_right ul li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar_left ul li a:hover b,
#sidebar_right ul li a:hover b {
	display:inline;
}

/*#sidebar_left input {
  padding:4px;
  background:#f6f6f6;
  border:1px solid #ccc;
  color:#777;
  font:90% Verdana;
}
*/
#sidebar_right {
	float:left;
/*  padding:10px 0 0 20px;
  background:url(sidebarright.jpg) top left no-repeat;*/
}

#content {
  float:left;
	/*margin:0 210px 0 240px;*/
/*  padding:20px 20px 0 20px;*/
}

#contentnorightbar {
	margin:0 0 0 240px;
	padding:20px 0 0 20px;
}

p {
	margin:0 0 15px 0;
	line-height:18px;
}

h2 {
  margin-bottom: 10px;
	font:160% Arial;
	color: #3b7eb8; /*#388CBA;*/
/*  border-bottom:2px solid #f6f6f6;*/
}

h2 a {
	color: #3b7eb8; /*#388CBA;*/
	text-decoration:none;
}

h2 a:hover {
  color: #3b7eb8;
/*  color:#5F9128;*/
}


#footer {
	clear:both;
	border-top:1px solid #ddd;
	padding:10px;
	margin:30px 0 0;
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% Trebuchet MS;
	margin-bottom: 10px;
/*  margin:10px 0;*/
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;

}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

form {
  margin:0;
  padding:0;
/*  padding:10px;
  border:1px solid #f6f6f6;*/
}

/*label {
	display:block;
	font-weight:bold;
	color:#444;
	margin:5px 0;

}*/

input.formatted,
textarea.formatted,
input.input,
textarea.input,
button {
	padding:4px;
	border:none;
	border:1px solid #ccc;
	/*border-bottom:1px dotted #aaa;*/
	font:90% Verdana;
	color:#777;
}

/*textarea {
  width:400px;
  padding:4px;
  font:90% Verdana;
  border:1px solid #ccc;
  border-bottom:1px dotted #aaa;
  height:200px;
  display:block;
  color:#777;
}
*/
/*p img {
  float:left;
  margin:0 10px 0 0;
}*/

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:18px;
}

.info {
	font:80% Verdana;
	border-top:1px solid #eee;
	color:#999;
	padding:10px 0;
}

.info a {
	color: #3b7eb8 !important;
	border:0px !important;
}

.info a:hover {
	border-bottom:1px solid #3b7eb8 !important;
}




/* ----------------
// Layout Columns
// ---------------- */

#content {
}

div#sidebar_left {
  margin-left:10px;
  margin-right:20px;
}

div#sidebar_right {
  margin-left:20px;
}

.column_small {
	width:                 190px;
}

.column_medium {
	width:                 488px;
}

.column_large {
	width:                 708px;
}

.column_xlarge {
	width:                 908px;
  margin-left:           10px;
}

/* ----------------
// Validation errors
// ---------------- */

/*#errorExplanation {
  padding:10px;
  background:#f3f3f3;
}

#errorExplanation h2 {
  margin-bottom:10px;
}*/

#errorExplanation p {
  display:none;
  padding:5px 0;
}

/*#errorExplanation ul {
  margin:0 0 0 30px;
}*/

#errorExplanation ul li {
/*  padding:5px;
  border:0px;*/
  color:#aa0000;
}

/* ----------------
// Components
// ---------------- */

.comments {
  padding-top:10px;
  border-top:1px solid #eee;
}

.comments .comment {
  padding:10px;
  margin-bottom:5px;
  color:#444;
}

.comments .highlight {
  background:#f3f3f3;
}

.subinfo {
	font:80% Verdana;
	font-weight:bold;
	color:#999;
	padding:0 0 10px 0;
}

ul.images li {
  background:#f3f3f3;
}

ul.images li img {
  margin-bottom:-5px;
}

#ml_button {
  margin:5px 0 0 5px;
}

/* ----------------
// Products
// ---------------- */

.product {
  border-top: 1px solid #eeeeee;
}

/* ----------------
// Front Page Blog Entry
// ---------------- */

#blogentry {
  border-top: 1px solid #eeeeee;
  font-weight: bold;
}


