﻿/* Standard HTML Tags */

body {
	margin:5px 0px 0px 0px;
	background-color: #FFFFFF;
}

div {
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 14px;
	color: #000000;
}

li {
	margin:0px;
}

hr {
	border-top:1px #c9c9c9  solid;
	border-bottom:0px;
}

form {
	margin:0px;
}

a {
	color: #CC0000;
	text-decoration:none;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

ul {
	list-style:square;
}

table {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	vertical-align:top;
}

h1 {
	color: #000000;
	font-family: Arial;
	font-size: 18px;
}

h2 {
	color: #000000;
	font-family: Arial;
	font-size: 14px;
}

h3 {
	color: #000000;
	font-family:Arial;
	font-size: 14px;
	font-weight: bold;
}

img	{
	border:0px;
}

input {
	font-family: Arial;
    font-size: 12px;
}

select {
		font-family: Arial;
		font-size: 12px;
}

textarea {
		font-family: Arial;
		font-size: 12px;
}

.box5 {
	float:left;
	width:5%;
}

.box10 {
	float:left;
	width:10%;
}

.box15 {
	float:left;
	width:15%;
}

.box20 {
	float:left;
	width:20%;
}

.box25 {
	float:left;
	width:25%;
}

.box30 {
	float:left;
	width:30%;
}

.box35 {
	float:left;
	width:35%;
}

.box40 {
	float:left;
	width:40%;
}

.box45 {
	float:left;
	width:45%;
}

.box50 {
	float:left;
	width:50%;
}

.box55 {
	float:left;
	width:55%;
}

.box60 {
	float:left;
	width:60%;
}

.box65 {
	float:left;
	width:65%;
}

.box70 {
	float:left;
	width:70%;
}

.box75 {
	float:left;
	width:75%;
}

.box80 {
	float:left;
	width:80%;
}

.box85 {
	float:left;
	width:85%;
}

.box90 {
	float:left;
	width:90%;
}

.box95 {
	float:left;
	width:95%;
}



/*************/
/* Site Container Styles */
/*************/

#container_main{
	clear:both;
	overflow:auto;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

	#container_maincontent {

	}
	
#container_header{
	clear:both;
	overflow:auto;
	height:105px;
}

	#container_headercontent {
	    clear:both;
	}
			
#container_menu {
	clear:both;
	overflow:auto;
}

	#container_menucontent {
        text-align:center;
        padding:20px 0px 20px 0px;
	}
	
	#container_menucontent a {
        font-size:13px;
	}	

#container_subheader {
    clear:both;
    background-color:#b89c57;
    height:20px;
}

#container_body{
	clear:both;
	overflow:auto;
}
	
	#container_bodycontent {

	}
	
	    #container_sidemenu {
            float:left;
            width:160px;
            overflow:auto;
	    }
	
	        #container_sidemenucontent {
                padding:30px 25px 0px 20px;
	        }
	        
	        #container_sidemenucontent a {
                font-size:13px;
                font-weight:bold;
                color:#FFFFFF;
	        }
	        
	    #container_bodybox1and2 {
            float:left;
            width:820px;
            overflow:auto;
	    }
	
	        #container_bodybox1and2content {
                overflow:hidden;
	        }
	        
	    #container_bodybox1 {
            float:left;
            width:495px;
            overflow:auto;
	    }
	
	        #container_bodybox1content {
                padding:30px 30px 0px 30px;
	        }
	        
	    #container_bodybox2 {
            float:left;
            width:325px;
            overflow:auto;
	    }
	
	        #container_bodybox2content {
                
	        }

#container_subfooter {
    clear:both;
    height:20px;
}

#container_footer {
	clear:both;
    overflow:auto;
}

	#container_footercontent {
        padding:20px;
        color:#000000;
        text-align:center;
	}

/************* Other Styles ************/

.clear  {
    clear:both;
}

.subscribe  {
    color: #b89c57;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
}

.bold {
	font-weight:bold;
}

.italic {
	font-style:italic;
}

.pinklink  {
    color: #c16794;
}

.black  {
    color: #000000;
}

.inputbutton {
	background-color:#000000;
	color:#FFFFFF;
	cursor:pointer;
}

.table_all {
	border:1px #c9c9c9 solid;
	width:100%;
}

	.table_all td {
		padding:4px;
	}
	
.table_allnoborder {
	width:100%;
}

	.table_allnoborder td {
		padding:4px;
	}
	
.table_allnoborderpadding {
	width:100%;
}

	.table_allnoborderpadding td {
		padding:0px;
	}

.table_headright {
	color:#000000;
	font-weight:bold;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #c9c9c9 solid;
	background-color:#b89c57;
}

.table_headend {
	color:#000000;
	font-weight:bold;
	border-bottom:1px #c9c9c9 solid;
	background-color:#b89c57;
}

.table_subheadright {
	color:#000000;
	font-weight:bold;
	border-right:1px #c9c9c9 solid;
	border-bottom:2px #c9c9c9 solid;
}

