/*------------------------------*/
/*//////////////////////////////*/
/*------------------------------*/
/* CSS Document					*/
/* Wireless Freedom				*/
/* Created: 2005-12-01			*/
/* Author: Greg Jensen			*/
/*				 				*/
/* Last Modified: 2006-02-01	*/
/* By: Greg Jensen				*/
/*------------------------------*/
/*//////////////////////////////*/
/*------------------------------*/


/* ////////////////////////////////////////////
	Major Site Tags
//////////////////////////////////////////////*/
body {
	margin:0px;
	padding:0px;
	background: #FFFFFF url(/images/design/bg-gradient.jpg) repeat-x;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size:12px;
	cursor: url(/images/cursor.png), auto;
}

#content {
	/* this bit of code was written because IE 6.0 cannot render transparent PNGs */
	background: url(/images/design/iesucks.gif) no-repeat -5px 0px;
	padding:11px 14px 14px 14px;
}


#container {
	width:711px;
	margin:0px auto 0px auto;
	background: url(/images/design/borders.gif) repeat-y;
	position:relative;
	min-height:500px;
}

/* IE is a dilapidated ninny \*/
* html #container {
	height:500px;
	}
/* IE is a dilapidated ninny */


#header {
	background: #FFFFFF url(/images/design/header.jpg);
	width:674px;
	height:183px;
	border:3px solid #E1DBD5;
	margin:0px;
	cursor:pointer;
}

#header a {
	display:none;
}

#footer {
	background: #FFFFFF url(/images/design/footer.jpg);
	width:709px;
	height:60px;
	margin: 0px auto 10px auto;
	/*border:1px solid red;*/
}

#copyright {
	font-size:10px;
	color:#988969;
	width:99%;
	display: block;
	text-align:center;
}

#textbody {
	color:#5C6274;
	line-height:1.35em;
	width:490px;
	margin-left:190px;
	padding-top:11px;
	/*border:1px solid green;*/
}

/* ////////////////////////////////////////////
	Side Navigation
//////////////////////////////////////////////*/

#navigation {
	position:absolute;
	top:208px;
	left:20px;
}

#navigation ul {
	width:150px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	line-height:2em;
}

#navigation ul li ul {
	padding:0px 0px 0px 2em;
	list-style-type:disc;
	color:#988969;
	font-size:10px;
	line-height:1.5em;
}

/* ////////////////////////////////////////////
	Form Tags
//////////////////////////////////////////////*/

.inputBox {
	color:#988969;
	border:1px solid #988969;
	background:#F8F6F5;
	font-family:helvetica, verdana, arial, san-serif;
	font-size:11px;
}

/* --- Form Formatting --- */

form p {
   width: 490px;
   clear: both;
}

form p label {
   display: inline;
   float: left;
   width: 120px;
   text-align:right;
}

form p {
  /*margin: 8px;*/
  margin:0px;
   padding: 8px 0px 0px 0px;
}

/* --- Form Buttons --- */

.inputBtn {
	height: 18px;
	border: 1px outset #988969;
	color: #ffffff;
	background-color: #988969;
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	cursor: pointer;
/*----------------------------*/
/* custom for contact page */
/*----------------------------*/
/*	position:absolute;
	right:85px;
	height:22px;
	width:84px;
	text-align:center;
	padding:2px 2px 10px 2px;*/
/*----------------------------*/
}
.inputBtn:hover {
	border: 1px outset #EBB159;
	background-color: #EBB159;
}
.inputBtn:active {
	border-style: inset;
}

/* ////////////////////////////////////////////
	Link Tags
//////////////////////////////////////////////*/

a {
	color: #988969;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #EBB159;
	text-decoration:underline;
}

/* ////////////////////////////////////////////
	Minor Site Tags
//////////////////////////////////////////////*/
.maintitle {
	font-size:20px;
	font-weight:bold;
	color:#15161E;
	margin:0px 0px 12px 0px;
	padding:0px;
}

.subtitle {
	font-size:15px;
	font-weight:bold;
	color:#5C6274;
	border-bottom:1px solid #5C6274;
	display:block;
	margin:0px;
	padding:0px;
}

/*-------------------------*/
/* EarWavz Colour Selector */
/*-------------------------*/

.colorbox {
	width:50px;
	height:50px;
	border:1px solid white;
	margin:5px;
	float:left;
	cursor:pointer;
}

.colorbox:hover {
	border:1px solid black;
}

#colourName {
	text-align:center;
	font-weight:bold;
	width:100px;
	margin-left:100px;
	margin-top:310px;
}

/* front page custom layout */

.feature {
	 height:134px;
	 width:100%;
	 cursor:pointer;
}

.feature a {
	display: block;
	/*width: 306px;
	height: 346px;*/
	text-decoration:none;
	color:#5C6274;
	font-weight:normal;
}

.feature a:hover {
	color:#004870;
}

.featuretext {
	padding:0px 10px 10px 10px;
	margin:0px;
	font-size:13px;
}

.featureimg {
	float:right;
	padding:10px;
	border:0px;
}

.featuretitle {
	margin:0px;
	border:0px;
}

/* value added solutions display floats */

.displays {
	width:220px;
	border-top:1px solid #EEE;
	padding-top:10px;
}

/* power adapter page */
.adapter {
	float:left;
	margin:14px 14px 0px 0px;
}
