@charset "UTF-8";
/* CSS Document */

:focus {-moz-outline-style: none;}

#menu {
float: left;
width: 160px;
}
#content {
	float: left;
	width: 490px;
	margin-right: 76px;
}

#home_content {
	float: left;
	width: 656px;
	margin-right: 70px;
}

#offers {
	float: left;
	width: 180px;
}
#tab_bar {
	height: 100px;
	background: #FFF url('images/tab_bg.png') top left repeat-y;
	margin-top: 0px;
	float: left;
	width: 906px;
	margin-bottom: 20px;
}

.tab_title {
	text-indent: 20px;
	height: 65px;
	line-height: 65px;
	color: #FFF;
	font-size: 30px;
}

#free_delivery {
	width: 180px;
	margin-top: 25px;
	float: left;
	text-transform: uppercase;
	font-size: 16px;
}

#free_delivery h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

#money_back {
	width: 138px;
	height: 94px;
	margin-top: 25px;
}

#tabs {
	height: 35px;
}

#tabs a {
	text-align: center;
	color: #FFF;
	font-size: 18px;
	display: block;
	line-height: 35px;
	width: 150px;
	float: left;
	margin-left: 5px;
	background: transparent url('images/tab_inactive.png') top left no-repeat;
}

#tabs .active_tab {
	background-image: url('images/tab_active.png');
	color: #008ddd;
}

#tab_bar h1 {
	color: #FFF;
	font-size: 30px;
}

#checkout_totals {
	float: left;
	width: 906px;
	margin-top: 3px;
}

#checkout_totals td {
	text-align: right;
	line-height: 16px;
	font-size: 14px;
}

.checkout_qty {
	width: 50px;
	text-indent: 0px !important;
	text-align: center;
}

.checkout_amount {
	font-size: 14px;
	font-weight: bold;
}

.list_table {
	border-spacing: 0px;
	width: 906px;
	float: left;
	border-bottom: 2px solid #999;
	padding-bottom: 3px;
}

.list_table th {
	color: #0073b7;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px solid #999;
	height: 20px;
	line-height: 20px;
}
.list_table td {
	border-top: 3px solid #FFF;
	background-color: #EBEBEB;
	line-height: 24px;
	height: 24px;
	font-size: 11px;
}
.list_table a, .list_table a:visited {
	display: block;
	float: right;
	line-height: 24px;
	height: 24px;
	border-left: 3px solid #FFF;
	width: 100px;
	background-color: #CCC;
	text-align: center;
	color: #333;
}

.grid_actions, .admin_actions {
	text-align: right;
}

.grid_actions input[type=button] {
	line-height: 24px;
	height: 24px;
	border: none;
	border-left: 3px solid #FFF;
	width: 103px;
	background-color: #CCC;
	text-align: center;
	color: #333;
	padding: 0px;
}

.admin_actions input[type=button] {
	line-height: 24px;
	height: 24px;
	border: none;
	border-left: 3px solid #FFF;
	width: 90px;
	background-color: #CCC;
	text-align: center;
	color: #333;
	padding: 0px;
}

.grid_actions input[type=button]:hover, .admin_actions input[type=button]:hover {
	background: #999;
	cursor: pointer;
}

.confirm_complete {
	width: 56px !important;
	display: none;
}
.cancel_complete {
	width: 47px !important;
	display: none;
}

.confirm_action {
	width: 55px !important;
	background-color: #13aee6 !important;
	display: none;
}
.cancel_action {
	width: 35px !important;
	background-color: #999999 !important;
	display: none;
}


html, body, #container {
	height: 100%;
	margin: 0 auto;
}

#construction {
	display: none;
	background: #FFF url('images/construction.gif') top left repeat-x;
	text-align: center;
	line-height: 21px;
	font-weight: bold;
}

#construction span {
	background-color: #FC0;
	padding: 3px 10px;
}

#start_here {
	width: 275px;
	float: left;
}

#easy_as {
	float: left;
}

#easy_as img {
	margin-right: 6px;
}

