@charset "UTF-8";
/* CSS Document */

/* Colors
light blue #7ab3dc
blue #00c8ff
*/

/* begin css 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,
b, u, i, center,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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1px;
}
ol, ul {
	list-style: none;
}
/* end css reset ================================================ */

body {background:#091278 url(images/bg-fade.png) top left repeat-x; width:100%; height:100%; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:20px; color:#ffffff;}

a {color:#bc0010; text-decoration:none;}
a:hover {color:#7ab3dc;}

#container {width:684px; margin:0 auto 40px auto; min-height:900px; background:url(images/bg-main.png) top left no-repeat;}
#container-green {width:684px; margin:0 auto 40px auto; min-height:900px; background:url(images/bg-main-green.png) top left no-repeat;}
#title {width:684px; padding:51px 0 0 0;}
#quote {width:598px; padding:0 0 30px 40px; font-size:14px;}
#quote-name {color:#7ab3dc; text-align:right; width:100%;}
#sub-title {width:576px; padding:0 0 18px 108px;}
#txt {width:460px; padding:0 0 0 150px;}
#brand-new {width:460px; padding:10px 0 0 150px; text-align:right;}

.img-right {background:url(images/img-back.png) top left repeat; padding:16px; margin:0 0 20px 20px; float:right;}
.blue {color:#00c8ff;}
.green {color:#a8ff00;}
.red {color:#da0014;}
.sub-txt {color:#999999; font-size:10px; font-style:italic;}


