/* 
Author: Dominic Gagne-Leduc 
Author URI: http://www.wsisme.com
Website:
*/

/* =Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, ul, ol, dl, img {
	margin:0;
	padding:0;
	}


body {
	background-image:url(/img/ads/bg.jpg);
	background-repeat:repeat-x;
	background-color:#abb8c0;
}
p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #403e3e;
	padding:5px;

}
a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #1a478d;
	text-decoration:underline;
}

a img {
border:none;
}

h1 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #403e3e;
	padding-left: 20px;
	margin:10px;
	text-transform:uppercase;
}

ul {
	list-style-image:url(/img/ads/icon-list.jpg);
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #403e3e;
	padding:5px 20px 2px 45px;

}

/* =Layout
------------------------------------------------------------------*/

#wrapperleft {
	margin: 0px auto;
  width:702px;
	padding:0px;
	background-image:url(/img/ads/bg-left.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
#wrapperright {
	margin: 0px auto;
  width:702px;
	padding:0px;
	background-image:url(/img/ads/bg-right.jpg);
	background-position:right;
	background-repeat:repeat-y;

}
#wrapper {
	margin: 0px auto;
  width:700px;
	padding:0px;
	background-color: #ffffff;
}
#spacer {
	height: 80px;
	margin: 0px auto;
  width:700px;
	padding:0px;
	}

.bluebartop {
  width:700px;
	height:5px;
	background-color: #1a478d;
	background-image:url(/img/ads/bg-spacer-top.jpg);
	background-repeat:repeat-x;
}
.bluebarbottom {
  width:700px;
	height:6px;
	background-color: #1a478d;
	background-image:url(/img/ads/bg-spacer-bottom.jpg);
	background-repeat:repeat-x;

}
#request { 
  width:700px;
	}
#form { 
  width:400px;
  float:left;
  		}
#form p { 
  padding: 5px 10px 5px 30px;
  margin: 0px;
  		}
#top {
  width:700px;
	height:300px;
	background-image:url(/img/ads/bg-top.jpg);
  background-repeat:no-repeat;

}
#logo { 
	margin: 15px 0px 0px 30px;
	height: 85px;
	width: 185px;
	}
#topquote { 
	margin: 7px 20px 0px 0px;
	height: 25px;
	width: 130px;
	float:right;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color: #9e2828;
	font-weight: bold;
	text-align:right;
	font-variant:small-caps;
	}
#bannertext { 
	height: 100px;
	width: 500px;
	margin: 70px 0px 0px 50px;
	}
#bannertext p { 
	font-size:36px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #1a478d;
	font-variant:small-caps;
	padding: 0px;
	margin: 0px;
	}
.bannerquote {
	font-size:14px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #403e3e;
	font-variant:small-caps;
}

#productinfo { 
	height: 15px;
	width: 250px;
	float:right;
	margin: 10px 25px 0px 0px;
	}
#productinfo p { 
	font-size:14px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #1a478d;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}


#main {
  width:700px;
	background-color:#ffffff;
}
#left {
  width:350px;
  float:left;
}
#right {
  width:350px;
  float:left;
}

#footer {
clear:both;
  width:700px;
  height: 70px;
  background-image:url(/img/ads/bg-footer.jpg);
  background-repeat:no-repeat;
}

.red {
	color: #9e2828;
	font-style:italic;
	}