#choose_effects {
	font-size: 14px;
	clear: both;
	margin-top: 15px;
	float: left;
}

#choose_effects h1 {
	font-size: 22px;
	margin-bottom: 7px;
}

body {
	background-color: #292725;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

#footer {
	position: relative;
	margin: 0 auto;
	color: #333;
	width: 950px;
	text-align: center;
	background-color: #EBEBEB;
	height: 70px;
}

#footer a, #footer a:visited, #copyright {
	color: #333;
	margin-left: 8px; margin-right: 8px;
}

#footer_links {
float: left;
margin-top: 12px;
margin-left: 12px;
width: 450px;
text-align: left;
	line-height: 24px;
}

#footer_icons {
float: left;
width: 346px;
margin-right: 17px;
text-align: right;
}

#footer_icons img {
	width: 48px;
	height: 32px;
	margin-top: 20px;
	margin-left: 15px;
}

#footer_trustwave {
	float: left;
	text-align: right;
	width: 105px;
}

#footer_trustwave img {
	margin-top: 8px;
}

.checkout_heading img {
	vertical-align: text-bottom;
	margin-left: 15px;
}

.push {
	height: 70px;
}

#container {
	background-color: #FFF;
	width: 950px;
	height:auto !important;
	margin:0 auto -70px;
	min-height:100%;
}

#intro {
	float: left;
	width: 693px;
	margin-right: 34px;
	margin-bottom: 18px;
	height: 350px;
}

#home_samples {
	width: 694px;
	margin-top: 10px;
}

#home_samples td {
	width: 99px;
	height: 24px;
	text-align: center;
	background:#EBEBEB;
}

#subpage_upload {
	float: left;
	background: #FFF url('images/subpage_upload_bg.png') top left no-repeat;
	width: 168px;
	height: 118px;
	color: #008ddd;
	font-size: 25px;
	text-align: center;
	padding: 10px 6px 0px 6px;
	line-height: 24px;
}

#subpage_upload a {
	margin-top: 6px;
	display: block;
	background: transparent url('images/subpage_upload_button.png') 0px 0px no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 57px;
	height: 57px;
	width: 168px;
}

#subpage_upload a:hover {
	background-position: bottom left;
}

#welcome_text {
	float: left;
	width: 180px;
	font-size: 12px;
	line-height: 13px;
}
#welcome_text h1 {
	font-size: 18px;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	color: #333;
}
#welcome_offer {
	float: left;
	width: 175px;
}
#welcome_offer h1 {
	font-size: 48px;
	font-weight: normal;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 0px;
	text-indent: 3px;
}
#welcome_offer h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333;
}
#menu_links {
	text-align: right;
}

#menu_links a {
	margin-left: 20px;
	font-size: 16px;
}

#header_logo {
	width: 300px;
	height: 60px;
	margin-top: 40px;
	margin-bottom: 3px;
}
#header_margin {
	height: 24px;
}
#account_menu {
	height: 32px;
	width: 530px;
	background-color: #ebebeb;
	float: right;
	clear: both;
}
#account_menu a, #account_menu_username {
	color: #333;
	line-height: 32px;
	margin-left: 15px;
	margin-right: 15px;
}

#account_menu img {
	vertical-align: text-bottom;
	margin-left: 15px;
}

img {
	border: none;
}

h1 {
	color: #008ddd;
	font-weight: normal;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	color: #0073b7;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
p {
	margin-top: 0px;
}

.blue {
	color: #008ddd;
	font-weight: bold;
}

ul {
	list-style-position: outside;
	list-style-image: url('images/bullet_ul.png');
	padding-left: 12px;
	margin-left: 0px;
}

.contact_form_field_name_td {
	text-align: right;
	vertical-align: top;
	width: 100px;
}

.side_title {
	font-size: 20px;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 23px;
	margin-bottom: 15px;
}

.design_detail_location {
	font-size: 24px;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 27px;
	margin-bottom: 6px;
	margin-top: 20px;
}


#luxe_plus {
	width: 81px;
	height: 24px;
	margin-bottom: 3px;
}

