/*
	Global HTML element styling.
*/

html * {
	margin: 0;
	padding: 0;
}

body {
	background: #292350 url(./images/background.gif) repeat-x;
	color: #cbc5f9;
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	margin: 0 auto;
	width: 777px;
}

h1 {
	background: transparent url(./images/header.gif) no-repeat;
	display: block;
	height: 149px;
	text-indent: -600em;
}
h2 {
	color: #847bcf;
}

a:link {
	color: #a0c4ff;
}
a:visited {
	color: #76a4f0;
}
a:hover {
	color: #c688c8;
}
a:active {
	color: #fff;
}

p {
	margin: 7px 0;
}

.del {
	display: none;
}

#menu {
	background: #8e108e url(./images/menu_bg.gif) no-repeat;
	float: left;
	list-style-type: none;
	padding-bottom: 40px;
	width: 263px;
}
#menu a {
	margin: 0 15px 0 25px;
	padding: 6px 14px;
	background: transparent url(./images/menu_li_bg.gif) 0px -64px repeat-x;
	color: #f7bdf7;
	display: block;
	font-size: 1em;
	text-decoration: none;
}
#menu a:hover {
	background: transparent url(./images/menu_li_bg.gif) 0px 0px repeat-x;
	color: #e188e1;
}

#content {
	background: #42388d url(./images/content_bg.gif) repeat-x;
	float: right;
	font-size: 1.3em;
	padding: 10px 16px;
	width: 482px;
}
#content ol {
	color: #bfb8f3;
	font-size: .8em;
	list-style-type: none;
	margin: 7px;
}
#content ol li {
	margin: 14px 7px;
}

#footer {
	clear: both;
	font-size: .7em;
	padding: 5px 0;
	text-align: right;
}

/*
	Consoles page styling.
*/

#consoles {
	margin: 0 !important;
}
#consoles li {
	background: #201c3f;
	border-left: 1px solid #413a68;
	border-top: 1px solid #413a68;
	padding: 6px;
	padding-top: 10px;
}
#consoles li a {
	color: #fff;
	text-decoration: none;
}
#consoles li a:hover {
	color: #847bcf;
}
#consoles li h3 {
	font-size: 1.6em;
}
#consoles li p {
	background: #201c3f;
	color: #847bcf;
	margin-left: 23px;
	padding: 1px 3px;
}

/*
	Single console page styling.
*/

#console_single {
	margin-top: 12px;
}
#console_single h2 {
	color: #fff;
}
#console_single p {
	font-size: .8em;
}

/*
	Consoles reference guide page styling.
*/

#consoles_guide {
	margin-top: 12px;
}
#consoles_guide dt {
	background: #201b40 url(./images/consoles_guide_dt.jpg) right top no-repeat;
	font-weight: bold;
	padding: 3px 7px;
}
#consoles_guide dd {
	background: #28234a url(./images/consoles_guide_dd.jpg) repeat-x;
	font-size: .8em;
	margin-bottom: 7px;
	padding: 7px;
}

/*
	SSL Cards page styling.
*/

#ssl_cards {
	margin-top: 12px;
}
#ssl_cards dt {
	float: right;
	font-weight: bold;
	height: 120px;
	width: 302px;
}
#ssl_cards dt a {
	color: #d1cbf3;
	text-decoration: none;
}
#ssl_cards dd {
	float: left;
	height: 120px;
	width: 180px;
}

/*
	Contact Information page styling.
*/

#contact_information {
	margin-top: 12px;
}
#contact_information dt {
	float: left;
	margin: 5px 0;
	padding: 7px;
	width: 156px;
}
#contact_information dd {
	background: #201b40;
	border-left: 3px solid #544c86;
	float: right;
	margin: 5px 0;
	padding: 7px;
	width: 294px;
}