.table_subheadend {
	color:#000000;
	font-weight:bold;
	border-bottom:2px #c9c9c9 solid;
}

.table_rowright {
	border-bottom:1px #c9c9c9 solid;
	border-right:1px #c9c9c9 solid;
}

.table_rowend {
	border-bottom:1px #c9c9c9 solid;
}

.table_subtotalright {
	color:#000000;
	font-weight:bold;
	border-right:1px #c9c9c9 solid;
	border-top:2px #c9c9c9 solid;
}

.table_subtotalleft {
	color:#000000;
	font-weight:bold;
	border-top:2px #c9c9c9 solid;
}

.error_text {
	padding:1px;
	background-color:#ffd8d8;
	color:#ca0000;
	border:2px #FFFFFF dashed;
	margin-bottom:5px;
}

.ok_text {
	padding:4px;
	background-color:#d0fccb;
	color:#000000;
	border:2px #FFFFFF dashed;
	margin-bottom:5px;
}

.images {
	border:1px #c9c9c9;
}

.noborder {
	border:0px;
}

.nomargin {
	margin:0px;
}

.ulleftalign {
    padding-left:15px;
}

.imageright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.imageleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.highlight {
    background-color:#e2ecf6;
}

.highlightyellow {
    color:#b89c57;
}

.highlightred {
    color:#aa1e23;
    font-weight:bold;
}

.submenu {
    margin-bottom:10px;
}

.inputoneline {
    border:0px;
    border-bottom:1px #bca261 solid;
}

.inputtext {
    border:1px #bca261 solid;
}

.colorveige {
    color:#cab581;
}

.margin0 {
    margin:0px;
}

.newsletters {
    clear:both;
}

.newsletters h2 {
    margin-top:0px;
}

.table_contact {
    width:100%;
}

    .table_contact td {
        padding:4px;
    }

    .table_contact_rowend {
        font-size:18px;
        font-weight:bold;
        border-bottom:2px #b89c57 solid;
    }

    .table_contact_rowright {
        border-right:2px #b89c57 solid;
    }

.hide {
    display:none;
}

.show {
    display:block;
}

.imagephoto {
    padding:5px;
    border:1px #b89c57 solid;
    margin:10px;
}

.treenode_url_selected {
    color:#4b4b4b;
}

    .treenode_url_selected a{
        color:#4b4b4b;
    }
    
.small_text {    
    font-size:11px;      
}

.holiday_home_list {
    width:260px;
    overflow:auto;
    margin-left:auto;
    margin-right:auto;
}

.holiday_home_list_title {
    background-color:#a01218;
    color:#FFFFFF;
    text-align:center;
    padding:2px;
    font-weight:bold;
    font-size:16px;
    margin-left: 100px;
    margin-right: 100px;
}

.holiday_home_unit_title {
    margin-top:10px;
    background-color:#a01218;
    overflow:auto;
    padding:10px;
    text-align:center;
}
                    
.message_important {
    clear:both;
    background-color:#870d00;
    margin:5px 0px 5px 0px;
}

    .message_important_content {
        color:#FFFFFF;
        padding:5px 0px 5px 10px;
    }

    .message_important_content a {
        color:#f2ca51;
    }

.tinytext {    
    font-size:9px;
}

.gift_card_error_text{
	clear:both;
	padding:1px;
	color:#ca0000;
	font-size:11px;
}

.float_left {
    float:left;
}

.float_right {
    float:right;
}

/*rewards page start [LE]*/

#rewards_box {
    clear:both;
    width:100%;
    background-color:#FFFFFF;
    margin:10px 0px 0px 0px;
}

    #rewards_box_content {
        padding:15px;
    }
    
        #rewards_box_header {
            clear:both;
            background-color:#b42d46;
        }
        
            #rewards_box_header_content {
                padding:0px 5px 0px 5px;
            }
            
                .rewards_menu_divider {
                    background-image:url(../webimages/i_rewards_divider_line.png);
                    background-repeat:no-repeat;
                    background-position:center top;
                    width:20px;
                    height:30px;
                    margin:8px 0px 0px 0px;
                }
                
                .rewards_menu_item {
            
                }
                
                    .rewards_menu_item_content {
                        font-size:14px;
                        padding:20px 15px 20px 15px;
                    }
                    
                    .rewards_selected {
                       background-color:#881127;
                    }
                    
                        .rewards_menu_item_content a {
                            color:#fef1e2;
                        }

                        .rewards_menu_item_content a:hover {
                            color:#FFFFFF;
                            text-decoration:underline;
                        }

        #rewards_box_ad {
            clear:both;
        }
        
            #rewards_box_ad_content {
                
            }
                                                        
        #rewards_box_body {
            clear:both;
            background-color:#1d191a;
        }
        
            #rewards_box_body_content {
                padding:20px 30px 30px 30px;
            }
            
                #rewards_box_body_content h2 {
                    font-size:18px;
                }
                
                #rewards_box_body_content hr {
                    border-top:1px #b9b19e dashed;
                }
                
    .reward_button {
        background-color:#b42d46;
        padding:10px 30px 10px 30px;
        border:0px;
        color:#FFFFFF;
    }
    
