* {
    margin: 0px;
}

body {
    background-color: #efeeee;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #696969;
}

h1 {
	margin-bottom: 15px;
}

#bottom_links {
	clear: both;
	font-size: 11px;
	margin:  0 60px;
	padding-top: 25px;
}

#bottom_links_positioned {
	clear: both;
	font-size: 11px;
	margin:  0 60px;
	padding-top: 25px;
	position: absolute;
	bottom: 0;
}

#bottom_links a, #bottom_links_positioned a {
	color: #999999;
	text-decoration: none;
}

#bottom_links a:hover, #bottom_links_positioned a:hover {
	text-decoration: underline;
}

#center {
	float: left;
	margin-left: 30px;
}

#content {
    width: 900px;
    min-height: 500px;
    overflow: hidden;
    background: url('../images/content.jpg') no-repeat;
	position: relative;
}

#content_bottom {
    width: 900px;
    height: 19px;
    margin-left: 5px;
    background-image: url('../images/content_bottom.jpg');
}

#content_wrapper {
    width: 900px;
    clear: both;
    margin-left: 5px;
    overflow: hidden;
    background: url('../images/content_repeat.jpg') repeat-y;
}

#copyright {
    float: left;
}

#left {
	float: left;
}

#logo {
    width: 275px;
    height: 69px;
    float: left;
    margin-bottom: 10px;
    background-image: url('../images/logo.jpg');
}

#logo a {
    display: block;
    width: 275px;
    height: 69px;
}

#footer {
    padding: 5px 35px 10px 50px;
    color: #AAA;
    font-size: 11px;
}

#footer img {
    border: 0;
    margin-right: 10px;
}

#footer p {
    margin-bottom: 5px;
}

#phone_number {
    height: 20px;
    float: right;
    margin-right: 8px;
}

#polis {
    font-size: 12px;
    font-style: italic;
    text-align: center;
}

#right {
	float: left;
	margin-left: 30px;
}

#social_media {
    float: right;
}

#wrapper {
    width: 900px;
    margin: 10px auto 0;
}

/*------NAV-------*/

.nav_element {
    float: left;
    width: 90.5px;
    height: 34px;
}

.nav_element a {
    display: block;
    width: 90.5px;
    height: 34px;
}

#nav_container {
    width: 543px;
    height: 34px;
    float: right;
    margin: 0 5px 0 0;
}

#button_home {
    display: block;
    background: url('../images/nav.jpg') no-repeat 0 0;
}

#button_home:hover {
    background-position: 0 -34px;
}

#button_home_active {
    display: block;
    background: url('../images/nav.jpg') no-repeat 0 -34px;
}

#button_store {
    width: 90px;
    display: block;
    background: url('../images/nav.jpg') no-repeat -90.5px 0;
}

#button_store:hover {
    background-position: -90.5px -34px;
}

#button_store_active {
    width: 90px;
    display: block;
    background: url('../images/nav.jpg') no-repeat -90.5px -34px;
}

#button_gallery {
    width: 91px;
    display: block;
    background: url('../images/nav.jpg') no-repeat -181px 0;
}

#button_gallery:hover {
    background-position: -181px -34px;
}

#button_gallery_active {
    width: 91px;
    display: block;
    background: url('../images/nav.jpg') no-repeat -181px -34px;
}

#button_about {
    width: 88px;
    display: block;
    background: url('../images/nav.jpg') no-repeat -272px 0;
}

#button_about:hover {
    background-position: -272px -34px;
}

#button_about_active {
    width: 88px;
    display: block;
    background: url('../images/nav.jpg') no-repeat -272px -34px;
}

#button_faq {
    width: 90px;
    display: block;
    background: url('../images/nav.jpg') no-repeat -362px 0;
}

#button_faq:hover {
    background-position: -362px -34px;
}

#button_faq_active {
    width: 90px;
    display: block;
    background: url('../images/nav.jpg') no-repeat -362px -34px;
}

#button_contact {
    display: block;
    background: url('../images/nav.jpg') no-repeat -452.5px 0;
}

#button_contact:hover {
    background-position: -452.5px -34px;
}

#button_contact_active {
    display: block;
    background: url('../images/nav.jpg') no-repeat -452.5px -34px;
}

/*--------HOME--------*/

.content_box {
    width: 245px;
    height: 205px;
    float: left;
    padding: 0 10px;
    line-height: 18px;
    text-align: justify;
	margin-top: -15px;
}

.divider {
    width: 1px;
    height: 193px;
    float: left;
    margin: -50px 3px 0;
    background-image: url('../images/divider.jpg');
}

#content_news {
	clear: both;
	margin: 0px 60px 35px 75px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 15px;
}

