/*
Theme Name: HDX World
Theme URI: http://www.hdxworld.com/
Description: 
Version: 1.0
Author: Temi Kolawole
Author URI: http://www.antigravityinc.com/
Tags: blue, electronics, widgets

*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	background-attachment: fixed;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #99CCFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
}
a img{
	border: 0 none;
}
h1,h2,h3,h4{
	margin-top: 0px;
}
#main {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}
#ceil {
	height: 30px;
	clear: both;
	background-image: url(images/ceil_bg.png);
}
#logo {
	float: left;
	height: 110px;
	width: 200px;
}
#menu {
	float: right;
	width: 755px;
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	padding-left: 5px;
	text-align: left;
}
#content {
	overflow: hidden;
	float: left;
}
.wide {
	width: 960px;
	clear: both;
}
.narrow {
	float: left;
	width: 630px;
	padding-top: 20px;
	padding-right: 20px;
	background-image: url(images/ceil_bg.png);
	background-repeat: repeat-y;
	background-position: right top;
	min-height: 380px;
}
.entry{
	line-height: 24px;
	text-shadow: 2px 1px 1px #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.post{
	padding-bottom: 10px;
}
#sidebar {
	float: left;
	width: 300px;
}
#sidebar ul{
	margin: 0px;
	padding: 0px;
}
#sidebar ul li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#home_btm {
	clear: both;
	height: 320px;
	width: 920px;
	background-image: url(images/home_btm.png);
	background-repeat: no-repeat;
	padding: 20px;
}
#box1 {
	float: left;
	width: 280px;
	margin-right: 20px;
	background-image: url(images/box1_title.png);
	background-repeat: no-repeat;
}
.box {
	padding-top: 30px;
}
.box ul{
	margin: 0px;
	padding: 0px;
}
.box ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.box ul li ul li{
	list-style: square;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
#box2 {
	float: left;
	width: 320px;
	margin-right: 20px;
	background-image: url(images/box2_title.png);
	background-repeat: no-repeat;
}
#box3 {
	float: left;
	width: 280px;
	background-image: url(images/box3_title.png);
	background-repeat: no-repeat;
	line-height: 20px;
}
#box3 h4 a{
	color: #99FFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#box3 h4 a:hover{
	color: #FFFFFF;
}
#footer {
	padding: 20px;
	clear: both;
	text-align: center;
	font-size: 11px;
}
#header {
	clear: both;
	height: 110px;
	margin-bottom: 10px;
}
#homeslides {
	float: left;
	height: 300px;
	width: 350px;
}
#slides{
	margin: 0px;
	padding: 0px;
}
#slides li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#home {
	float: right;
	height: 270px;
	width: 380px;
	background-image: url(images/home_bg.png);
	background-repeat: no-repeat;
	line-height: 30px;
	text-shadow: 2px 1px 1px #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 30px;
	padding-left: 220px;
}
#home ul{
	margin: 0px;
	padding: 0px;
}
#home ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
dl, dt, dd, dl ul, dl li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
}
#menu dl dt a {
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding-right: 23px;
	padding-left: 23px;
	height: 59px;
}
#menu dl dt a span{
	display: none;	
}
#menu dt{
	background-position: center 25px;
	background-repeat: no-repeat;
}
#m_home{
	background-image: url(images/m_home.png);
	width: 64px;
}
#m_about{
	background-image: url(images/m_about.png);
	width: 107px;
}
#m_service{
	background-image: url(images/m_service.png);
	width: 180px;
}
#m_news{
	background-image: url(images/m_news.png);
	width: 119px;
}
#m_contact{
	background-image: url(images/m_contact.png);
	width: 118px;
}
#m_products{
	background-image: url(images/m_products.png);
	width: 112px;
}
#menu dl {
	float: left;
}
#menu dt {
	cursor: pointer;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#menu dl dd {
	float: left;
	display: none;
	position: absolute; /* Menu position that can be changed at will */
	font-weight: bold;
	width: 15em;
	opacity: 0.9;
	-moz-opacity:0.9;
	clear:left;
	padding:0px;
	filter: Alpha(Opacity=90);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}
#menu dl dd ul {
}
#menu dl dd ul li {
	display: block;
	margin: 0px;
	padding: 0px;
}
#menu dl dd ul li a {
	text-decoration: none;
	padding: 5px;
	margin:0px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #24263E;
	background-color: #01001A;
	text-transform: uppercase;
	font-size: 11px;
}
#menu  dl  dd  ul  li  a:hover     {
	display: block;
	background-color: #02002D;
	color: #FFFFFF;
}
.navigation{
	clear: both;
	padding-bottom: 20px;
}
.alignleft{
	width: 40%;
	float: left;
}
.alignright{
	width: 40%;
	float: right;
}