/*rewards page end [LE]*/

/*march rewards page start [KK]*/

#rewards_box {
    clear:both;
    width:100%;
    background-color:#FFFFFF;
    margin:10px 0px 0px 0px;
}

    #rewards_box_content {
        padding:15px;
    }
    
        #march_rewards_box_header {
            clear:both;
            background-color:#195619;
        }
        
            #rewards_box_header_content {
                padding:0px 5px 0px 5px;
            }
            
                .rewards_menu_divider {
                    background-image:url(../webimages/i_rewards_divider_line.png);
                    background-repeat:no-repeat;
                    background-position:center top;
                    width:20px;
                    height:30px;
                    margin:8px 0px 0px 0px;
                }
                
                .rewards_menu_item {
            
                }
                
                    .rewards_menu_item_content {
                        font-size:14px;
                        padding:20px 15px 20px 15px;
                    }
                    
                    .march_rewards_selected {
                       background-color:#144514;
                    }
                    
                        .rewards_menu_item_content a {
                            color:#fef1e2;
                        }

                        .rewards_menu_item_content a:hover {
                            color:#FFFFFF;
                            text-decoration:underline;
                        }

        #rewards_box_ad {
            clear:both;
        }
        
            #rewards_box_ad_content {
                
            }
                                                        
        #rewards_box_body {
            clear:both;
            background-color:#1d191a;
        }
        
            #rewards_box_body_content {
                padding:20px 30px 30px 30px;
            }
            
                #rewards_box_body_content h2 {
                    font-size:18px;
                }
                
                #rewards_box_body_content hr {
                    border-top:1px #b9b19e dashed;
                }
                
    .march_reward_button {
        background-color:#195619;
        padding:10px 30px 10px 30px;
        border:0px;
        color:#FFFFFF;
    }
    
/*rewards page end [KK]*/

/*april/may rewards page start [KK/VEI]*/

#rewards_box {
    clear:both;
    width:100%;
    background-color:#FFFFFF;
    margin:10px 0px 0px 0px;
}

    #rewards_box_content {
        padding:15px;
    }
    
        #april_rewards_box_header {
            clear:both;
            background-color:#aace67;
        }
        
        #june_rewards_box_header {
            clear:both;
            background-color:black;
        }        
        
            #rewards_box_header_content {
                padding:0px 5px 0px 5px;
            }
            
                .rewards_menu_divider {
                    background-image:url(../webimages/i_rewards_divider_line.png);
                    background-repeat:no-repeat;
                    background-position:center top;
                    width:20px;
                    height:30px;
                    margin:8px 0px 0px 0px;
                }
                
                .rewards_menu_item {
            
                }
                
                    .rewards_menu_item_content {
                        font-size:14px;
                        padding:20px 15px 20px 15px;
                    }
                    
                    .april_rewards_selected {
                       background-color:#88a94a;
                    }
                    
                    .june_rewards_selected {
                       background-color:#714c2f;
                    }                    
                    
                        .rewards_menu_item_content a {
                            color:#fef1e2;
                        }

                        .rewards_menu_item_content a:hover {
                            color:#FFFFFF;
                            text-decoration:underline;
                        }

        #rewards_box_ad {
            clear:both;
        }
        
            #rewards_box_ad_content {
                
            }
                                                        
        #rewards_box_body {
            clear:both;
            background-color:#1d191a;
        }
        
            #rewards_box_body_content {
                padding:20px 30px 30px 30px;
            }
            
                #rewards_box_body_content h2 {
                    font-size:18px;
                }
                
                #rewards_box_body_content hr {
                    border-top:1px #b9b19e dashed;
                }
                
    .april_reward_button {
        background-color:#aace67;
        padding:10px 30px 10px 30px;
        border:0px;
        color:#FFFFFF;
    }
    
    .june_reward_button {
        background-color:#714c2f;
        padding:10px 30px 10px 30px;
        border:0px;
        color:#FFFFFF;
    }    
    
/*rewards page end [KK]*/

.sequence_box {
    width:16px;
    padding:2px 0px 2px 0px;
    margin:4px auto 4px auto;
    background-color:#FFFFFF;
    text-align:center;
    color:#000000;
    font-size:9px;
}

.link_as_button {
    display:inline-block;
    padding:5px;
    margin:0px 0px 5px 0px;
    border:1px #b89c57 solid;
    text-align:center;
    min-width:120px;
}

    .link_as_button:hover {
        background-color:#b89c57;
        color:#FFFFFF;
    }

.new_link_as_button {
    display:inline-block;
    padding:5px;
    margin:0px 0px 5px 0px;
    background-color:#3272b2;
    border:1px #3272b2 solid;
    text-align:center;
    color:#FFFFFF;
    min-width:120px;
}

    .new_link_as_button:hover {
        text-decoration:underline;
    }