/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2007
*/
/***********************************************/

/*Begin Design Layout*/
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background: #000082;	
}
img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#65614F;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px 0px;
	padding: 0px 0px;
	font-weight:normal
}

h3{
	color:#E2D9D1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px 0px;
	padding: 0px 0px;
	font-weight:normal
}

.price_at_glance {
	font-size:9px;
}


.header2008 {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #E2D9D1;

}

a.header2008 {

	text-decoration:none;

}

a.header2008:hover {

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #A8B4FF;
	text-decoration:none;

}

.header2008_phone {
	color: #FFFFFF;
	font-size: 14px

}

input, textarea {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
	background: #9B9478;
	border: 1px solid #000000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
}

a.link:link, a.link:active, a.link:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;	
}
a.link:hover {
	text-decoration: underline;	
}

.content {
	color: #6D6854;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
	border: 7px solid #9B9478;
	background-color: #DBD3C8;
}

.content_home {
	color: #6D6854;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
	border: 7px solid #9B9478;
	background-color: #E0D8B9;
}

.content_specials {
	color: #6D6854;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 7px solid #9B9478;
	background-color: #DBD3C8;
	padding: 0px;
}

.layout {
	color: #9B9478;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
}
.menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;	
	color: #FFFFFF;	
}
.header1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E2D9D1;
}
a.header1:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A8B4FF;
}

.signStyle {font-size: 24px}
.dollarStyle {
        font-size: 36px;
        vertical-align: -25%;
}
.eachStyle {font-size: 12px}
.priceblok {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        color: #FFFFFF;
        text-align: right;
        vertical-align: top;
        line-height: normal;
}
.pricebloksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	line-height: normal;
}
.dollarstylesmall {
	font-size: 18px;
	vertical-align: -25%;
}	
.signstylesmall {
	font-size: 11px;
	}

.img1 {
	border: 3px solid #9B9477;
}
.img2 {
	border: 3px solid #000000;
}

.hiddenPic {
display:none;
}

/*End Design Layout*/

/* BEGIN CSS Rollover Menu */

.cssnav
{
	position: relative;
	/*float: left;*/  /* comment out for vertical menu */
	font-family:Arial, Helvetica, sans-serif;
	background: url(/inc/templates/current/abbotwear/images/nav_background_hover.gif) no-repeat;
white-space: nowrap;
	display: block;
	width: 136px;
	height: 30px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
}


.cssnav a
{
	display: block;
	width: 136px;
	height: 30px;
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
}


.cssnav a:hover
{
	color: #A8B4FF;
	text-decoration: underline;
	font-weight:bold
	z-index: 2;
}


.cssnav img
{
width: 136px;
height: 30px;
border: 0
}


* html a:hover
{
visibility:visible;
}


.cssnav a:hover img
{
visibility:hidden
}


.cssnav span
{
position: absolute;
left: 20px;
top: 5px;
margin: 0px;
padding: 0px;
cursor: pointer;
width: 136px;
height: 30px;
text-align: left;
}


/* END CSS Rollover Menu */


/*Begin Forms*/

.sc_form_required{
	color: #FF0000;
	float: right;
	font-family: Verdana;
	font-size: 9px;
} 

.sc_form_textbox{
width: 225px;
} 

.sc_form_separator_label{
	color: #7C4919;
	font-weight: bold;
	font-size: 14px;
} 

.sc_table_tr_td_label_form{
	font-weight: bold;
	font-size: 12px;
}

.sc_table_tr_td_value_form{
	font-size: 12px;
}  

.sc_form_separator{
	color: #48648C;
	background-color: #48648C;
	height: 1px;
} 

#sc_form_textarea_message {
width: 250px;
height:100px;
text-indent: 0px;
}


/*End Forms*/

/*Footer*/
.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 9px;
	color:#999999;
	padding:10px;
}

.footer a {
	color:#999999;
	text-decoration:none;
}

