/* BROWSER RESET - elimantes default browser css for the following elements. 
===================== */ 
@import url("gfx/MasterFloatRESETv12.css"); /* Upload stylesheet to GFX folder */
@import url("gfx/960_24_col.css");

* { /*DO NOT REMOVE*/
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
}

body.landing {
	background-image: url(gfx/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #919191; 
	margin: 0px;
	}

body.interior {
	margin: 0 auto;
	
	background-repeat: repeat-x;
	background-position: left top;
}

p, ul, li, td, address {
	font-size: 13px;
}

address a {
	color: #FFF;
	font-weight: bold;
	}
	
	address strong {
	color: #333;
		}

a{
	color: #000;
	font-size: 13px;
}
strong {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}


p {
	line-height: 17px;
	margin-bottom: 20px;
	
}

address {
	font-style: normal;
	color: #FFF;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	font-family: "Arial, Helvetica, sans-serif";
	line-height: 16px;
	margin-top: 15px;
}

address strong {
	color: #333;
	}

table {
	width: 600px;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

td {
	padding: 5px;
	font-size: 11px;
	vertical-align: top;
}

td a {
	font-size: 11px;
	font-weight: bold;
	}


h1 {
	color: #333;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	margin-left: 40px;
}

h2 {
	font-weight: bold;
	text-align: left;
	color: #333;
	font-size: 15px;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #10263B;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

hr {
	height: 1px;
	clear: both;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 15px;
	margin-right: 30px;
	margin-left: 30px;

	*margin-top: 0;
	margin-bottom: 15px;

	*margin-bottom: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #6F6B6A;
}

hr.thick {
	height: 1px;
	border-top-width: 6px;
}

sup, 
sub { 
	position : relative;
	font-size : 75%; 
	line-height : 0; 
	}

sup { 
	top : -.5em; 
	}

sub { 
	bottom : -.25em; 
	}


/* ----------------- GENERAL LINKS ----------------- */
a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
	
a:hover {
	color: #000;
}

a img {
	border: none;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	list-style: square;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

ol {
	list-style-type: decimal;
	margin-right: 20px;
}

li {
	line-height: 18px;
	margin-bottom: 5px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}

ul.left {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 35px;
	margin: 0px;
}



/* ------------------------- MAIN NAVIGATION ----------------------------- */
div#menu {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0px;
	z-index: 99;
	bottom: 6px;
	width: 960px;
}
ul#nav {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
ul#nav li {
	float: left;
	padding: 0;
	list-style: none;
	list-style-image: none;
	margin-bottom: 0px;
	background-image: url(gfx/divider.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	}
ul#nav li.last {
	border-right-style: none;
}
ul#nav li.first {
}
ul#nav li a {
	text-align: center;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	background-image: #000 !important; /* replace background image here, leave !important tag in place */
	position: relative9; /* IE8 and below */
	z-index: 09; /* IE8 and below */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
    
	
}
/* yes, you can combine the bottom two styles if you would like or need to */	
		ul#nav li.current a  {
	color: #000;
	background-color: #f1f601;
	-moz-border-radius: 5px;
