@charset "UTF-8";

a img {
	border: none;
}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: black;
	background-image: url(../img/curtains.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
h1{
	font-size:30px;
	text-transform:uppercase;
	color:#666666;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:0;
}
h2{
	font-size:18px;
	text-transform:uppercase;
	color:#666666;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:0;
}
h3{
	font-size:14px;
	text-transform:uppercase;
	color:#666666;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:0;
}
p {
	margin-top:0;
	padding:0;
}
#container { 
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	margin-bottom: 5px;
	
} 

.mainNav {
	background-image: url(../img/mainNav.gif);
	color: #666666;
	height: 33px;
	margin-bottom: 10px;
	text-align:center;
	text-transform:uppercase;

}
.mainNav a {
	margin:0 7px;
	text-decoration:none;
	color:#666666;

}
.mainNav a:hover {
	color:#FFFFFF;
}
.navItems {
	padding-top:10px;

}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* 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: 300px;
	background-image: url(../img/homeSidebarBg.gif);
	background-repeat: no-repeat;
	color: white;
}
.sidebarText {
	margin: 15px;
}
.sidebarText p {
	margin: 0 0 10px 0;
	padding: 0;
}
#sidebar1 img {
	margin:5px 0 10px 0;
}

#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. */
	width: 410px;
	background-image:url(../img/homeOurClients.gif);
	background-repeat:no-repeat;
}
#footer { 
	color:#333333;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 10px;
	text-align: center;
	text-transform:uppercase;
	margin-bottom:20px;
} 
#footer a {
	color:#333333;
	text-decoration:none;
}
#footer a:hover {
	color: white;
}
.footerMenu {
	text-transform:uppercase;
	font-size:12px;
}
.footerMenu a {
	margin:0 5px;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}



/*------------------------SUBPAGE STUFF-----------------------------*/

#mainContentSub { 
	width: 600px;
	margin:20px 0 50px 20px;
}

#mainContentSub2 td ul {
	margin-left: 0px;
	padding-left: 15px;
	margin-right: 5px;
}

#mainContentSub img {
	float:right;
	padding:15px 0 15px 15px;
	margin-right:-60px;
}
#mainContentSub2 { /*for the left sidebar layout*/
	width: 470px;
	margin:28px 0 50px 215px;
}
#sidebarSub {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: 296px;
	background-image: url(../img/subSidebarBg.gif);
	background-repeat: no-repeat;
	color: white;
}
.subSidebarText {
	height: 160px;
}

.subSidebarText a {
	color: #666666;
	text-decoration: none;
	text-transform:uppercase;
	
	
}
.subSidebarText li {
	margin-bottom:5px;
	margin-left: 0;
}

.subSidebarText ul {
	list-style-type:none;
	padding: 15px 0 0 15px;
	margin: 0;
}

.subSidebarText a:hover {
	color: #ffffff;
}
.sidebarAd {
	height: 108px;
	margin-left: 13px;
}

.clientRow {
	margin-bottom:20px;
	float:left;
	height:235px;
	padding-right:25px;
	width:200px;
}

.clientText  {
	
}


.current a {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-image: url(../img/lilArrow.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}
.imageRight {
	margin-right:-20px;
	padding:0 0 10px 10px;
}
.imageLeft {
	padding:0 10px 10px 0;
	margin-left:-15px;
}
.spacer {
	height:15px;
	border-bottom:1px dotted #666666;
	margin-bottom:25px;
}
.imgSpace {
	padding-top:20px;
}
.imgSpace img {
	margin:0 10px 10px 0;
	border:1px solid white;
}
.iphone {
	margin-right:65px;
}