@charset "utf-8";
/* CSS Document for Delta Optical Supply */

/*  Clear default spacing  */
html, body, div, ul, ol, li, p, h1, h2, h3, img, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

/*  Body has center alignment due to old IE quirks  */
body {
	background-color: #3c7cac;
	text-align: center;
}

/*  Header is separate full-width div at top of page  */
#header {
	width: 100%;
	height: 108px;
	background-image: url(../image/headerbg.jpg);
	background-repeat: repeat-x;
}

/*  Header logo cell (logo in f/g so can use as link)  */
#headerlogo {
	float: left;
	margin-left: 70px;
}

/*  Header phone number cell  */
#headphone {
	float: right;
	margin: 60px 70px 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #31658d;
}

/*  Content DIV aligns in the middle, plus other defaults  */
#content {
	width: 712px;
	margin: 6px auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #002356;
	background: #FFF;
	background-image: url(../image/contbg.jpg);
	background-repeat: repeat-y;
}

/*  Content background DIVs for full-width framing images  */
#conttop {
	width: inherit;
	height: 18px;
	background-image: url(../image/conttop.jpg);
	background-repeat: no-repeat;
}

#contbot {
	width: inherit;
	height: 24px;
	background-image: url(../image/contbot.jpg);
	background-repeat: no-repeat;
}

/*  Standard styles within #content unless overridden  */
#content p {
	margin-bottom: 6px;
}

#content h1 {
	font-size: 130%;
	color: #31658d;
	margin: 15px 20px;
	text-align: center;
}

#content h1:first-child {
	margin-top: 5px;
}

#content h2 {
	font-size: 120%;
	color: #ff9900;
	margin: 10px 15px;
	text-align: center;
}
#content h3 {
	font-size: 110%;
	font-style: italic;
	color: #5dbece;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 4px;
}


/********************  S i d e b a r   D I V s  ********************/

/*  Sidebar: wide enough to allow for intermediate frame breaks  */
#sidebar {
	width: 205px;
	float: left;
}

/*  PMM2 menu, fully fitting inside frame width  */
#sidemenu {
	width: 189px;
	margin: 10px 0 14px 7px;
}

/*  Content inside #sidebar (other than the menu)  */
.sidecont {
	margin: 10px 18px 10px 16px;
}

/*  Sidebar callout box with frame  */
.sidebox {
	width: 155px;
	margin: 40px auto;
	background: #F90;
	background-image: url(../image/sideboxcont.jpg);
	background-repeat: repeat-y;
}

.sideboxtop {
	width: inherit;
	height: 14px;
	background-image: url(../image/sideboxtop.jpg);
	background-repeat: no-repeat;
}

.sideboxcont {
	width: 130px;
	margin: 0 auto;
}

.sideboxbot {
	width: inherit;
	height: 14px;
	background-image: url(../image/sideboxbot.jpg);
	background-repeat: no-repeat;
}

.sidebox p {
	font-size: .9em;
	font-family: Verdana, Geneva, sans-serif;
	color: #31658d;
}

.sidebox a {
	color: #31658d !important;
	text-decoration: underline;
}

.sidebox a:hover {
	text-decoration: none;
}

img.sideimage {
	display: block;
	margin: 6px auto;
	border: 1px solid #32668d;
}


/*****************  M a i n   C o n t e n t   D I V s ******************/

/*  Main enclosing box: wide to allow for frame breaks  */
#main {
	width: 477px;
	margin-left: 235px;
}


/*  Main content box, fitting evenly inside the frame  */
.maincont {
	width: 445px;
	margin-left: 15px;
}

/*  DIVs to use when stacking frames in the main box  */
.mainbot {
	width: inherit;
	height: 24px;
	background-image: url(../image/mainbot.jpg);
	background-repeat: no-repeat;
}

.maintop {
	width: inherit;
	height: 18px;
	background-image: url(../image/maintop.jpg);
	background-repeat: no-repeat;
}

/*  DIVs for optional framed box centered within maincont frame  */
.notebox {
	width: 362px;
	margin: 20px auto;
	background: #eee;
	background-image: url(../image/boxcont.jpg);
	background-repeat: repeat-y;
}

.noteboxtop {
	width: inherit;
	height: 9px;
	background-image: url(../image/boxtop.jpg);
	background-repeat: no-repeat;
}

.noteboxbot {
	width: inherit;
	height: 9px;
	background-image: url(../image/boxbot.jpg);
	background-repeat: no-repeat;
}

.noteboxcont {
	width: 340px;
	margin: 0 auto;
}

.maincont a {
	text-decoration: underline;
	color:  #F60 !important;
}

.maincont a:hover {
	text-decoration: underline;
	color: #3c7cac !important;
}

/*  Footer  */
#footer {
	width: 445px;
	height: 14px;
	margin: 10px 0 0 15px;
}

.copyright {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008ab2;
}

.copyright a, .copyright a:link {
	color: #008ab2 !important;
	text-decoration: underline;
}

.copyright a:hover {
	color: #008ab2 !important;
	text-decoration: none;
}
	

/************  Miscellaneous styles  ***************/

img.centerimg {
	display: block;
	margin: 0px auto 10px auto;
}

.emphasis {
	font-size: 1.1em;
}

.clearing {
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
}