#badge {
	width: 101px;
	height: 90px;
	background-image: url('../images/badge.gif');
	float: right; 
	margin: 0 0 0 -3px;
}

#badge a {
	width: 101px;
	height: 90px;
	display: block;
}

#badge:hover {
	background-image: url('../images/badge_hover.gif');
}

#customize_button {
    width: 193px;
    height: 25px;
    background-image: url('../images/home_customize.gif');
    margin-top: 330px;
}

#customize_button:hover {
    background-image: url('../images/home_customize_hover.gif');
}

#customize_button a {
    display: block;
    width: 193px;
    height: 25px;
}

#gallery_header {
    width: 117px;
    height: 23px;
    margin-bottom: 15px;
    background-image: url('../images/gallery_header.gif');
}

#gallery_header a{
    display: block;
    width: 117px;
    height: 23px;
}

#gallery_thumb {
    margin: 5px 0 0 35px;
    border: 0;
}

#go_to_store {
    width: 78px;
    height: 12px;
    float: left;
    margin: -10px 0 0 195px;
    background-image: url('../images/go_to_store.jpg');
}

#go_to_store a {
    display: block;
    width: 78px;
    height: 12px;
}

#home_header {
    width: 561px;
    height: 34px;
    margin: 30px auto 20px;
    background-image: url('../images/home_header.jpg');
}

#image_1 {
    width: 179px;
    height: 432px;
    float: left;
    margin: 0px 15px -50px 60px;
    background-image: url('../images/1.jpg');
}

/*#image_1:hover {
    background-image: url('../images/1_hover.jpg');
}*/

#image_2 {
    width: 209px;
    height: 432px;
    float: left;
    background-image: url('../images/2.jpg');
    background-repeat: no-repeat;
    background-position: center;
	margin-bottom: -50px;
}

/*#image_2:hover {
    background-image: url('../images/2_hover.jpg');
}*/

#image_3 {
    width: 179px;
    height: 432px;
    float: left;
    margin: 0 25px -50px 0;
    background-image: url('../images/3.jpg');
}

/*#image_3:hover {
    background-image: url('../images/3_hover.jpg');
}*/

#image_4 {
    width: 179px;
    height: 432px;
    float: left;
    background-image: url('../images/4.jpg');
	margin-bottom: -50px;
}

/*#image_4:hover {
    background-image: url('../images/4_hover.jpg');
}*/

#index_banner {
    width: 790px;
    height: 432px;
    margin-left: 60px;
}

#read_more {
    clear: both;
    width: 78px;
    height: 12px;
    float: left;
    margin: -10px 0 0 230px;
    background-image: url('../images/read_more.jpg');
}

#read_more a {
    display: block;
    width: 78px;
    height: 12px;
}

#rootsuit_header {
    width: 117px;
    height: 23px;
    margin-bottom: 15px;
    background-image: url('../images/rootsuit_header.gif');
}

#rootsuit_header a{
    display: block;
    width: 117px;
    height: 23px;
}

#store_header {
    width: 117px;
    height: 23px;
    margin-bottom: 15px;
    background-image: url('../images/store_header.gif');
}

#store_header a{
    display: block;
    width: 117px;
    height: 23px;
}

#view_gallery {
    width: 84px;
    height: 12px;
    float: left;
    margin: -10px 0 0 180px;
    background-image: url('../images/view_gallery.jpg');
}

#view_gallery a {
    display: block;
    width: 78px;
    height: 12px;
}

/*-------GALLERY------*/

#videos {
    width: 400px;
    float: left;
    margin: 20px 0 50px;
    padding: 0 0 0 50px;
	overflow: hidden;
}

#videos img, .no_thumb {
    border: 0;
    margin: 2px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#videos_header {
    width: 292px;
    height: 28px;
    margin: 0 0 25px 5px;
    background-image: url('../images/videos_header.jpg');
}

#pictures {
    width: 345px;
    margin: 65px 0 50px 10px;
    float: right;
    padding: 0 50px 0 0;
	overflow: hidden;
}

#pictures img {
    border: 0;
    margin: 2px;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

#pictures_header {
    width: 292px;
    height: 28px;
    margin: 0 0 25px 5px;
    background-image: url('../images/pictures_header.jpg');
}

/*---------FAQ-------*/

.answer {
    text-align: justify;
    line-height: 18px;
    margin: 5px 0 5px 0;
}

#content_faq {
    padding: 20px 50px 20px 50px;
}

#content_faq a {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#content_faq .answer a {
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
}

#content_faq a:hover {
    text-decoration: underline;
}

#faq_header {
    width: 292px;
    height: 28px;
    margin: 0 0 25px 5px;
    background-image: url('../images/faq_header.jpg');
}

/*-------ABOUT------*/

#content_about {
    padding: 20px 50px 20px 50px;
}