input[type=text], input[type=password] {
	background-color: #bae3fa;
	border: 0px solid transparent;
	height: 21px;
	vertical-align: baseline;
}

textarea {
	background-color: #bae3fa;
	border: 0px solid transparent;
	height: 150px;
	margin: 0px;
	overflow: auto;
}


#register_div {
	width: 400px;
	margin-right: 70px;
	float: left;
}

#login_div {
	width: 500px;
	border-bottom: 4px solid #333;
	padding-bottom: 30px;
	margin-bottom: 20px;
}
#signup_div {
	width: 500px;
}

.grid td {
	background-color: #EBEBEB;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	font-size: 11px;
}


#login_table td {
	background-color: #EBEBEB;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	font-size: 11px;
}

.grid_form td {
	background-color: #EBEBEB;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	font-size: 11px;
	line-height: 21px;
}

.grid input[type=text], .grid_form input[type=password] {
	width: 220px;
}

.grid_form input[type=text], .grid_form input[type=password], .grid_form textarea {
	width: 300px;
}

#login_footer td {
	background-color: #FFF;
}

#login_footer input {
	line-height: 21px;
	height: 24px;
	background-color: #CCC;
	text-align: center;
	color: #333;
	border: none;
}

.contact_location_title {
	font-size: 18px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.side_text, .download_links, .subtitle {
	margin-bottom: 15px;
}

.required_asterisk {
 color: #F26522;
}

.contact_form_field_td input, .contact_form_field_td textarea {
	width: 99%; border: none; margin-bottom: 3px;
}

/* contact page */

.form_send, .form_send:visited {
	color: #F26522;
	font-weight: bold;
	float: right;
}

.form_send:hover {
	color: #59461a;
}

.contact_input {
	width: 390px; border-width: 0px; margin-top: 2px;
	height: 21px;
}

.contact_textarea {
	margin-top: 2px;
	width: 390px;
	height: 190px;
	border-width: 0px;
	overflow: auto;
}

.contact_form_field_td input {
	height: 16px;
}

#contact_locations_td {
	width: 230px;
}

#contact_form_td {
	width: 500px;
}

.contact_location {
	background-image: url(images/big_bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 25px;
	margin-bottom: 30px;
	}

#layout_table {
	background-color: #FFF;
	width: 950px;
	padding: 0px 22px;
}

#header_td {
	vertical-align: top;
}

#header_table {
	padding-bottom: 6px;
	border-bottom: 5px solid #000;
}

#contact_table {
	margin-top: 20px;
}

#menu_td {
	width: 225px;
	padding-right: 20px;
	vertical-align: top;
	padding-top: 20px;
}

.bracket_note {
	color: #cba370;
}

.right {
	text-align: right;
}

#content_td {
	width: 705px;
	vertical-align: top;
}

#menu_table {
	margin-bottom: 5px;
}

#menu_table td {
	text-align: left;
	vertical-align: bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #5A4921;
}

#menu_table td a, #menu table td a:visited {
	color: #FF9900;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#menu_table td a:hover {
	color: #FFF;
}

a, a:visited {
	text-decoration: none;
	color: #008ddd;
}

a:hover, #account_menu a:hover, #footer a:hover {
	color: #125fa7;
}

.contact_footer {
	padding-top: 10px;
	text-align: left;
}

.contact_header {
	padding-bottom: 5px;
	text-align: left;
}

.contact_message_align {
	vertical-align: top;
	padding-top: 5px;
}

.arrow_links {
	vertical-align: top;
}

#side_sublinks {
	padding-left: 30px;
}

.download_links a, .download_links a:visited {
	color: #5a471c;
	padding-left: 22px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-image: url(images/arrow_download.png);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 22px;
	text-decoration: underline;
}

.download_links a:hover {
	color: #f26522;
}

.arrow_links a, .arrow_links a:visited {
	font-weight: bold;
	color: #ACA38E;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 1px;
	background-image: url(images/arrow_link_off.png);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 22px;
	text-decoration: none;
}

