/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}/* remember to define focus styles! */
:focus {outline: 0;}/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse;border-spacing: 0;}

/*
	BG Colour: #262626;
	Font Colour: #959595;
	rightContent Text: #dadada;
	
	*** IMAGE ***
	Image Border: #c2c2c2;
	Image background: #f7f7f7;
	
*/

.clear{
	clear:both;
}

body{
	background-color: #262626;
	font-family: verdana;
}

p {
	margin-top: 20px;
}

#bigGap {
	margin-bottom:20px;
}

h1{
	font-size: 14px;
}

#mainWrap{
	margin:0 auto;
	height:100%;
	width:800px;
}

#wrap{
	margin:0 auto;
	height:auto;
	width:790px;
	background-color: #fff;
	padding: 5px;
}

#header{
	height: 200px;
	width: 100%;
	background-image: url(../images/extendabuild_header.jpg);
}

#menuBar{
	height: auto;
	width: auto;
	margin-top:5px;
	text-align:center;	
}

#spacer{
	height:20px;
}

.button a:link {
	height: 100%;
	width: 24%;
	background-color: #cecece;
	float: left;
	margin-right: 7.8px;
	text-align:center;
	padding: 10px 0;
	display: block;	
	color: #4e4e4e;
	text-decoration: underline;
	} 

.button a:visited {
	height: 100%;
	width: 24%;
	background-color: #cecece;
	float: left;
	margin-right: 7.8px;
	text-align:center;
	padding: 10px 0;
	display: block;	
	color: #4e4e4e;
	text-decoration: underline;
}

.button a:hover,a:focus {
	height: 100%;
	width: 24%;
	background-color: #262626;
	float: left;
	margin-right: 7.8px;
	text-align:center;
	padding: 10px 0;
	display: block;	
	color: #fff;
	text-decoration: underline;
}

#content{
	height:auto;
	width:100%;
	margin-top:10px;
}

#leftContent{
	width:60%;
	height:auto;
	font-family: Verdana;
	font-size: 12px;
	color: #959595;
	line-height: 20px;
	float:left;
}

/* Needs to be 118px wide */
#leftContent img{
	padding: 2px;
	background-color: #f7f7f7;
	border: 1px solid #c2c2c2;
	float: left;
	margin-right: 2px;
	/* margin-top:193px; */

}


.galleryImage {
	height:auto;
	width:auto; /* Image needs to be no more than 453px */
	padding: 5px;
	background-color: #f7f7f7;
	border: 1px solid #c2c2c2;
	margin-bottom:15px;
}

#rightContent{
	float:right;
	width: 38%;
	height: auto;
}

/* 290w 218h */
#rightContent img{
	padding: 5px;
	background-color: #f7f7f7;
	border: 1px solid #c2c2c2;
}

#rightContent p{
	font-style: italic;
	font-size: 12px;
	text-align: center;
	color: #262626;
	margin-top:5px;
	margin-bottom:15px;
}

#footer{
	height:auto;
	width:790px;
	background-color: #eaeaea;
	padding:5px;
	border-top: 3px solid #dfdfdf;
}

.footerBox{
	margin-top:5px;
	margin-left:20px;
	float:left;
	width:30%;
	font-size: 12px;
	font-weight: bold;
}

.footerBox a:link {
	color: #000;
}

#designedBy {
	width: 780px;
	height:auto;
	padding:10px;
	font-size:12px;
	color:#fff;
	background-color: #cecece;
	text-align: right;
}

#designedBy a:link {
	font-size: 12px;
	text-decoration: none;
	color: #262626;
}

#designedBy a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #262626;
}

.galleryItem {
	margin-top: 0px;
	height: 133px;
	width: 220px;
	padding: 5px;
	float: left;
	margin-right: 7px;
	margin-top:20px;
	overflow:hidden;
}

.galleryItem img {
	margin: 0px;
	padding: 0px;
}

/*
#designedBy a:visited{
	font-size: 12px;
	text-decoration: none;
	color: #262626;
}
*/

