@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
/*	font: 100% Verdana, Arial, Helvetica, sans-serif;*/
}

#page {
	width: 791px;
	background-image: url(images/FullBG.jpg);
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	text-align: left;
}
 
#top {
	color: white;
	margin: 0px;
	padding: 0;
	height: 243px;
}

#topprint {
	display: none;
}

#img.leftmenu {
	position: absolute;
	height: 94px;
	width: 173px;
	left: 108px;
	top: 94px;
	z-index: 1;
 }
 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#rightside {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: -20px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#rightmenu {
	color: black;
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 135px;
	margin: auto;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.addthis_style {
	background-color: #B5D3E3;
	height: 20px;
	text-align: center;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
	float: right;
	padding-top: 2px;
	padding-left: 2px;
	margin-top: 8px;
	margin-right: 40px;
	margin-bottom: 6px;
	border: thin double #6699CC;
}


#drawing {
	width: 198px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: x-small;
	color: white;
}
#drawing .top {
	width: 193px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 11px;
	background-image: url(images/DrawingTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	text-align: center;
	font-size: x-small;
	color: white;
	margin-top: 16px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#drawing .content {
	width: 193px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	background-image: url(images/DrawingBG.gif);
	background-repeat: repeat-y;
	padding: 0px;
	text-align: center;
	font-size: x-small;
	color: white;
	background-position: left;
}
#drawing .content h1 {
	margin: 0;
	padding: 5px;
	text-align: center;
	font-size: x-small;
	color: white;
}
#drawing .content a {
	text-decoration: none;
	color: white;
}
#drawing .bottom {
	width: 193px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 11px;
	margin: 0;
	background-image: url(images/DrawingBottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	text-align: center;
	font-size: x-small;
	color: white;
}

#contentcontainerBG {
	width: 548px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color: black;
	margin-left: 15px;
	background-image: url(images/ContentBGMiddle.jpg);
	background-repeat: repeat;
	/*height: 12px;*/ /* for IE */
	/*min-height: 12px;*/ /* for not-IE */
}
#contentcontainer {
	width: 548px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color: black;
	background-image: url(images/ContentBGTop.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	/*background-color: #0b7fa4;*/
	/*height: 600px;*/ /* for IE */
	/*min-height: 600px;*/ /* for not-IE */
}

#content {
	width: 525px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	color: white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: small;
}
#content a:visited, a:link {
	color: #CCCCCC;
}
#content a:hover {
	color: #ffffff;
}
#content li {
	padding-top: 6px;
}
#content h1 {
	color: white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: large;
}
#content h2 {
	color: white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: small;
	font-weight: bold;
}
#contentbottom {
	width: 548px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 20px;
	background-image: url(images/ContentBGBottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*height: 38px;*/ /* for IE */
	/*min-height: 38px;*/ /* for not-IE */
}


#projects {
	width: 750px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(images/ProjectShowcaseBG1.jpg);
	background-repeat: repeat-y;
	min-height:325px;
	margin-left: 15px;
	padding:0;
}

#projecttop {
	width: 750px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(images/ProjectShowcaseBGTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0px;
	margin-top: 12px;
	padding-bottom: 12px;
}

#projectbottom {
	width: 750px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(images/ProjectShowcaseBGBottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:24px;
	min-height:300px;
}

#projects h1 {
	color: white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: large;
}

#projects p {
	color: white;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: small;
}

#bottom {
	color: white;
	text-align: center;
	margin: 0px;
	padding: 0;
	font-size: x-small;
}

p.tinytext {
color:#FFFFFF; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:x-small; font-weight:bold; padding-bottom:0px; margin-bottom:0px;
}
#bottom a {
	color: white;
}
#bottom .finePrint { 
font-size: x-small;
}
/* these below are used in the quick quote */
input.test {
	display: none;
}
.bluetext   { color: #ffffff;
	font-weight: bold; }
.submitbtn {
background-color:#999999; height:30px; font-weight: bold; color:#ffffff
}
p.small {
font-size: 9pt; 
color: black;
}
/* poly accessories and fiber accessories */
.tdspecial  { border-top: 1pt solid #000; border-right: #000; border-bottom: 1pt solid #000; border-left: #000 }
table.price  {
	border: 0pt none #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p.price  {
	border: 0pt none #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p.price2  {
	border: 0pt none #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 50px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*
FROM TEMPLATE
*/
.twoColFixRtHdr #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 8px;
}
/* I'm putting this in for fckeditor in the admin area */
 h1 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: large;
}
 h2 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: small;
	font-weight: bold;
}