.arrow_links a:hover {
	color: #F26522;
	background-image: url(images/arrow_link_on.png);
}

#promos_table {
	width: 705px;
}

#promos_table td {
	background: #F8F3E7 url(images/promo_bg.png) top left no-repeat;
	width: 235px;
	height: 130px;
	vertical-align: top;
}

.promo_image {
	width: 222px;
	height: 107px;
	margin-top: 3px;
	margin-left: 3px;
}

/*#homepage_image {
	width: 705px;
	height: 470px;
}*/

#inclusions_image {
	width: 266px;
	height: 72px;
	padding: 388px 48px 11px 393px;
}


#homepage_image {
	width: 285px;
	height: 72px;
	padding: 370px 10px 28px 410px;
}

#testimonial_image {
	width: 705px;
	height: 465px;
}

.body_image {
	width: 705px;
	height: 470px;
	float: left;
}

#body_map {
	float: left;
	width: 563px;
	height: 470px;
}

#extend_colour {
	float: left;
	width: 142px;
	height: 470px;
}


#testimonial_text {
	width: 360px;
	height: 97px;
	float: left;
	background-color: #cfaa7a;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	padding: 40px;
}

#testimonial_thumb {
	width: 265px;
	height: 177px;
	float: left;
}

#copyright_div {
	text-align: right;
	font-size: 11px;
	margin-bottom: 19px;
}

#copyright_div span {
	margin-left: 24px;
}

#copyright_div span, #copyright_div span a, #copyright_div span a:visited {
	color: #cfaa7a;
	text-decoration: none;
}

#copyright_div span a:hover {
	color: #967b58;
	text-decoration: underline;
}

#about_div {
	display: none;
}

#about_table td {
	width: 33%;
	font-size: 11px;
	padding-right: 50px;
}

.about_no_pad {
	padding-right: 0px;
}

#about_expand {
	cursor: pointer;
	background-color: #FFF;
	border: 1px solid #EdE0C4;
	display: block;
	color: #ac8042;
	font-size: 11px;
	padding-left: 10px;
	margin-bottom: 5px;
	line-height: 25px;
	height: 25px;
}

#promos_td {
	padding-top: 15px;
	vertical-align: bottom;
}

#footer_td {
	padding-bottom: 50px;
}

/* facades page */

#metro_facade {
	font-weight: bold;
	background-color: #eee1c5;
	height: 19px;
	line-height: 19px;
	padding-left: 6px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#square_feet {
	background-image: url(images/bullet_sq.png);
}

#num_bedrooms {
	background-image: url(images/bullet_bedrooms.png);
}

#num_bathrooms {
	background-image: url(images/bullet_bathrooms.png);
}

#num_garages {
	background-image: url(images/bullet_garages.png);
}


#square_feet, #num_bedrooms, #num_bathrooms, #num_garages {
	font-weight: bold;
	font-size: 14px;
	padding-right: 22px;
	margin-right: 5px;
	padding-bottom: 1px;
	background-repeat: no-repeat;
	background-position: right 3px;
	line-height: 22px;
	text-decoration: none;
	float: left;
	margin-bottom: 15px;
}

#subtitle {
	clear: both;
	font-size: 17px;
	font-family: "Arial Black", Gadget, sans-serif;
}

#facade_image {
	float: left;
	width: 550px;
	height: 365px;
	margin-right: 4px;
}

#gallery_div {
	width: 151px;
	float: left;
}

#gallery_div a {
	text-decoration: none;
	cursor: pointer;
}

#gallery_title {
	background-color: #eee1c5;
	text-align: center;
	height: 30px;
	line-height: 31px;
	margin-bottom: 4px;
	font-weight: bold;
}

#scroll_menu {
	height: 331px;
}

#scroll_menu .scroll-pane a div {
	margin: 0px;
	padding: 0px;
}

#scroll_menu img {
	width: 141px;
	height: 93px;
	margin-bottom: 0px;
	border-width: 0px;
	float: left;
}