border-radius: 5px;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d8c506), to(#f3f901));
	background: -webkit-linear-gradient(#d8c506, #f3f901);
	background: -moz-linear-gradient(#d8c506, #f3f901);
	background: -ms-linear-gradient(#d8c506, #f3f901);
	background: -o-linear-gradient(#d8c506, #f3f901);
	background: linear-gradient(#d8c506, #f3f901);
	-pie-background: linear-gradient(#d8c506, #f3f901);
			}
		ul#nav li a:hover {
	color: #000;
	background-color: #f1f601;
	-moz-border-radius: 5px;
border-radius: 5px;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#d8c506), to(#f3f901));
	background: -webkit-linear-gradient(#d8c506, #f3f901);
	background: -moz-linear-gradient(#d8c506, #f3f901);
	background: -ms-linear-gradient(#d8c506, #f3f901);
	background: -o-linear-gradient(#d8c506, #f3f901);
	background: linear-gradient(#d8c506, #f3f901);
	-pie-background: linear-gradient(#d8c506, #f3f901);
			}


ul#nav li ul { /* second-level lists */
	position: absolute;
	width: 160px;
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: none;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
ul#nav li ul li {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -15px;
}
ul#nav li ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0px;
	font-size: 12px;
	width:160px;
	z-index: 99;
	text-align: left;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #10263b;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
}
ul#nav li ul li a:hover {
	text-decoration: none;
	display: block;
	margin: 0px;
	font-size: 12px;
	z-index: 99;
	color: #000;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	background-color: #040d18;
}
ul#nav li ul ul { /* third-and-above-level lists */
margin: -33px 0 0 230px;
}
ul#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
z-index: 5000;
}
ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li.sfhover ul, ul#nav li li.sfhover ul, ul#nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
z-index: 5000;
}
ul#nav li ul ul ul,ul#nav li ul ul ul ul, ul#nav li ul ul ul ul ul { /* third-and-above-level lists */
margin: -33px 0 0 230px;
z-index: 5000;
}
ul#nav li:hover ul ul ul ul, ul#nav li.sfhover ul ul ul ul,ul#nav li:hover ul ul ul ul ul, ul#nav li.sfhover ul ul ul ul ul,ul#nav li:hover ul ul ul ul ul, ul#nav li.sfhover ul ul ul ul ul {
left: -999em;
}
ul#nav li li li li:hover ul, ul#nav li li li li.sfhover ul,ul#nav li li li li li:hover ul, ul#nav li li li li li.sfhover ul, ul#nav li li li li li li:hover ul, ul#nav li li li li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
z-index: 5000;
}


/* ------------------------- UTILITY NAVIGATION ----------------------------- */

ul#mirror-menu-module {
	text-align: center;
	margin: 0px 0 30px;
	padding: 0px;
}

ul#mirror-menu-module li {
	margin: 0px;
	list-style: none;
	padding: 0px 6px;
	display: inline;
	border-right: 1px solid #fff;
	
}

ul#mirror-menu-module a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
	
ul#mirror-menu-module a:hover {
	text-decoration: underline;
}

ul#mirror-menu-module li#mirror_menu_td_25972 {
    border-right: none;
}/* ----------------- LAYOUT ELEMENTS ----------------- */
div#header {
	width: 960px;
	height: 302px;
	position: relative;
	z-index: 100;
	background-image: url(gfx/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#header2 {
	width: 950px;
	height: 284px;
	text-align: left;
	position: relative;
	
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	z-index: 1000;
}
div#slideshow {
	position: absolute;
	top: 0;
	left: 0;
	width:960px;
	height: 332px;
	
}

div#sidebar {
	padding-bottom: 20px;
	margin-top: 75px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}


div#cta {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 333px;
	width: 267px;
	}

div#callout {
	height: 296px;
	background-image: url(gfx/bg_callout.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 960px;
	padding-top: 10px;
	margin: 0 auto;
	
	}
#callout h2 {
	text-align: center;
	margin-top: 7px;
	font-size: 18px;
}
#callout p {
	color: #FFF;
	font-weight: normal;
	line-height: 16px;
	margin-top: 153px;
	padding-left: 10px;
	padding-right: 10px;
}

.callouta {
	float: left;
	width: 228px;
	margin-left: 16px;
	background-image: url(gfx/bg_callouta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 285px;
}

.calloutb {
float: left;
	width: 228px;
	margin-left: 6px;
	background-image: url(gfx/bg_calloutb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 285px;	
	}
	
	.calloutc {
float: left;
	width: 228px;
	margin-left: 6px;
	background-image: url(gfx/bg_calloutc.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 285px;	
	}
	
	.calloutd {
float: left;
	width: 228px;
	margin-left: 6px;
	background-image: url(gfx/bg_calloutc.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 285px;	
	}


.ctabutton {
	margin-bottom: 0px;
	margin-top: -5px;
}



.slide {
	margin-left: 23px;
}
.right {
}

div#location {
	background-image: url(gfx/bg_location.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 960px;
	min-height: 240px;
	
}
#location h2 {
	color: #FFF;
	text-transform: uppercase;
	margin-top: 25px;
}


	#location p {
	font-size: 12px;
	font-weight: normal;
	margin-top: 25px;
	line-height: 16px;
	font-color: #333;
	color: #333;
		}


	
	.center {
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	border: 1px solid #DADADA;
		}
				
				#textbox img {
					
					}




div#textcontent {
	padding-bottom: 20px;
	background-image: url(gfx/bg_content.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 960px;
}

#textcontent h1 {
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-left: 30px;
	margin-right: 30px;
}
#textcontent h2 {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5d0000;
	font-weight: bold;
	margin-right: 30px;
	margin-left: 30px;
}
#textcontent ul {
	margin-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
}


