/*
Author: Word Communications
URL: http://broadwaymarketing.com
Tags: broadway, marketing, advertising, branded products
*/

/*Reset */

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, 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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus {
	outline:0;
}
body {
	background-image:url('images/bg.jpg');
	background-repeat:repeat;
	background-color:#8fb4e0;
	color:#333;
	font-family:Georgia, serif;
}
ol, ul {
	list-style:none;
}
/* UTILITIES*/

.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.clear {
	clear:both;
}
/* LAYOUT */
#container {
	width:950px;
	margin:0 auto;
}
#wrap {
	width:84%;
	background-image:url('images/stars.jpg');
	background-repeat:no-repeat;
	height:220px;
	margin:0 auto;
}
* {
	margin:0;
	padding:0;
}
html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height:auto;
	min-height:100%;
}
/* TOP */

#header {
	width:90%;
	padding:145px 0 0px 0;
	margin-bottom:25px;
	text-align:center;
}
/* MAIN */


#main {
	width:90%;
}


/*****     Left side box     *****/
.box_l {
	float:left;
	padding:10px 0 0 10px;
	width:340px;
	height:222px;
	background-image:url(images/box.png);
	background-repeat:no-repeat;
	_background:none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/box.png', sizingMethod='crop');
}
.box_l h3 {
	display:inline;
}
.box_l h3 a {
	display:block;
	width:310px;
	height:59px;
	text-indent:-9999px;
	background:url('images/products_button.jpg');
	float:left;
}
.box_l h3 a#products {
	background-position:0px 0px;
}
.box_l h3 a#products:hover {
	background-position:-310px -59px;
}



/*****     Right side box     *****/
.box_r {
	float:right;
	padding:10px 0 0 10px;
	width:340px;
	height:222px;
	background:url(images/box.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/box.png', sizingMethod='crop');
}
.box_r h3 {
	display:inline;
}
.box_r h3 a {
	display:block;
	width:310px;
	height:59px;
	text-indent:-9999px;
	background:url('images/marketing_button.jpg');
	float:left;
}
.box_r h3 a#marketing {
	background-position:0px 0px;
}
.box_r h3 a#marketing:hover {
	background-position:-310px -59px;
}



/*****     FOOTER     *****/
#footer {
	width:86%;
	position:relative;
	padding:10px 0 0 0;
	margin:0 auto;
	height:60px;
	clear:both;
}
.copyright {
	font-family:"Trebuchet MS", sans-serif;
	float:right;
	padding-top: 1px;
	font-size: .6em;
}
.address {
	font-family: Trebuchet MS, sans-serif;
	float: left;
	font-size: .8em;
}
/* TYPOGRAPHY */

a:link {
	color: #688690;
	text-decoration: none;
-webkit-transition: color .3s linear;
}
a:visited {
	color: #688690;
	text-decoration: none;
}
a:hover {
	color: #3e565e;
	text-decoration: underline;
}
a:active {
	color: #3e565e;
	text-decoration: underline;
}
p {
	font-size: 1em;
	color:#333;
}
h1 {
	text-indent: -9999px;
}
h2 {
	font: 1em "Georgia", serif;
	padding-bottom:2px;
	color: #3e565e;
}
h3 {
	text-align: center;
	font: 1em arial, sans-serif;
}
ul.list {
	width:310px;
	padding:0;
}
ul li {
	font-family: "Trebuchet MS", sans-serif;
	font-size: .88em;
	line-height: 1.8em;
	text-align: center;
}
span.bold_sans {
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
}