.scroll_name {
	margin-top: 0px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
	width: 141px;
	height: 16px;
	line-height: 16px;
	background-color: #5a471c;
	float: left;
	cloar: both;
	font-size: 11px;
}

/* floor plans page */

.floorplan_image {
	width: 193px;
	height: 319px;
	margin-bottom: 42px;
}

#ground_floor_div, #first_floor_div {
	float: left;
	background-color: #FFF;
	text-alight: center;
	padding-top: 64px;
	padding-bottom: 17px;
	width: 193px;
}

.center {
	text-align: center;
}

#ground_floor_div {
	padding-left: 55px;
	padding-right: 27px;
}

#first_floor_div {
	padding-left: 27px;
	padding-right: 55px;
	margin-right: 4px;
}

#floorplan_scroll_menu {
	height: 416px;
}

.floorplan_thumb_div {
	background-color: #FFF;
	text-align: center;
	float: left;
	clear: both;
	width: 141px;
	margin-bottom: 4px;
	padding-top: 12px;
	padding-bottom: 20px;
	cursor: pointer;
}

.underline {
	text-decoration: underline;
}

#floorplan_scroll_menu .scroll-pane a div {
	margin: 0px;
	padding: 0px;
}

.floorplan_thumb_div img {
	margin-top: 10px;
	width: 68px;
	height: 110px;
	border-width: 0px;
}

.floorplan_scroll_name {
	margin-top: 0px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 2px;
	width: 143px;
	height: 16px;
	line-height: 16px;
	background-color: #5a471c;
	float: left;
	cloar: both;
	font-size: 11px;
}

/* home designs page */

.home_design_div {
	width: 230px;
	height: 200px;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	background: #eee1c5 url('images/grid_off.png') 0px 156px no-repeat;
	cursor: pointer;
}

.home_design_div:hover {
	background-image: url('images/grid_on.png');
	color: #FFF;
	background-color: #f26522;
}

.home_design_div a {
	text-decoration: none;
}

.home_design_div a:hover {
	color: #FFF;
}

.home_design_div img {
	width: 230px;
	height: 156px;
}

.grid_square_feet, .grid_bedrooms, .grid_bathrooms, .grid_garages {
	float: left;
	padding-left: 26px;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
	color: #59461a;
}

.grid_square_feet, .grid_garages {
	width: 32px;
}

.grid_bedrooms, .grid_bathrooms {
	width: 31px;
}

.grid_location {
		border-top: 1px solid #f8f3e8;
		float: left;
		width: 225px;
		height: 20px;
		line-height: 20px;
		padding-left: 5px;
}

/* news page */

.news_item {
	margin-top: 15px;
	clear: both;
	float: left;
	width: 100%;
}

.news_item img {
	float: left;
	width: 85px;
	height: 85px;
	margin-right: 28px;
	margin-top: 6px;
}

.news_text {
	float: left;
	width: 345px;
}

.news_title {
	font-size: 16px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.black_links a, .black_links a:visited {
	font-family: "Arial Black", Gadget, sans-serif;
	color: #f26522;
}

.black_links a:hover {
	color: #5a471c;
}

.news_title, .news_body {
	margin-bottom: 4px;
}

/* article page */

#article_image {
	width: 285px;
	height: 270px;
	margin-bottom: 10px;
}

#article_text {
	width: 475px;
}

.article_headline {
	font-size: 20px;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 23px;
	margin-bottom: 15px;
	margin-top: 20px;
}

.checkout_preview {
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 5px;
}

/********* data tables **********/

#orders_table_length {
	float: left;
	width: 400px;
	margin-right: 306px;
}
#orders_table_filter {
	float: left;
	width: 200px;
	text-align: right;
	line-height: 21px;
	padding-top: 0px;
	margin-top: 0px;
}
#orders_table_filter input {
	width: 150px;
	margin-top: 0px;
}
#orders_table_info {
	float: left;
	margin-top: 5px;
}