#textcontent ol {
	margin-left: 50px;
	}


	
				
#textcontent p {
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	margin-left: 30px;
	margin-right: 20px;
	}
#textcontent ul li a {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#sidecolumn {
}
#sidecolumn p {
	margin-left: 0px;
}




/* ----------------- COPYRIGHT/LOGIN ----------------- */
div#copyright {
	clear: both;
	font-size: 10px;
	color: #333;
	text-align: center;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
	
	div#copyright a {
	text-decoration: underline;
	color: #333;
	font-size: 10px;
	}
	
	div#copyright a:hover {
	color: #463d35;
	text-decoration: underline;
	}

.clear {
	clear: both;
}

.nobr {
	white-space: nowrap;
}
.borderright {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #e1e1e2;
}



div#logo {
	position: absolute;
	top: 0;
	left: 0;
	}
	
	div#button {
	bottom: 75px;
	right: 20px;
	position: absolute;
		}
		
		div#number {
		top: 0;
		right: 0;
		position: absolute;	
			}

.textcenter {
text-align: center;
margin-bottom: 15px;

}
/* search module */
div#modulesearch {
	width: 222px;
	height: 45px;
	position: absolute;
	bottom: 10px;
	right: 0;
	z-index: 2;
}
div#modulesearch input {
	font-family: "Trebuchet MS", "Trebuchet MS", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	color: #333;
}
div#modulesearch .search_button {
	width: 35px;
	height: 28px;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	color: transparent;
	text-transform: capitalize;
	margin-top: 5px;
	margin-left: 0;
	cursor: pointer;
	
}
div#modulesearch .search_field {
	border: none;
	margin-top: 10px;
	margin-left: 25px;
	width: 170px;
	height: 16px;
	color: #5a5959;
	background: #fff;
}
div#modulesearch a{
	font-weight: bold;
}	


	.subbutton {
		margin-left: 37px;
		}

.landing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2a3e7e;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.right {
	float: right;
}
.imgborder {
	padding: 5px;
	border: 1px solid #D7E3EE;
	margin-bottom: 15px;


	*margin-bottom: 5px;
	background: #FFF;
}

.imgright {
	padding: 5px;
	border: 1px solid #D7E3EE;
	float: right;
	margin-left: 15px;
	background: #FFF;
	clear: right;
	margin-bottom: 10px;
	}
	
.imgleft {
	padding: 5px;
	float: left;
	background: #FFF;
	clear: right;
	margin-bottom: 10px;
	margin-right: 10px;
	}

	
	.emphasis {
	border: 1px solid #CCC;
	text-align: center;
	padding: 10px;
	background-color: #EFEFEF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 30px;
	margin-left: 30px;
	color: #333;
	
			}
		
		
		.smalltext {
			font-size: 11px;
			
		}

.mainlist {
	margin-left: 40px;
	margin-bottom: 15px;
}


/*wrappers if you require for your design*/
div#wrapperheader{
	height: 634px;

	background-repeat: repeat-x;
	background-position: center top;
}
div#wrapperheader2{
	height: 656px;

	background-repeat: repeat-x;
	background-position: left top;
}


div#wrappercontent{
	clear:both;
	
	background-repeat: repeat-y;
	background-position: center top;
}

div#wrappercontent2{
	
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
}
div#wrapperlocation {
	clear: both;
}
div#wrappercallout {

}


div#subheader {
	height: 332px;
	position: relative;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(gfx/bg_subheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
}

div#subheadera {
	height: 354px;
	width: 960px;
	position: relative;
	z-index: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(gfx/bg_subheadera.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}


#cta {
	position: absolute;
	top: 0;
	right: 0;
	width: 310px;
	height: 342px;
	}

div#subheadercta {
	position: absolute;
	top: 0;
	height: 224px;
	width: 960px;
	}



div#wrapperfooter {
	clear:both;
	
	background-repeat: repeat-x;
	background-position: left top;
}
	
	div#footer {
	text-align: center;
	padding-top: 10px;
	margin-bottom: 30px;
	width: 960px;
	background-image: url(gfx/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
		}
		
		#footer h3 {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 15px;
			}
		
		



