@charset "utf-8";
/* CSS Document */
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, 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 
{ 
	border: 0; 
	font-family: inherit; 
	font-size: 100%; 
	font-style: inherit; 
	font-weight: inherit; 
	margin: 0; 
	outline: 0; 
	padding: 0; 
	vertical-align: baseline; 
}
html { 
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */ 
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */ 
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */ 
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ 
}
article, aside, details, figcaption, figure, footer, header, nav, section { display: block; }
ol, ul { 
	list-style: none; 
}
table { /* tables still need 'cellspacing="0"' in the markup */ 
	border-collapse: separate; 
	border-spacing: 0; 
}
caption, th, td { 
	font-weight: normal; 
	text-align: left; 	
}
blockquote:before, blockquote:after, q:before, q:after { 
	content: ""; 
}
blockquote, q { 
	quotes: "" ""; 
}
a:focus { 
	outline: thin dotted; 
}
a:hover, a:active { 
/* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */ 
	outline: 0; 
}
a img { 
	border: 0; 
	}
* { 
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}

.box1 {
	width: 1024px;
	margin: 0 auto;
}
h1 {
	text-indent: -999em;
	width: 90%;
	height: 230px;
	background-repeat: no-repeat;
	background-image: url(../images/blopez-logosvg1.svg);
}
.copy1 {
	width: 80%;
	height: 370px;
	background: url(blopez-copy2.gif) no-repeat;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: medium;
	margin-top: 50px;
	margin-right: 150px;
	margin-left: 99px;
	margin-bottom: auto;
	color: #757575;
	line-height: 30px;
	
}
.copy2 {
	width: 80%;
	height: 330px;
	background: url(blopez-copy2.gif) no-repeat;
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: medium;
	margin-top: 50px;
	margin-right: 200px;
	margin-left: 104px;
	margin-bottom: auto;
	color: #757575;
	line-height: 30px;
}

.contact {
	display: block;
	text-indent: -999em;
	width: 100%;
	height: 280px;
	background-image: url(../images/blopez-contactsvg1.svg);	
}
.no-svg h1 { background: url(blopez-logo.gif) no-repeat; }
.no-svg .copy1 { background: url(blopez-copy2.gif) no-repeat; }
.no-svg .copy2 { background: url(blopez-copy1.gif) no-repeat; }
.no-svg .contact a { background: url(blopez-contact.gif) no-repeat; }