#content_about p {
    text-align: justify;
    line-height: 18px;
    margin-bottom: 20px;
}

#content_about p a {
    color: #696969;
    text-decoration: none;
}

#content_about p a:hover {
    text-decoration: underline;
}

#about_header {
    width: 292px;
    height: 28px;
    margin: 0 0 25px 5px;
    background-image: url('../images/about_header.jpg');
}

/*-------STORE-------*/

.add_to_cart {
	width: 184px;
	height: 25px;
	background-image: url('../images/add_to_cart.jpg');
}

.add_to_cart:hover {
	background-image: url('../images/add_to_cart_hover.jpg');
}

.add_to_cart_small {
	margin: 0 auto;
	width: 100px;
	height: 25px;
	background-image: url('../images/add_to_cart_small.jpg');
}

.add_to_cart_small:hover {
	background-image: url('../images/add_to_cart_hover_small.jpg');
}

.break_small {
    clear: both;
    width: 300px;
    height: 10px;
}

.break_smaller {
    clear: both;
    width: 100px;
    height: 3px;
}

.color_header {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
}

.color_swatch {
    width: 15px;
    height: 15px;
    float: left;
    margin: 0 5px 20px 5px;
    border: 2px solid #F5F5F5;
}

.single {
	border: 2px solid #EDEDED;
}

.color_swatch a {
    display: block;
    width: 15px;
    height: 15px;
}

.school_block {
    width: 130px;
    float: left;
    margin: 10px 35px 40px 35px;
}

.school_header {
    width: 130px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #555;
}

.size_label {
    clear: both;
    float: left;
    margin-top: 2px;
    font-size: 12px;
    font-weight: bold;
}

.rootsuit_label {
	clear: both;
	float: left;
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color: #666;
}

.size_select {
	font-size: 10px;
    width: 125px;
    float: left;
    margin: 3px 10px;
	padding: 1px;
}

.size_select_small {
	font-size: 10px;
    width: 60px;
    float: left;
    margin: 3px 10px;
	padding: 1px;
}

.source_select {
	font-size: 10px;
    width: 200px;
    float: left;
    margin: 0 10px 0 10px;
}

.quant {
	margin: -1px 10px 3px 10px;
	width: 95px;
}

.quant_small {
	margin: -1px 10px 3px 10px;
	width: 30px;
}

#break {
    clear: both;
    width: 300px;
    height: 25px;
}
#requested_content {
    width: 500px;
    float: left;
    padding: 20px 0 0 50px;
}

#customize_header {
    width: 292px;
    height: 28px;
    float: left;
    margin: 0 0 25px 5px;
    background-image: url('../images/customize_header.jpg');
}

#horizontal_divider {
    clear: both;
    width: 816px;
    height: 9px;
    margin-left: 40px;
    background-image: url('../images/horizontal_divider.jpg');
}

#horizontal_divider_small {
    clear: both;
    width: 816px;
    height: 1px;
    margin-left: 40px;
}

#disclaimer {
	margin: 15px 50px;
}

#preview_single {
    width: 220px;
    float: right;
    margin: -70px 30px 20px 0;
}

#preview_left {
    float: left;
}

#preview_right {
    float: left;
    margin-left: -200px;
}

#gm_id {
    float: left;
    margin-left: -200px;
}

#preview {
    width: 300px;
    float: right;
    margin: -310px 30px 20px 0;
}

#choose_colors {
    clear: both;
    padding: 0 50px;
}

#requested_header {
    width: 583px;
    height: 28px;
    float: left;
    margin: 15px 0 25px 55px;
    background-image: url('../images/single.gif');
}

#sizing_header {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#sizing_hidden p {
    text-align: justify;
    line-height: 20px;
}

#sizing_info {
    margin-top: 3px;
}

#sizing_info a {
    color: #696969;
    text-decoration: none;
}

#sizing_info a:hover {
    text-decoration: underline;
}

#sizing_table {
    margin: 25px 0 0 67px;
    border: 1px solid #696969;
}

#sizing_table td, #sizing_table th {
    border: 1px solid #696969;
    padding: 5px;
}

#store_left_side {
    clear: both;
    overflow: hidden;
    width: 200px;
    margin-bottom: 25px;
    padding: 10px;
    background-color: #F5F5F5;
	float: left;
}

#store_right_side {
    overflow: hidden;
    width: 200px;
    padding: 10px;
    background-color: #F5F5F5;
	float: left;
	margin-left: 15px;
}

#store_single {
    clear: both;
    overflow: hidden;
    width: 200px;
    margin-bottom: 25px;
    padding: 10px;
    background-color: #EDEDED;
	float: left;
}

#store_bulk_message {
    clear: both;
    overflow: hidden;
    width: 280px;
    margin-bottom: 25px;
    padding: 10px;
}


