/* CSS Document */


body {
    background: url("http://www.brightonretail.com/images/stripes.jpg") repeat fixed center top #FFFFFF;
    font-family: arial,tahoma,verdana;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, bottom {
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    border: 0 none;
   
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
	font-family:"Lato", Times, serif;
	text-align:center;

}
a{
	color:black;
	font-weight:bold;
}




div.header{
	position:relative;
	font:700 50px/53px 'Lato', "Times New Roman";
	display:block;
	width:960px;
	height:75px;
	color:#fff;
	background-color:#007121;
	-moz-box-shadow: 0 2px 6px 0px #888;
	-webkit-box-shadow: 0 2px 6px 0px #888;
	box-shadow: 0 2px 6px 0px #888;
	z-index:2;
	margin:0 auto;
	margin-top:65px;
}
div.header a.login{
	width:100%;
	display:block;
	text-align:right;
	padding:5px 0;
	font-size:15px;
	position:absolute;
	bottom:60px;
}
div.header .logo{
	position:absolute;
	left:40px;
	top:-40px;
}
div.header span.companyName{
	font-family:"TImes New Roman";
	text-align:right; 
	width:100%;
	display:block;
	box-sizing: border-box;
	text-align: right;
	padding-right: 10px;
	
}
div.header span.subtitle{
	font-size:16px;
	display:block;
	width:100%;
	line-height:20px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	text-align: right;
	padding-right: 10px;
}

/*  footer */
div#subscribe{
	margin:0 auto;
	padding:10px 0;
	text-align:right;
	background:#f2f1df;
	border:1px solid #a7a69f;
	width:960px;
	position:relative;
	display:block;
	height:100px;
}
div#subscribe div.break{
	clear:both;
}
div#subscribe div.address{
	float:left;
	padding:0 20px;
	text-align:center;
	border-right:1px solid #000;
	width:250px;
	display:block;
	height:100px;
}
div#subscribe div.address span{
	color:#000;
	display:block;
	padding:15px 0 15px;
	text-align:center;
	text-transform:uppercase;
	font:12px/15px 'Lato', Arial, Helvetica, sans-serif;
	width:100%;
}
div#subscribe div.text{
	float:left;
	padding:34px 0 0 15px;
	text-align:center;
	font:bold 14px/19px 'Lato', Arial, Helvetica, sans-serif;
}
div#subscribe form{
	top:28px;
	right:20px;
	width:40%;
	background:#fff;
	text-align:right;
	position:relative;
	vertical-align:top;
	display:inline-block;
	border:1px solid #007121;
}
div#subscribe form input{
	border:0;
	margin:0;
	padding:0;


	width:68%;
	outline:0;
	height:32px;
	color:#646464;
	background:#fff;
	text-align:center;
	display:inline-block;
	text-transform:uppercase;
	font:14px/32px 'Lato', Arial, Helvetica, sans-serif;
}
div#subscribe form button{
	border:0;
	margin:0;
	padding:0;
	width:30%;
	color:#fff;
	text-align:center;
	background:#007121;
	white-space:nowrap;
	display:inline-block;
	text-transform:uppercase;
	font:14px/32px 'Lato', Arial, Helvetica, sans-serif;
	cursor:pointer;
}
div#subscribe span.response{
	width: 560px;
	position: absolute;
	right: 0px;
	bottom: 11px;
	text-align: left;
	color:#F33;
	display:none;
}
.baseline{
	width:960px;
	clear:both;
	text-align:right;
	margin:0 auto;
	font-size:12px;
	padding:20px 0;
}
