/*Master Style Sheet
Author: Venue Communications, Inc. www.venuecom.com
Copyright Venue Communications, Inc. 2010
*/
/***********************************************/

/*Begin Design Layout*/
body {
	background: #1B1919;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif
}
#header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 219px;
	background-image: url(/inc/templates/current/oasispricing/images/header.gif);
}
#container {
	width: 960px;
	background: #1B1919;
	margin: 0 auto;
	text-align: left;
}

#content_container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

a:link {
	color: #1B1919;
	text-decoration:none;
}

a:visited {
	color: #1B1919;
	text-decoration:none;
}

a:hover {
	color: #ABA378;
	text-decoration: none;
}

a:active {
	color: #1B1919;
	text-decoration:none;
}

hr {
	color: #ccc;
	background-color: #fff;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

/*End Design Layout*/

/*Begin Content*/

#content {
	background-color: #ffffcc;
	min-height: 400px;
	font-size: .8em;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 100px;
}

img{
	border-width:0px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#666666;
	font-size:14px;
	margin: 5px 0px;
	font-weight: bold;
}

h3{
	color:#999999;
	font-size:12px;
	font-variant: normal;
	padding-right: 5px;
	padding-left: 20px;
}

#container_left {
	float: left;
	width: 530px;
	/* border: 1px fuchsia solid; */
}

#color_chart_container {
	float: right;
	width: 300px;
	margin: 0;
	/*border: 1px #FF0000 solid; */
}

#product_inner_left {
	float: left;
	width: 225px;
	/* border: 1px white solid; */
}

#product_image_container {
	/* border: 1px black solid; */
	float: right;
	width: 300px;
	text-align: center;
}

#product_description_container {
	text-align: left;
	/* border: 1px green solid; */
}

#product_pricing_container {
	/* border: 1px blue solid; */
}

.product_color_box {
	/*background-image: url(/inc/templates/current/oasispricing/images/color_oasis.gif);
	background-repeat: no-repeat;*/
	width: 32px;
	height: 22px;
	margin: 0;
}

.product_select_box {
	border: 1px black solid;
	width: 15px;
	height: 15px;
	float: left;
	margin-right: 5px;
	display: inline;
	background-color: white;
	cursor: pointer;
}

.hiddenPic {
display:none;
}

.price_quote {

	padding: 15px;

	word-spacing: 10px;

	font-weight: bold;

	font-size: 22px;

}

.product_notice {
	border: 1px black solid;
	background-color: white;
	padding: 5px;
}

.product_notice a:link {
	color: #ABA378;
	text-decoration: underline;
}


#button_get_quote {
	border: none;
    background: url(/inc/templates/current/oasispricing/images/button_get_quote.gif) no-repeat top left;
    width: 105px;
    height: 32px;
    font-size: 0px;
    cursor: pointer
}

/*End Content*/

/* Begin Navbar Sprite */

#nav_container {
	float: left;
	width: 100px;
	height: 320px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
  }
  
.nav_a {
	display: none;
}

#nav,#nav ul {
padding: 0;
margin: 0;
}

#nav,#nav li {
padding: 0;
width: 100px;
height: 35px;
list-style: none;
}

#nav_home a {
width: 100px;
height: 30px;
background: url(/inc/templates/current/oasispricing/images/navbar.gif) no-repeat;
background-position: 0px 0px;
display: block;
}

#nav_home a:hover,#nav_home a:focus,#nav_home a:active, #nav_home .nav_active {
background-position: -150px 0px;
color: #900;
text-decoration: none;
}

#nav_products a {
width: 100px;
height: 30px;
background: url(/inc/templates/current/oasispricing/images/navbar.gif) no-repeat;
background-position: 0px -39px;
display: block;
}

#nav_products a:hover,#nav_products a:focus,#nav_products a:active, #nav_products .nav_active {
background-position: -150px -39px;
color: #900;
text-decoration: none;
}

#nav_quote a {
width: 100px;
height: 30px;
background: url(/inc/templates/current/oasispricing/images/navbar.gif) no-repeat;
background-position: 0px -79px;
display: block;
}