/*------BULK-------*/

#content_cage {
    width: 600px;
    float: left;
    margin: 20px 0 0 130px;
}

/*------COLORS-------*/

.black {
    background-color: #000;
}

.black:hover {
    border: 2px solid #000;
}

#single_black {
	float: left;
	margin-left: 0px;
}

.gold {
    background-color: #797D00;
}

.gold:hover {
    border: 2px solid #797D00;
}

.green {
    margin: 0 0 0 5px;
    background-color: #008001;
}

.green:hover {
    border: 2px solid #008001;
}

#single_green {
	margin-left: 10px;
}

.navy_blue {
    background-color: #000085;
}

.navy_blue:hover {
    border: 2px solid #000085;
}

.light_blue {
    background-color: #A0C3DF;
}

.light_blue:hover {
    border: 2px solid #A0C3DF;
}

.teal {
    background-color: #00685E;
	margin-left: 10px;
}

.teal:hover {
    border: 2px solid #00685E;
}

.orange {
    margin-bottom: 0;
    background-color: #E69141;
}

.orange:hover {
    border: 2px solid #E69141;
}

#single_orange {
	margin-left: 10px;
}

.purple {
    margin-bottom: 0;
    background-color: #581D9F;
}

.purple:hover {
    border: 2px solid #581D9F;
}

.red {
    margin: 0 10px 0 0;
    background-color: #F70400;
}

.red:hover {
    border: 2px solid #F70400;
}

#single_red {
	clear:none;
	margin-right: 0px;
}

#single_pink {
	clear: both; 
    margin: 0 0px 0 0;

}

#single_silver {
	clear: both; 
    margin: 0 10px 0 0;

}

.royal_blue {
    margin-right: 0;
    background-color: #0333EB;
}

.royal_blue:hover {
    border: 2px solid #0333EB;
}

#single_royal_blue {
	margin-right: 5px;
}

.dark_red {
    background-color: #900625;
	margin-right: 0px;
}

.dark_red:hover {
    border: 2px solid #900625;
}

#single_dark_red { margin-right: 10px;}

.pink {
	clear: both;
	margin-left: 0px;
    background-color: #FFAAAA;
}

.pink:hover {
    border: 2px solid #FFAAAA;
}

.silver {
    background-color: #8C8C8C;
}

.silver:hover {
    border: 2px solid #8C8C8C;
}

.white {
    width: 13px;
    height: 13px;
    margin: 0;
    background-color: #FFF;
    border: 1px solid #696969;
}

.white:hover {
    width: 17px;
    height: 17px;
    border: 0;
}

.white_wrapper {
	clear: both;
    float: left;
    margin: 0 10px 20px 0;
    border: 2px solid #F5F5F5;
}

.white_wrapper:hover {
    border: 1px solid #696969;
}

#single_white_wrapper {
	clear: both;
    float: left;
    margin: 0 10px 20px 0;
    border: 2px solid #ededed;
}

#single_white_wrapper:hover {
    border: 1px solid #696969;

}

.yellow {
    background-color: #FFF600;
    margin-bottom: 0;
}

.yellow:hover {
    border: 2px solid #FFF600;
}

#single_yellow {
	margin-right: 0px;
}

/*------CONTACT------*/

#alert {
    width: 385px;
    padding: 10px;
    color: #DF5054;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    background-color: #EFEEEE;
    border: 2px solid #DF5054;
}

#contact_header {
    width: 292px;
    height: 28px;
    margin: 0 0 25px 5px;
    background-image: url('../images/contact_header.jpg');
}

#content_contact {
    padding: 20px 50px 20px 50px;
    text-align: justify;
    line-height: 18px;
}

#content_contact p {
    margin-bottom: 15px;
}

#content_contact textarea {
    width: 400px;
    height: 150px;
    font-family: Arila, sans-serif;
    font-size: 12px;
    padding: 5px;
}

#form_label {
    margin-bottom: 5px;
    font-weight: bold;
}

#send {
    clear: both;
    float: left;
    margin: 15px 0 0 355px;
}

#text_input {
    width: 400px;
    margin-bottom: 15px;
}

/*-----GALLERY------*/

#pictures img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#videos img:hover, .no_thumb:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*------CART--------*/

#cart_header {
    width: 166px;
    height: 28px;
    float: left;
    margin: 0 0 25px 5px;
    background-image: url('../images/shopping_header.jpg');
}

#content_cart {
    padding: 20px 50px 20px 50px;
}

/*--------BLOG-----------*/
#blog_header {
    width: 54px;
    height: 28px;
    float: left;
    margin: 0 0 25px 5px;
    background-image: url('../images/blog_header.jpg');
}
#container {
	padding: 20px 50px 20px 50px;
}