/*=================================================*/
/* edgewaterjet.ca                                  */
/*=================================================*/
/*
		Dimensions:
			Total Width 						= 800px / center align
			Single Column Width 		= 395px
			Dual Column Width 			= 800px

		Margins:
			Top/Left 								= 0px
			Bottom/Right 						= 20px (excluding far right column)

		Colors:
			Red 										= #b90000
			Black 									= #000000
			Medium Gray 						= #434343
			Light Gray 							= #ababab

		Notes:
			-

*/

/*============================================fuse=*/

/*                                                 */
/* Generic elements                                */
/*                                                 */

/* FONTS */

@font-face {
	font-family: 'avantgarde';
	src: url('fonts/avantgarde_bk_bt_webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'avantgarde';
	src: url('fonts/avantgarde_bk_bt_webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* STYLES */

body{
	background:#000000;
	border-top:1px solid #b90000;
	color:#ffffff;
	font: 13px/1.5 Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#b90000;
	text-decoration:none;
}

.clearBoth, .clear-both{
	clear:both;
}


p{
	margin-bottom:18px;
	line-height:18px;
}
/*                                                 */
/* Layout elements                                 */
/*                                                 */


#header{
	width:100%;
	height:100px;
	background:#000;
	margin-bottom:10px;
}
#header-inner{
	width:800px;
	margin:0 auto;
}
#logo{
	width:276px;
	height:69px;
	float:left;
	margin-top:24px;
	margin-left:-50px;
}

#menu ul {
  list-style-type: none;
}
#menu{
	width:555px;
	height:40px;
	float:right;
	margin-top:58px;
	margin-right:-50px;
}
#menu ul li{
	float:left;
	list-style:none;
}
#menu ul li a {
  font-family: "avantgarde", Verdana, Arial, Helvetica, sans-serif;
	margin-right:26px;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}

#menu ul li a.active,
#menu ul li a:hover {
  color: #b90000;
}

p.small-text {
  font-size: 9px;
}

p.underline-text {
  text-decoration: underline;
  font-weight: bold;
}

ul.contact {
  margin-bottom: 15px;
}

ul.contact li {
  margin-bottom: 5px;
}

#wrapper{
	width:800px;
	margin:0 auto;
}
#gallery{
	width:800px;
}
#body{
	width:800px;
	background:#000;
	padding:10px 0px;
	margin-bottom:10px;
	min-height: 450px;
}
.leftCol{
	float:left;
	width:370px;
	padding:0px 20px 0 0;
}
.rightCol{
	float:right;
	width:370px;
	padding:0px 0 0 20px;
}
.contactus span, .indents span{
	display:block;
	float:left;
	width:100px;
}

/*                                                 */
/* Detail elements                                 */
/*                                                 */

/* PAGE HEADERS */

h2.whatwedo {
  background: url(../img/h2_whatwedo.png) no-repeat;
  width: 138px;
}

h2.faqs {
  background: url(../img/h2_faqs.png) no-repeat;
  width: 52px;
}

h2.contactus {
  background: url(../img/h2_contactus.png) no-repeat;
  width: 85px;
}

h2.customfeatures {
  background: url(../img/h2_creativetile.png) no-repeat;
  width: 141px;
}

h2.inlaidtile {
  background: url(../img/h2_designservices.png) no-repeat;
  width: 181px;
}

h2.media {
  background: url(../img/h2_storyroom.png) no-repeat;
  width: 181px;
}

h2{
	text-indent: -999em;
  margin-bottom:1em;
  overflow: hidden;
  height: 45px;
}


#footer{
	height:35px;
	font-size:10px;
	padding:0 0px;
	color:#888;
}
#footer a{
	color:#888;
}
#footer .left{
	float:left;
}
#footer .right{
	float:right;
}

h3 {
  font-size:1.1em;
  margin-bottom:1.4em;
  margin-left:0;
  margin-right:0;
  margin-top:1.4em;
}

ul {
  list-style-type: disc;
  margin: 5px 0 5px 15px;
  line-height: 15px;
}

ul li {
  margin-bottom: 10px;
}

ul li ul {
  list-style-type: circle;
}