#nav_quote a:hover,#nav_quote a:focus,#nav_quote a:active, #nav_quote .nav_active {
background-position: -150px -79px;
color: #900;
text-decoration: none;
}

#nav_specials a {
width: 100px;
height: 30px;
background: url(/inc/templates/current/oasispricing/images/navbar.gif) no-repeat;
background-position: 0px -119px;
display: block;
}

#nav_specials a:hover,#nav_specials a:focus,#nav_specials a:active, #nav_specials .nav_active {
background-position: -150px -119px;
color: #900;
text-decoration: none;
}

#nav_guarantee a {
width: 100px;
height: 30px;
background: url(/inc/templates/current/oasispricing/images/navbar.gif) no-repeat;
background-position: 0px -159px;
display: block;
}

#nav_guarantee a:hover,#nav_guarantee a:focus,#nav_guarantee a:active, #nav_guarantee .nav_active {
background-position: -150px -159px;
color: #900;
text-decoration: none;
}

#nav_contact a {
width: 100px;
height: 30px;
background: url(/inc/templates/current/oasispricing/images/navbar.gif) no-repeat;
background-position: 0px -199px;
display: block;
}

#nav_contact a:hover,#nav_contact a:focus,#nav_contact a:active, #nav_contact .nav_active {
background-position: -150px -199px;
color: #900;
text-decoration: none;
}

#nav_faq a {
width: 100px;
height: 30px;
background: url(/inc/templates/current/oasispricing/images/navbar.gif) no-repeat;
background-position: 0px -239px;
display: block;
}

#nav_faq a:hover,#nav_faq a:focus,#nav_faq a:active, #nav_faq .nav_active {
background-position: -150px -239px;
color: #900;
text-decoration: none;
}

#nav_art a {
width: 100px;
height: 30px;
background: url(/inc/templates/current/oasispricing/images/navbar.gif) no-repeat;
background-position: 0px -279px;
display: block;
}

#nav_art a:hover,#nav_art a:focus,#nav_art a:active, #nav_art .nav_active {
background-position: -150px -279px;
color: #900;
text-decoration: none;
}

/* End Navbar Sprite */

/*Begin Forms*/



.sc_table_form {
	float: left;
	width: 420px;
	background-position: right;
	background-image: url(/inc/templates/current/oasispricing/images/vertical_divider.gif);
	background-repeat: repeat-y;
	padding-left: 50px;
}

.sc_table_tr_td_label_form {
	text-align:right
}

.sc_table_tr_td_value_form {
	text-align:left;
}

.sc_form_required{
	color: #FF0000;
	text-align: left;
	display: inline;
	font-family: Verdana;
	font-size: 10px;
} 

.sc_form_textbox{
	width: 250px;
} 

.sc_form_textarea{
	width: 250px;
}

.sc_form_separator_label{
	font-weight: bold;
} 

.sc_form_separator{
	color: #B5B9B0;
	background-color: #B5B9B0;
	height: 1px;
} 

#sc_form_textbox_address_street {
	width: 200px;
}

#sc_form_textbox_city {
	width: 160px;
}

#sc_form_textbox_State {
	width: 40px;
}

#sc_form_textbox_Zip {
	width: 70px;
}

#sc_form_textarea_Message {
	height: 150px;
}

#sc_form_submit_submit {
	border: none;
    background: url(/inc/templates/current/oasispricing/images/button_send_email.gif) no-repeat top left;
    width: 105px;
    height: 32px;
    font-size: 0px;
    cursor: pointer
}

/*End Forms*/

/*Footer*/
#footer {
	width: 860px;
	text-align:left;
	font-size: 9px;
	margin-left: 100px;
	color:#ffffcc;
	padding-top: 5px;
	padding-bottom: 20px;
}

#content_footer1 {
	background-color: #272508;
	width: 100%;
	height: 44px;
	text-align: center;
}

#content_footer2 {
	padding-top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	background-color: #ffffcc;
	width: 100%;
	height: 30px;
	color: #272508;
	font-style: italic;
	text-align: center;
}

#copyright {
	color: #9a9068;
	padding-top: 7px;
}

#footer a {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	color:#9a9068;
	text-decoration:none;
}

#footer a:hover {
	color:#ffffcc;
	text-decoration:none;
}