div#bing-maps-widget .widget-body div {
/* ----------------- width: 445px !important; ----------------- */
}
.widget-body {
height: auto;
}
.bing-map-link a {
color: #000000;
font-size: 12px !important;
padding-left: 15px;
}

div#main {
margin: 0 0 0 20px !important;
}

div#di_wrapper {
padding-left: 50px !important;
}

#directions-title {
display: none;
}

.map-options {
padding: 20px 0 0 10px !important;
}
#directions-container {
margin: 15px 0 0 0;
}


#form {
	width: 280px;
}

.column_One, .column_Two {
	margin-bottom: 5px;
}

input.text_field {
	padding: 5px;
}

label.form_field_text, label {
	color: #333;
	font-weight: bold;
}

body input[type="radio"], body input[type="checkbox"] {
    margin-right: 5px;
}

input.text_field, input.buttons, input.search_button, input.search_field, select, textarea, form span {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 0px 5px 5px 0;
}




#Zoom-gallery-module{width:90%;margin-top:35px}#Zoom_gallery_list ul{list-style:none!important;margin:0;padding:0;clear:both}#Zoom_gallery_list ul li{float:left;margin-bottom:5px;position:relative}#Zoom_gallery_list ul li div{text-align:center;font-size:.85em;overflow:hidden;max-width:auto;padding:0;margin:0 10px;background:none height:125px;}Zoom_gallery_item_name {background: none;}
#Zoom_gallery_list ul li a{display:block;overflow:hidden;height:100%;position:relative}#Zoom_gallery_list ul li a img{width:100%!important;height:auto;border-width:0;position:relative;background:0;padding:0;display:block}#Zoom_gallery_list ul li p{margin:.25em 0 1.5em;padding:0 2em;font-weight:bold}#imageDescription{margin-bottom:20px}div#content #Zoom_gallery_list img[src^="/var"],div#content #Zoom_gallery_list img[src^="/images"]{border-width:0;margin:0 auto}#Zoom_gallery_list .clear{*display:none}

.servingarea {
	border: 1px solid #CCC;
	padding: 5px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: normal;
		}
		
.sms-button {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../../../../../../professional/1/main/en/gfx/att%20click2sms/sms-button.png");
    background-origin: padding-box;
    background-position: left 55%;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline!important;
    font-size: 12px!important;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 10px;
    width: 90px;
}		

.border {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #e1e1e2;
	margin-left: -1px;
	}
.coupon {
	width: 210px;
	background-color: #fff;
	border: 5px dashed #333;
	float: left;
	margin-right: 20px;
	height: 200px;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #333;
	line-height: 24px;

	}
		
		.big {
	color: #F00;
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	line-height: 24px;
}

.smalltext {
	font-size: 14px;
	text-align: center;
	line-height: 15px;
	font-weight: normal;
	padding-top: 20px;
	}
	
	#contactform {
	position: absolute;
	width: 259px;
	height: 534px;
	
	background-repeat: no-repeat;
	background-position: left top;
	top: 354px;
	z-index: 600;
	left: -15px;
}

.right {
	margin-bottom: 0px;
	float: right;
	}
	
.title {
	
	background-repeat: no-repeat;
	background-position: left top;
	height: 67px;
	width: 960px;
	}	
	
#sliderBtn {
	display:none;
	cursor: pointer;
	text-align: center;
	margin-top: -10px;
}
#formSlider {

}	
ul#sections {
	list-style-type: none;
	margin-left: 20px;
}

ul#sections li {
	display: inline;
	float:left;
	font-size: 12px;
	text-align: center;
	border: 1px solid #D7180F;
	margin-left: 2px;
	}
ul#sections li a {
	display: block;
	text-decoration: none;
	font-size: 11px!important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F03129;
	color: #FFF;
}


ul#sections li a:hover, ul#sections li a:visited {
	background-color: #AD140C;	
}

.print-page-link {

	margin-left: 25px;
}

.widget-body a {
	color: #fff!important;
}

#Zoom-gallery-module {
width: 90%!important;
margin-left: 30px!important;
}

#Zoom_gallery_list ul li a img {
background: #eee;
padding: 0px!important;
border: 1px solid #c7c7c7;
width: 100%;
}

.address{
	font-size:12px;
	font-family: "Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: normal;
}