* {
	margin:0;
	padding:0;
}
h2 {
	padding:1em 0 0 0;
}
p {
	line-height:1.4em;
}
/*p + p {
	text-indent:2em;
}*/
body {
	font-size:100%;
	text-align:center;
/* from espec css */
	background:#001F67 url(/images/interface/bg_page.gif) 85% 20px no-repeat;
 	color:#1b1818;
	font-family:tahoma,arial,sans-serif;
}
pre {
	display:block;
	margin:1em 0 0 0;
	width:488px;
}
pre code {
	background:#eee;
	display:block;
	padding:10px;
}
.r {
	float:right;
	padding:0 0 10px 20px;
}

/* Landscape mode (default) */
#wrap {
	margin:0 auto;
	width:1024px;
	position:relative;
	overflow:hidden;
	text-align:left;
	background:#fff;
}
#header {
	float:left;
	width:1024px;
	padding:10px 0 20px 0;

}
#header h1 {
	padding:10px 30px 0 30px;
}
#header p {
	padding:0 30px;
	line-height:1.4em;
}
#content {
	float:left;
	width:1024px;
	background:#eee;
	position:relative;
	left:768px;
}
#main {
	float:left;
	width:708px;
	position:relative;
	right:738px;
	padding:10px 0;
}
#side {
	float:right;
	width:216px;
	position:relative;
	right:788px;
	padding-top:20px;
	padding-bottom:20px;

}
#sidea,
#sideb,
#sidec {
	clear:left;
	float:left;
	width:216px;
}


@media only screen and (orientation:portrait){
	/* portrait mode */
	#header,
	#wrap,
	#footer {
		width:100%;
	}
	#content {
		left:0;
		background:#fff;
	}
	#main {
		float:left;
		width:708px;
		position:relative;
		right:0;
		left:30px;
		padding:10px 0;
	}
	#side {
		clear:left;
		float:left;
		width:768px;
		right:0;
		padding-bottom:20px;
		background:#eee;
	}
	#sidea {
		clear:none;
		width:100%;
		float:left;
		position:relative;
		left:30px;

	}
	#sideb {
		clear:none;
		width:216px;
		float:left;
		position:relative;
		left:60px;
		padding-top:20px;
	}
	#sidec {
		clear:none;
		width:216px;
		float:right;
		position:relative;
		right:30px;
		padding-top:20px;
	}
}

	/* style from espec css*/
a {
	text-decoration:none;
	color:#007ccc;
}

a:hover {
	text-decoration:underline;
}
#header {
	float:left;
	min-height:80px;
	width:100%;
	/*background:#00225c url(http://www.espec.com/images/interface/bg-header-left.gif) no-repeat left top;*/
	position:relative;
	overflow:hidden;
}

* html #header {
	height:80px
}

/*#header .bg {
	float:left;
	min-height:80px;
	width:100%;
	background:url(http://www.espec.com/images/interface/bg-header-right.gif) no-repeat right top;
}*/

/* -------------------------------------------  logo */
a.logo {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float: left;
	width:360px;
	height:77px;
	background: url(/images/interface/logo.png);
	/*position:absolute;
	top:15px;
	left:21px;*/
}

/* --------------------------------------------header bar with links */
#header .bar {
	color:#fff;
	font-size:75%;
	float:right;
	padding: 5px 0 0 0;
}

/*
#header .bar * {
	margin:0 0 0 27px;
}
*/

#header .bar a {
	color:#fff;
}

#header .bar .phone, #header .bar .locator, #header .bar .contact-us {
	display: block;
	float: left;
	margin-left: 20px;
}


#header .bar .locator{
	font-weight:normal;
	padding:0 20px 0 20px;
	background:url(/images/interface/ico-link.gif) no-repeat left;
}

#header .bar .contact-us{
	font-weight:normal;
	padding:0 20px 0 20px;
	background:url(/images/interface/ico-link.gif) no-repeat left;
}
/* ------------------------------------------------------------------------------------main text styles */
ul {
	margin:0;
	padding:0;
	font-size:78%;
	line-height: 140%;
	background: none;
}
ol {
	margin:0;
	padding:0;
	font-size:78%;
	line-height: 140%;
	background: none;
}
h1 {
	margin:0;
	font-size:24px;
	font-weight:normal;
	color:#103b6c;
	margin: 0px 0px 10px 0px;
}
/*
.banner h1{
	margin:0;
	font-size:24px;
	font-weight:normal;
	color:#103b6c;
	margin: 0px 0px 0px 0px;
}
*/
h2 {
	margin:0
}

h3 {
	margin:0
}

h4 {
	font-size:14px;
	font-weight: 300;
	color:#000;
	margin: 0px 0px 5px 0px;
}

p {
	margin:0 0 1em 0;
	font-size:78%;
	line-height: 140%;
}

h2.sub-header {
	font-size:88%;
	color:#103b6c;
	font-style:italic;
	margin: -7px 0px 0px 0px;
}

.one p,.product-container p {
	line-height:20px;
}
/* -------------------------------------------------------------------------------  footer */
#footer {

	color: #fff;
	padding:10px 32px 32px 32px;
	overflow:hidden;
	background:#00225c 
}

#footer a {
	color:#acaeb1;
}

#footer address {
	float:left;
	text-align:left;
	font-style:normal;
	font-size:78%;
	line-height:130%;
	padding:0 0 20px 0;
}

#footer .copyright {
	float:right;	
	text-align:right;
	font-size:78%;
	line-height:130%;
	padding:0 40px 20px 0;
}

