/*------------------html elements-----------------------*/

a,body,caption,div,em,fieldset,h1,h2,h3,h4,h5,h6,input,label,legend,li,ol,p,select,span,strong,sup,td,textarea,th,ul {
	font-family:arial,helvetica,trebuchet ms,verdana;
}

a {
	color:#797979;
	text-decoration:underline;
}

a:hover {
	color:#D90032;
	text-decoration:underline;
}

a.linkNoUnderline {
	text-decoration:none;
}

a.linkNoUnderline:hover {
	text-decoration:underline;
}

address {
	font-style:normal;
}

blockquote {
	margin:0px 0px 15px 0px;
}

body {
	background-color:#FFFFFF;
	background-position:0% 0%;
	background-repeat:no-repeat;
	color:#797979;
	font-size:70%;
	margin:0px;
	padding:0px;
	text-align:center;
}

embed {
	float:left;
}

fieldset {
	border:none;
	clear:both;
	margin:0px;
	padding:0px;
}

form {
	border:none;
	float:left;
	margin:0px;
	padding:0px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	float:left;
}

html>body form {
	float:none;
}

h1 {
	color:#D90032;
	font-size:140%;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h2 {
	color:#D90032;
	font-size:120%;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h3 {
	color:#D90032;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h4 {
	color:#D90032;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h5 {
	color:#D90032;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h6 {
	color:#D90032;
	font-size:100%;
	font-style:normal;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
	float:none ! important;
	voice-family: "\"}\""; 
	voice-family:inherit;
	float:none ! important;
}

html>body h1 img,
html>body h2 img,
html>body h3 img,
html>body h4 img,
html>body h5 img,
html>body h6 img {
	float:left ! important;
}

img {
	border:none;
	margin:0px;
	padding:0px;
}

input {
	font-size:100%;
}

label {
	clear:left;
	color:#797979;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
}

legend {
	border:none;
	font-weight:normal;
	margin:0px 0px 0px -7px;
	padding:0px;
}

object {
	float:left;
}

ol {
	padding-left:30px;
	margin-left:0px;
	margin-bottom:15px;
	margin-top:0px;
}

ol ol {
	margin-bottom:0px;
}

ol li {
	margin-bottom:3px;
}

p {
	margin:0px 0px 12px 0px;
	line-height:130%;
}

pre {
	font-size:100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size:100%;
}

html>body pre {
	font-size:120%;
}

select {
	font-size:90%;
}

sup {
}

table {
	border:none;
	clear:both;
	font-size:100%;
	margin:0px;
	padding:0px;
}

textarea {
	font-size:100%;
}

ul {
	padding-left:20px;
	margin-left:0px;
	margin-bottom:15px;
	margin-top:0px;
}

ul ul {
	margin-bottom:0px;
}

ul li {
	margin-bottom:3px;
}

/*------------------generic classes-----------------------*/

.backToTop {
}

.bookmark {
	font-size:0px;
	line-height:0px;
}

/*\*/
 html>body*.bookmark { height:0px; }
 /**/

.bookmark a {
	text-decoration:none;
}

.bookmark a span {
	font-size:0px;
	height:0px;
	line-height:0px;
}

.clear {
	clear:both;
	font-size:0px;
	height:0px;
	line-height:0px;
}

.hide {
	position:absolute; 
	left:-99px;
	top:-99px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.hr {
	background-color:#797979;
	border:0px;
	clear:both;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:10px 0px 15px 0px;
	padding:0px;
}

.textError {
	color:#D90032 ! important;
}

.textXLarge {
	font-size:380% ! important;
}

.textLarge {
	font-size:160% ! important;
}

.textMedium {
	font-size:120% ! important;
}

.textSmall {
	font-size:90% ! important;
}

.textXSmall {
	font-size:80% ! important;
}

.textBold {
	font-weight:bold ! important;
}

.textItalic {
	font-style:italic ! important;
}

.textNormal {
	font-weight:normal ! important;
}

.textHighlight {
	color:#D90032;
}

img.float {
	margin-bottom:-3px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	float:left;
	margin-bottom:0px;
}

html>body img.float {
	float:left;
	margin-bottom:0px;
}

/*------------------vertically centered title-----------------------*/

.columnTitle {
	border:none;
	display:inline;
	float:left;
}

.columnTitle h1 {
	display:table;
	position:relative;
	overflow:hidden;
	voice-family: "\"}\""; 
	voice-family:inherit;
	position:relative;
}

html>body .columnTitle h1 {
	position:static;
}

.columnTitle h1 span {
	display:table-cell;
	position:absolute;
	top:50%;
	vertical-align:middle;
	voice-family: "\"}\""; 
	voice-family:inherit;
	position:absolute;
	top:50%;
}

html>body .columnTitle h1 span {
	position:static;
	top:auto;
}

.columnTitle h1 span img {
	position:relative;
	top:-50%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	position:relative;
	top:-50%;
}

html>body .columnTitle h1 span img {
	position:static;
	top:auto;
}

.columnTitle h1 span br {
	clear:both;
}

/*------------------positional classes-----------------------*/

.left { text-align:left ! important; }
.center { text-align:center ! important; }
.right { text-align:right ! important; }
.top { vertical-align:top ! important; }
.middle { vertical-align:middle ! important; }
.bottom { vertical-align:bottom ! important; }

/*------------------background classes-----------------------*/

.bg01 { background-color:#797979; }

/*------------------foreground classes-----------------------*/

.fg01 { color:#666666; }

/*------------------border classes-----------------------*/

.bt00 { border-top:none ! important; }
.bt01 { border-top:1px solid #C9C9C9 ! important; }
.bt02 { border-top:2px solid #C9C9C9 ! important; }
.br00 { border-right:none ! important; }
.br01 { border-right:1px solid #C9C9C9 ! important; }
.br02 { border-right:2px solid #C9C9C9 ! important; }
.bb00 { border-bottom:none ! important; }
.bb01 { border-bottom:1px solid #C9C9C9 ! important; }
.bb02 { border-bottom:2px solid #C9C9C9 ! important; }
.bl00 { border-left:none ! important; }
.bl01 { border-left:1px solid #C9C9C9 ! important; }
.bl02 { border-left:2px solid #C9C9C9 ! important; }

/*------------------margin classes-----------------------*/

.mt00 {	margin-top:0px ! important; }
.mt01 {	margin-top:1px ! important; }
.mt02 {	margin-top:2px ! important; }
.mt03 {	margin-top:3px ! important; }
.mt04 {	margin-top:4px ! important; }
.mt05 {	margin-top:5px ! important; }
.mt06 {	margin-top:6px ! important; }
.mt07 {	margin-top:7px ! important; }
.mt08 {	margin-top:8px ! important; }
.mt09 {	margin-top:9px ! important; }
.mt10 {	margin-top:10px ! important; }
.mt11 {	margin-top:11px ! important; }
.mt12 {	margin-top:12px ! important; }
.mt13 {	margin-top:13px ! important; }
.mt14 {	margin-top:14px ! important; }
.mt15 {	margin-top:15px ! important; }
.mt20 {	margin-top:20px ! important; }
.mt25 {	margin-top:25px ! important; }
.mt30 {	margin-top:30px ! important; }

.mr00 {	margin-right:0px ! important; }
.mr01 {	margin-right:1px ! important; }
.mr02 {	margin-right:2px ! important; }
.mr03 {	margin-right:3px ! important; }
.mr04 {	margin-right:4px ! important; }
.mr05 {	margin-right:5px ! important; }
.mr06 {	margin-right:6px ! important; }
.mr07 {	margin-right:7px ! important; }
.mr08 {	margin-right:8px ! important; }
.mr09 {	margin-right:9px ! important; }
.mr10 {	margin-right:10px ! important; }
.mr11 {	margin-right:11px ! important; }
.mr12 {	margin-right:12px ! important; }
.mr13 {	margin-right:13px ! important; }
.mr14 {	margin-right:14px ! important; }
.mr15 {	margin-right:15px ! important; }
.mr20 {	margin-right:20px ! important; }
.mr25 {	margin-right:25px ! important; }
.mr30 {	margin-right:30px ! important; }

.mb00 {	margin-bottom:0px ! important; }
.mb01 {	margin-bottom:1px ! important; }
.mb02 {	margin-bottom:2px ! important; }
.mb03 {	margin-bottom:3px ! important; }
.mb04 {	margin-bottom:4px ! important; }
.mb05 {	margin-bottom:5px ! important; }
.mb06 {	margin-bottom:6px ! important; }
.mb07 {	margin-bottom:7px ! important; }
.mb08 {	margin-bottom:8px ! important; }
.mb09 {	margin-bottom:9px ! important; }
.mb10 {	margin-bottom:10px ! important; }
.mb11 {	margin-bottom:11px ! important; }
.mb12 {	margin-bottom:12px ! important; }
.mb13 {	margin-bottom:13px ! important; }
.mb14 {	margin-bottom:14px ! important; }
.mb15 {	margin-bottom:15px ! important; }
.mb20 {	margin-bottom:20px ! important; }
.mb25 {	margin-bottom:25px ! important; }
.mb30 {	margin-bottom:30px ! important; }

.ml00 {	margin-left:0px ! important; }
.ml01 {	margin-left:1px ! important; }
.ml02 {	margin-left:2px ! important; }
.ml03 {	margin-left:3px ! important; }
.ml04 {	margin-left:4px ! important; }
.ml05 {	margin-left:5px ! important; }
.ml06 {	margin-left:6px ! important; }
.ml07 {	margin-left:7px ! important; }
.ml08 {	margin-left:8px ! important; }
.ml09 {	margin-left:9px ! important; }
.ml10 {	margin-left:10px ! important; }
.ml11 {	margin-left:11px ! important; }
.ml12 {	margin-left:12px ! important; }
.ml13 {	margin-left:13px ! important; }
.ml14 {	margin-left:14px ! important; }
.ml15 {	margin-left:15px ! important; }
.ml20 {	margin-left:20px ! important; }
.ml25 {	margin-left:25px ! important; }
.ml30 {	margin-left:30px ! important; }

/*------------------padding classes-----------------------*/

.pt00 {	padding-top:0px ! important; }
.pt01 {	padding-top:1px ! important; }
.pt02 {	padding-top:2px ! important; }
.pt03 {	padding-top:3px ! important; }
.pt04 {	padding-top:4px ! important; }
.pt05 {	padding-top:5px ! important; }
.pt06 {	padding-top:6px ! important; }
.pt07 {	padding-top:7px ! important; }
.pt08 {	padding-top:8px ! important; }
.pt09 {	padding-top:9px ! important; }
.pt10 {	padding-top:10px ! important; }
.pt11 {	padding-top:11px ! important; }
.pt12 {	padding-top:12px ! important; }
.pt13 {	padding-top:13px ! important; }
.pt14 {	padding-top:14px ! important; }
.pt15 {	padding-top:15px ! important; }
.pt20 {	padding-top:20px ! important; }
.pt25 {	padding-top:25px ! important; }
.pt30 {	padding-top:30px ! important; }

.pr00 {	padding-right:0px ! important; }
.pr01 {	padding-right:1px ! important; }
.pr02 {	padding-right:2px ! important; }
.pr03 {	padding-right:3px ! important; }
.pr04 {	padding-right:4px ! important; }
.pr05 {	padding-right:5px ! important; }
.pr06 {	padding-right:6px ! important; }
.pr07 {	padding-right:7px ! important; }
.pr08 {	padding-right:8px ! important; }
.pr09 {	padding-right:9px ! important; }
.pr10 {	padding-right:10px ! important; }
.pr11 {	padding-right:11px ! important; }
.pr12 {	padding-right:12px ! important; }
.pr13 {	padding-right:13px ! important; }
.pr14 {	padding-right:14px ! important; }
.pr15 {	padding-right:15px ! important; }
.pr20 {	padding-right:20px ! important; }
.pr25 {	padding-right:25px ! important; }
.pr30 {	padding-right:30px ! important; }

.pb00 {	padding-bottom:0px ! important; }
.pb01 {	padding-bottom:1px ! important; }
.pb02 {	padding-bottom:2px ! important; }
.pb03 {	padding-bottom:3px ! important; }
.pb04 {	padding-bottom:4px ! important; }
.pb05 {	padding-bottom:5px ! important; }
.pb06 {	padding-bottom:6px ! important; }
.pb07 {	padding-bottom:7px ! important; }
.pb08 {	padding-bottom:8px ! important; }
.pb09 {	padding-bottom:9px ! important; }
.pb10 {	padding-bottom:10px ! important; }
.pb11 {	padding-bottom:11px ! important; }
.pb12 {	padding-bottom:12px ! important; }
.pb13 {	padding-bottom:13px ! important; }
.pb14 {	padding-bottom:14px ! important; }
.pb15 {	padding-bottom:15px ! important; }
.pb20 {	padding-bottom:20px ! important; }
.pb25 {	padding-bottom:25px ! important; }
.pb30 {	padding-bottom:30px ! important; }

.pl00 {	padding-left:0px ! important; }
.pl01 {	padding-left:1px ! important; }
.pl02 {	padding-left:2px ! important; }
.pl03 {	padding-left:3px ! important; }
.pl04 {	padding-left:4px ! important; }
.pl05 {	padding-left:5px ! important; }
.pl06 {	padding-left:6px ! important; }
.pl07 {	padding-left:7px ! important; }
.pl08 {	padding-left:8px ! important; }
.pl09 {	padding-left:9px ! important; }
.pl10 {	padding-left:10px ! important; }
.pl11 {	padding-left:11px ! important; }
.pl12 {	padding-left:12px ! important; }
.pl13 {	padding-left:13px ! important; }
.pl14 {	padding-left:14px ! important; }
.pl15 {	padding-left:15px ! important; }
.pl20 {	padding-left:20px ! important; }
.pl25 {	padding-left:25px ! important; }
.pl30 {	padding-left:30px ! important; }

/*------------------width classes-----------------------*/

.w100p { width:100% ! important; }
.w95p { width:95% ! important; }
.w90p { width:90% ! important; }
.w85p { width:85% ! important; }
.w80p { width:80% ! important; }
.w75p { width:75% ! important; }
.w70p { width:70% ! important; }
.w65p { width:65% ! important; }
.w60p { width:60% ! important; }
.w55p { width:55% ! important; }
.w50p { width:50% ! important; }
.w45p { width:45% ! important; }
.w40p { width:40% ! important; }
.w35p { width:35% ! important; }
.w30p { width:30% ! important; }
.w25p { width:25% ! important; }
.w20p { width:20% ! important; }
.w15p { width:15% ! important; }
.w10p { width:10% ! important; }

.w720 { width:720px ! important; }
.w220 { width:220px ! important; }
.w175 { width:175px ! important; }
.w75 { width:75px ! important; }
.w50 { width:50px ! important; }

/*------------------list classes-----------------------*/

ul.listNoBullet {
	clear:both;
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.listNoBullet li {
	background-image:none ! important;
	padding-left:0px ! important;
}

/*------------------form classes-----------------------*/

select.fieldSelect {
	background-color:#FFFFFF;
	border:1px solid #C9C9C9;
	color:#797979;
	float:left;
	margin:0px 0px 15px 0px;
	padding:0px;
	width:200px;
}

input.fieldCheckRadio {
	border:none;
	clear:left;
	color:#797979;
	display:inline;
	float:left;
	margin:2px 5px 3px 0px;
	padding:0px;
}

label.labelCheckRadio {
	clear:none;
	display:inline;
	float:left;
	margin:4px 0px 15px 0px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin:4px 0px 15px 0px;
}

html>body label.labelCheckRadio {
	margin:0px 0px 15px 0px;
}

input.fieldText {
	background-color:#FFFFFF;
	border:none;
	border:1px solid #C9C9C9;
	color:#797979;
	float:left;
	margin:0px 0px 15px 0px;
	padding:0px 2px 1px 2px;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:194px;
}

html>body input.fieldText {
	width:194px;
}

input.fieldFile {
	background-color:#FFFFFF;
	color:#797979;
	float:left;
	margin:0px 0px 15px 0px;
	padding:0px 2px 1px 2px;
	width:200px;
}

input.fieldPassword {
	background-color:#FFFFFF;
	border:none;
	border:1px solid #C9C9C9;
	color:#797979;
	float:left;
	margin:0px 0px 15px 0px;
	padding:0px 2px 1px 2px;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:194px;
}

html>body input.fieldPassword {
	width:194px;
}

input.fieldImage {
	border:none;
	clear:both;
	float:none;
	margin:0px 0px 15px 0px;
	padding:0px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	float:left;
}

html>body input.fieldImage {
	float:left;
}

img.fieldImage {
	border:none;
	clear:both;
	float:none;
	margin:0px 0px 15px 0px;
	padding:0px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	float:left;
}

html>body img.fieldImage {
	float:left;
}

input.fieldSubmit {
	clear:both;
	cursor:pointer; 
	cursor:hand;
	float:left;
	font-size:90%;
	margin:0px 0px 15px 0px;
	text-transform:uppercase;
}

textarea.fieldArea {
	background-color:#FFFFFF;
	border:none;
	border:1px solid #C9C9C9;
	color:#797979;
	float:left;
	margin:0px 0px 15px 0px;
	padding:0px;
	width:200px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:198px;
}

html>body textarea.fieldArea {
	width:198px;
}

/*------------------column classes-----------------------*/

.columnSpan1 {
	border:none;
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
	width:150px;
}


div.bubble {
	width: auto;
	margin-bottom: 24px;
	font-weight:normal;

	
}


div.bubble blockquote {
	margin-top:-10px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

	
div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}


div.bubble cite {
	position: relative;
	margin: 7px 10px;
	padding: 7px 0px 0px 15px;
	top: -1px;
	display:block;
}

div.bubble cite.food {
	background: transparent url(../images/tip.gif) no-repeat 25px 0; 
}

div.bubble cite.fashion {
	background: transparent url(../images/tip.gif) no-repeat 145px 0;
}

div.bubble cite.design {
	background: transparent url(../images/tip.gif) no-repeat 255px 0;
}

div.bubble cite.sport {
	background: transparent url(../images/tip.gif) no-repeat 375px 0;
}

div.bubble cite.product {
	background: transparent url(../images/tip.gif) no-repeat 485px 0;
}

ul.twocolumn { width:250px; float:left; font-size:11px; }
ul.twocolumn li { margin-left:0px; }

div.bubble div { clear:both; }
