/****************************************
Author:		newmediaboutique ltd
Project:	Diamond Microwave Devices
Media:		Screen
Date:		25.07.07
Version:	Basis 1
*****************************************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	background: url(../images/bk-body.gif) repeat-x;
	background-color: #ddd;
}

#pageWrapper {
	width: 100%;
	float: left;
	position: relative;
	min-height: 100%;
	_height: 100%;
}


#columns {
	text-align: left;
	margin: 0 auto;
	width: 740px;
}

#leftColumn {
	width: 220px;
	float: left;
	background: url(../images/bk-logo.gif) no-repeat;
}

#rightColumn {
	width: 490px;
	margin-left: 30px;
	float: right;
	padding-bottom: 155px;
}

#navigationTop {
	width: 490px;
	min-height: 43px;
	float: right;
}
#navigationTop ul {
	list-style-type: none;
	font-size: 100%;
	text-transform: uppercase;
	background: url(../images/bk-navTop.gif) repeat;
	float: left;
	width: 100%;
}
#navigationTop li {
	float: left;
	padding-left: 10px;
	background: url(../images/bk-navTop.gif) repeat-x;
}
#navigationTop li a {
	float: left;
	color: #29b4e6;
	text-decoration: none;
	height: 31px;
	padding-top: 12px;
	margin-right: 25px;
	background: url(../images/bk-navOff.gif) no-repeat center;
}
#navigationTop li a:hover {
	color: #fff;
	background: url(../images/bk-navOver.gif) no-repeat center;
}

#leftNav {
	width: 220px;
	float: left;
	min-height: 230px;
	_height: 230px;
	background: url(../images/bk-leftNav.gif) no-repeat top;
}

#leftNavBase {
	width: 220px;
	height: 19px;
	float: left;
	background: url(../images/bk-leftNavBase.gif) no-repeat;
}

#navigationLeft {
	margin-top: 80px;
	float: left;
	width: 220px;
	height: 270px;
	font-size: 110%;
}
#navigationLeft ul {
	list-style-type: none;
	text-align: right;
	margin-right: 26px;
	margin-left: 21px;
}
#navigationLeft li {
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
#navigationLeft li a {
	color: #29b4e6;
	text-decoration: none;
}
#navigationLeft li a:hover {
	color: #999;
}

#navigationLeft li ul {
	margin: 0px;
	padding: 0px;
	width: 173px;
}
#navigationLeft li ul li {
	border-bottom: 0px;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
	padding-bottom: 3px;
}
#navigationLeft li ul li a:after {
	content: " -";
}
#navigationLeft li ul li a {
	color: #666;
}

#addressLeft {
	text-align: right;
	padding-right: 25px;
	color: #333;
}
#addressLeft p {
	margin-bottom: 10px;
}
#addressLeft a {
	color: #29b4e6;
	text-decoration: underline;
}
#addressLeft a:hover {
	color: #29b4e6;
	text-decoration: none;
}
#footerWrapper {
	width: 100%;
	height: 125px;
	float: left;
	text-align: center;
	background: url(../images/bk-footer.gif) repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#footerContent {
	width: 740px;
	margin: 0 auto;
	height: 105px;
	padding-top: 15px;
	line-height: 170%;
	color: #666;
	font-size: 90%;
}
#footerLeft {
	width: 370px;
	float: left;
	text-align: left;
}
#footerRight {
	width: 370px;
	float: right;
	text-align: right;
}
#footerRight a {
	color: #666;
}
#footerRight a:hover {
	color: #ccc;
}
.footCopy {
	color: #ccc;
}
.nmb {
	padding-top: 55px;
}

#content {
	width: 490px;
	float: left;
	margin-top: 60px;
}
#content h2 {
	color: #fff;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 180%;
}
#content h3 {
	color: #29b4e6;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 140%;
	margin-top: 30px;
}
#content p {
	margin-bottom: 15px;
	line-height: 170%;
	font-size: 110%;
	color: #626262;
}
#content ul {
	color: #626262;
	font-size: 110%;
	margin-bottom: 15px;
	margin-left: 30px;
	line-height: 170%;
}
#content a {
	color: #29b4e6;
	text-decoration: underline;
}
#content a:hover {
	color: #626262;
	text-decoration: underline;
}

#content dl {
	width: 100%;
	color: #666;
}
#content dt {
	width: 30%;
	float: left;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
}
#content dd {
	width: 70%;
	float: left;
	padding-bottom: 10px;
}
#content input {
	margin-left: 20px;
}
#content textarea {
	margin-left: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	padding: 3px;
	width: 85%;
}
#content input[type="text"] {
	width: 85%;
	padding: 3px;
}
.access {
	display: none;
}
.clear {
	clear: both;
}
.mainImage {
	float: right;
	border: 2px solid #0eade5;
	margin-left: 20px;
	margin-bottom: 20px;
}

.mand {
	color: #29b4e6;
}
.error {
	color: #FF0000;
}
hr {
	height: 1px;
}
