/* CSS Document */

body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a, a:visited {
	color: #0164A5;
	text-decoration: none;
	font-style: italic;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

/* ID CSS */

#main {
	width: 994px;
	margin: 0 auto;
	clear: both;
}

#header {
	background-image: url(images/background_header.gif);
	background-repeat: no-repeat;
	height: 145px;
	font-size: 12px;
}

#header .businesscard {
	color: #131313;
	font-style: italic;
	text-align: right;
	padding-top: 87px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#header .businesscard .phone {
	font-size: 22px;
	color: #999;
	font-weight: bold;
	font-style: normal;
}

#header #navleft {
	float: left;
	margin-left: 20px;
}

#header #navright {
	float: right;
	margin-right: 10px;
}

#header .menuitem {
	float: left;
	padding-right: 5px;
}

#header .menuitem a {
	padding-right: 5px;
	color: black;
	text-decoration: none;
	letter-spacing: 1px;
	font-style: normal;
}

#header .menuitem a:hover {
	text-decoration: underline;
	color: #0164A5;
}

.highlight  {
	font-weight: bold;
	color: #0164A5;
}

#content {
	margin: 20px;
}

#footer {
	margin: 15px 0px;
	height: 250px;
}

#footer .irondentist {
	text-align: center;
	display: none;
}

#footer .copyright {
	font-size: 11px;
	color: #999999;
	float: left;
}

#footer .fl1network {
	text-align: center;
	float: right;
}

#footer .fl1network img, #footer .irondentist img {
	border: 0;
}

#tickets {
	background-image: url(images/footer_0.jpg);
	background-repeat: no-repeat;
	height: 213px;
	margin-bottom: 15px;
}

#tickets img {
	border: 0;
	margin: 0;
	padding: 0;
}

#tickets .ticketleft, #tickets .ticketright, #tickets .madeusa {
	float: left;
	width: 250px;
	height: 167px;
	margin-top: 35px;
}

#tickets .madeusa {
	width: 194px;
}

#tickets .ticketleft {
	padding-left: 14px;
}

#tickets .ticketright {
	padding-left: 14px;
}

/* HOME PAGE CSS */

.hp_featured {
	float: left;
	margin-right: 40px;
	width: 570px;
}

.hp_text {
	padding-top: 21px;
	color: #333;
	float: left;
	width: 344px;
}

/* PRODUCT CSS */

#productnav {
	
}

#productnav .item {
	margin: 8px 4px;
	float: left;
}
#productnav .mini .item {
	margin: 8px 2px;
	float: left;
}

#productnav .item img {
	width: 150px;
	height: 150px;
	border: 0;
}

#productnav .mini .item img {
	width: 75px;
	height: 75px;
	border: 0;
}

/***** CONTACT US CSS *****/	
	
#contact {
	width: 424px;
	font-size: 14px;
	border: 1px solid #0164A5;
	padding: 10px;
	color: #0164A5;
	background-color: #EEE;
	float: right;
	}

#contact .element {
	width: 197px;
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
	}
	
#contact .halfelement {
	width: 92px;
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
	}
	
#contact .fullelement {
	width: 406px;
	font-size: 12px;
	color: #003300;
	background-color: #FDFDFD;
	}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact label {
	display: block;
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	}

#contact fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
#contact a {
	text-decoration: underline;
}

#contact .segment {
	float: left;
	width: 200px;
}

#contact .statezip {
	float: left;
	width: 95px;
}

#contact .margin6 {
	padding-left: 10px;
}

.contactleft {
	float: left;
	width: 300px;
	font-size: 18px;
}

/* CLASSES CSS */

.clearboth {
	clear: both;
}

.size10 {
	font-size: 10px;
}

.size11 {
	font-size: 11px;
}

.size12 {
	font-size: 12px;
}

.size18 {
	font-size: 18px;
}

.size24 {
	font-size: 24px;
}

.center {
	text-align: center;
}

.divcenter {
	margin: 0 auto;
	clear: both;
	width: 800px;
}

.marginleft {
	margin-left: 20px;
}

.noborder {
	border: 0;
}

.right {
	float: right;
}

.blue_text {
	text-align: center;
	color: #0164A5;
	padding-top: 10px;
}

.headline {
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}

.chart {
	margin-left: 20px;
	margin-top: 10px;
	float: left;
}

.chart th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #900;
}

.chart td {
	border-bottom: 1px solid #CC7F7F;
}

.chart_column {
	width: 450px;
	float: left;
}

.chart_column .chart {
	margin-left: 0;
}

.quote_ticket {
	float: right;
	margin-left: 20px;
}

.chart .price {
	width: 75px;
}

.borderwhite1 {
	border: 1px solid white;
}

.paddingbottom5 {
	padding-bottom: 5px;
	vertical-align: text-top;
}

.col120 {
	width: 120px;
}

.col260 {
	width: 260px;
}

.col300 {
	width: 300px;
}

.col125 input, .col125 select {
	width: 125px;
}

.required input {
	border: 1px solid red;
}

.required label {
	color: red;
}

.valigntop {
	vertical-align: text-top;
}

.bonadent_blue {
	color: #0064A4;
}

.bg_blue {
	background-color: #0064A4;
}


/***** CONCIERGE SLIDER CSS *****/

#sliderform .sliderlabel {
	display: block;
	font-size: 11px;
	color: #999;
	font-style: italic;
}

#sliderform input.input {
	margin: 0px;
	padding: 0px;
	width: 120px;
}

#sliderform select.input {
	margin: 0px;
	padding: 0px;
	width: 120px;
}

#sliderform label.error {
	display: block;
	font-size: 10px;
	color: red;
}

#sliderform input#email {
	width: 190px;
}

#sliderform fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
}