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

body {
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #666666;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0;
	height: 80px;
}
.oneColFixCtrHdr #header h1 {
	margin 0;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#pageheader {
	text-transform: uppercase;
	font-size: 16px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#headerimage {
	width : 400px;
	float: left;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
#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 */
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
#footer a {
	font-weight: bold;
	color: #00CC00;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.oneColFixCtrHdr #container #header img {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#modernbricksmenu2{
	width: 100%;
	border-top: 5px solid #000000; /*Brown color theme*/
	background: transparent;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

#modernbricksmenu2 ul{
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 350px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
	float: left;
	display: block;
	font: bold 11px Arial;
	color: #000000;
	text-decoration: none;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px;
	background-color: #CCCCCC; /*Brown color theme*/
	border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
	background-color: #666666; /*Brown color theme*/
	color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
	background-color: #000000; /*Brown color theme*/
	color: #FFFFFF;
	border-color: #000000; /*Brown color theme*/
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 13px;
}
#tagline {
	font-size: 12px;
	text-transform: uppercase;
	width: 300px;
	text-align: right;
	float: right;
	padding-top: 33px;
	padding-right: 15px;
	font-family: Futura, Helvetica, Arial, sans-serif;
}
#frontheader {
	text-transform: uppercase;
	color: #FFF;
	background-color: #666;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
#design {
	background-image: url(images/bulb.png);
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
}
#websites {
	background-image: url(images/www.png);
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
}
#printing {
	background-image: url(images/igen.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
}
#design-g {
	background-image: url(images/bulb-g.png);
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
}
#websites-g {
	background-image: url(images/www-g.png);
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
}
#printing-g {
	background-image: url(images/igen-g.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
}
#intro {
	text-align: center;
	font-size: 14px;
}