.thickbox, .thickbox img {
	margin: 0px;
	padding: 0px;
}

#invoice {
	border: 1px solid #CCC;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
}

#invoice th {
	line-height: 20px;
	border-bottom: 1px dashed #000;
	border-top: 3px solid #000;
}

.invoice_break {
	border-top: 3px solid #000;
}
.invoice_heading {
	font-weight: bold;
	font-size: 24px;
}
.invoice_policies {
	font-size: 11px;
}

.invoice_policies p {
	margin-bottom: 10px;
}
.invoice_pad {
	padding-top: 5px;
	padding-bottom: 5px;
}
.invoice_items {
	padding-bottom: 5px;
}
.invoice_total td {
	border-bottom: 1px dashed #000;
	font-weight: bold;
	font-size: 14px;
}
.invoice_sums td {
	padding-bottom: 5px;
}
.invoice_balance td {
	padding-top: 5px;
}
.invoice_preview {
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.invoice_discount td {
	padding-top: 5px;
	font-size: 14px;
	border-top: 3px solid #000;
}

.invoice_print {
	display: block;
	clear: both;
	background: transparent url('images/subpage_upload_button.png') 0px 0px no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	line-height: 57px;
	height: 57px;
	width: 168px;
	text-align: center;
	margin-left: 738px;
}

.invoice_print:hover {
	background-position: bottom left;
	color: #FFF;
}

#prices_table th {
	background-color: #cdcdce;
	text-align: left;
	padding: 4px 15px;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
}

#prices_table img {
	width: 160px;
	height: 121px;
}
#prices_table td {
	line-height: 18px;
}
.prices_pad {
	padding-top: 9px;
	padding-bottom: 9px;
}
#prices_conditions {
	line-height: 18px;
	font-weight: bold;
	margin-top: 15px;
}

.long {
	width: 200px;
}

#home_create {
	width: 693px;
	height: 123px;
	float: left;
	background: #FFF url('images/home_create_bg.png') top left no-repeat;
}
/*#home_create h1 {
	font-size: 26px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}*/

#home_create h2 {
	font-size: 28px;
	color: #666;
	font-weight: normal;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 5px;
}

#home_create h1 {
	font-size: 24px;
	margin-left: 25px;
	margin-bottom: 0px;
}

#home_upload {
	float: left;
	margin-left: 20px;
	width: 265px;
}

#home_upload a {
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	background: transparent url('images/home_upload_button.png') 0px 0px no-repeat;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	line-height: 72px;
	height: 72px;
	width: 265px;
	text-align: center;
}

#home_upload a:hover {
	background-position: bottom left;
}

#home_try {
	float: left;
	margin-top: 26px;
	line-height: 17px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 150px;
}
#home_demos {
float: left;
width: 250px;
margin-top: 19px;
margin-bottom: 15px;
}

#home_demos a {
	display: block;
	float: left;
	background: transparent url('images/home_demo_button.png') 0px 0px no-repeat;
	height: 53px;
	width: 73px;
	margin-right: 5px;
}

#home_demos a:hover {
	background-position: bottom left;
}

#home_demos img {
border: 0px;
width: 65px;
height: 45px;
margin: 4px; 
}
.checkout_buttons {
	text-align: center;
}
.checkout_buttons img {
	margin-bottom: 15px;
}
.checkout_disclaimer {
	font-weight: bold;
	font-size: 13px;
	color: #CC0000;
	margin-bottom: 20px;
}
.js_warning {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	display: block;
	background-color: #CC0000;
	padding: 0px 10px;
	margin: 0;
	line-height: 20px;
}
.js_warning a {
	color: #FFCC33;
}
.mask {
	display: none;
}
.errors {
	color: #FF0000;
	font-size: 14px;
}

.grid_left {
	padding-left: 10px;
}

/* datatables stlyes */

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
	padding-top: 3px;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('/images/dataTables/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('/images/dataTables/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('/images/dataTables/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('/images/dataTables/forward_enabled.jpg');
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}