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

body
{
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:140%;
    color:#333;
	background-color:#fff;
    background-image:url(images/white_blue_bg.png);
	background-repeat:repeat-x;
	background-position:top;
}


#topBG
{
	background-color:#000;
	height:45px;
}

#shadowBG {
	background-image:url(images/bg.png);
	background-repeat:no-repeat;
	background-position:top;
}


#container
{
width:890px;
margin:30px auto;
overflow:hidden;
background-color:#fff;
}

#header
{
	background-color:#fff;
	overflow:hidden;
	padding:15px;
	margin-bottom:10px;
}

#logo
{
	float:left;
}

#logo a:hover
{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#info
{
	 float:right;
	 margin-right:30px;
	 font-size:16px;
	 overflow:hidden;
	 width:215px;
}

address
{
	font-style:normal;
	margin-bottom:15px;
	font-size:14px;
	line-height:100%;
}



h1
{
	
	color:#558298;
	font-size:21px;
	font-weight:bold;

}

.homepageHeadline
{

	font-size:22px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:1px;
}

h2
{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size:19px;
border-bottom:2px dashed #e1f1ff;
padding-bottom:5px;
margin-bottom:0;
}

h3
{
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	margin-bottom:0;
	padding-bottom:0;
	font-size:16px;

}


a
{
	color:#094f94;
}

a:hover
{
	color:#000;
}

#content
{
	background-color:#fff;
	overflow:hidden;
	padding:0 15px;
	margin-bottom:30px;
}


.homepageRight
{
	width:260px;margin-left:18px;float:left;font-size:14px;background-color:#f2f2f2;border:1px solid #ccc;-webkit-border-radius: 8px;-moz-border-radius: 8px;padding:8px 0 12px 0;
}

.homepageRight ul li
{
	list-style-image:url(http://www.designsbyus.com/infinity-ps/images/scroll_right.png);
	padding:2px;
}

#bottomBoxContainer
{
	width:100%;
	margin:0 auto;
	background-color:#333;
	border-top:2px solid #000;
	
	overflow:hidden;
	height:120px; /*only use when not using bottom nav links */
}

#bottomBoxContainer ul li
{
	list-style-type:none;
}

#bottomBoxContainer a
{
	color:#f2f2f2;
}

#bottomBox
{
	background-color:#000;
	width:680px;
	margin:0 auto;
	line-height:120%;
}

#bottomBox a
{
	font-size:14px;
}

#bottomBox ul
{
	margin-top:0;
}

#bottomBoxLinksHeader
{
	margin-left:40px;
	font-size:14px;
	color:#999;
}
	

#footer {
	text-align:left;
	margin-left:100px;
	
}

#footer p
{
	color:#ccc;
	font-size:13px;
}


/* TOP NAV  */
#navcontainer
{
	width:850px;
	margin: 0 auto;
}

#navcontainer ul
{
text-align: right;
padding-bottom: 5px;
padding-top: 35px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
/*background-color: #000;*/
color: white;
width: 100%;
font-family:Verdana, Geneva, sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
font-weight:bold;
}

#navcontainer ul li a
{
padding-left: 14px;
padding-right: 14px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
font-size:15px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
background-color:#000;
}

#navcontainer ul li a:hover
{

color:#b2d1ee;
}

#navcontainer #active { border-left: 1px solid #fff; }





.clearBoth
{
	clear:both;
}

/** SERVICES MENU **/

.servicesMenu
{
	width:200px;
	float:right;
	font-size:16px;
	overflow:hidden;
	
	-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;

-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
-moz-border-radius-bottomleft: 2px;
-moz-border-radius-bottomright: 2px;

	border:1px solid #6e8fa1;
	padding-bottom:15px;
	margin-top:16px;
	margin-left:10px;

}

.servicesMenuHeader
{
	/*-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;*/
	background-color:#6e8fa1;
	overflow:hidden;
	margin:0;
	padding:0;

}

.servicesMenuHeader h1
{
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	font-size:18px;
	color:#f2f2f2;
	padding:4px;
	margin:0;
}


.servicesMenu ul
{
	list-style-image:url(http://www.designsbyus.com/infinity-ps/images/servicesul.png);
	margin:0 0 0 -15px;
	line-height:100%;
}

.servicesMenu ul li
{
	margin-left:0;
	padding:2px;
}

.servicesMenu a:hover
{
	font-weight:bold;
	
}

.servicesPane /* display for services */
{
	float:left;
	width:630px;
	margin-right:5px;
}

.servicesPane ul li
{
	list-style-image: url(http://www.designsbyus.com/infinity-ps/images/blackarrow_white.png);
}


.installationBox
{
	overflow:hidden;padding:10px;font-size:12px;background-color:#e1f1ff;-webkit-border-radius: 8px;
-moz-border-radius: 8px;border:1px solid #cde0f1;margin-bottom:10px;

	}
	
.breadcrumbs
{
overflow:hidden;
font-size:12px;
padding:5px 20px 20px 0;
margin-top:0;
text-align:left;
}

	


/** NEW MENU */


.callUsBlue
{
color:#558298;
font-weight:bold;
font-size:18px;
padding:25px;
}

/* SOCIAL NETWORKING */
.social
{
	margin:auto 0;padding:5px;
}
.social a:hover
{
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}