/* ****************************************************************************** */
/* Company Name: Spark Branding, Inc.                                             */
/* Author By: DR                                                                  */
/* Website: www.sparkmybrand.com                                                  */
/* File Name: rc_style.css                                                        */
/* File Created: Friday, May 08, 2008                                             */
/* Project: Arts d'Vine                                                           */
/* ****************************************************************************** */
a {
   color: #000000;
   font-size: 12px;
   font-weight: normal; 
   text-decoration: underline;
}

a:hover {
   color: #000000;
   font-size: 12px;
   font-weight: normal;  
   text-decoration: none;
}

a:active {
   color: #FF0000;
   font-size: 12px;
   font-weight: normal;  
   text-decoration: none; 
}

.menu_link {
   color: #000000;
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
}

.menu_link:hover {
   color: #E75642; /* #D91C5C; */
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
}

.menu_link:active {
   color: #FF0000;
   font-size: 13px;
   font-weight: bold;
   text-decoration: none;
}

.copyright_link {
   color: #BED63A;
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
}

.copyright_link:hover {
   color: #E75642; /* #D91C5C; */
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
}

.copyright_link:active {
   color: #FF0000;
   font-size: 12px;
   font-weight: normal;
   text-decoration: none;
}

body {
   background-color: #000000;
   cursor: default;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}

div { font-family: Verdana, Arial, Helvetica, sans-serif; }
p { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 14px; line-height: 1.5; }
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 12px; }
map, area { cursor: pointer; }
.header_map { cursor: pointer; }

.content_container {
   background-image: url('../images/backgrounds/content-BG.jpg'); 
   background-repeat: no-repeat;
   margin: 10px auto; 
   width: 1024px;
   padding: 0 0 0 0;
	
}

.header_container { margin: 0 auto; width: 1024px; }
.header_contents_col1 {
   background-color: #E75642; /* #D91C5C; */ 
   background-image: url('../images/backgrounds/header-1BG.gif'); 
   background-repeat: no-repeat;
   width: 795px; 
   height: 263px; 
   float: left; 
}

.header_contents_col2 { 
   background-color: #00A4DA; 
   background-image: url('../images/backgrounds/header-2BG.gif'); 
   background-repeat: no-repeat;
   text-align: center;
   width: 229px; 
   height: 263px; 
   float: left; 
}

.header_contents_col2_text {
   color: #BED63A;
   font-size: 13px;
   font-weight: bold;
   line-height: 1.9;
   padding: 0 10px 0 0;
}   

.main_container { margin: 0 auto; width: 1024px; }
.main_contents_col1 {
   background-color: #E75642;  
   background-image: url('../images/backgrounds/main-1BG.gif'); 
   background-repeat: no-repeat;
   width: 795px; 
   height: 507px; 
   float: left; 
}

.main_contents_col1_text { 
   color: #000000;
   font-size: 12px;
   font-weight: normal;
   line-height: 1.7;
   margin: 0 auto;
   text-align: center;
   width: 650px;
}

.main_contents_col1_title {
   color: #000000;
   font-size: 18px;
   font-weight: bold;
   margin: 0 auto;
   text-align: left;
   width: 650px;
   height: 35px;
}

.main_contents_col2 {
   background-color: #BED63A;  
   background-image: url('../images/backgrounds/main-2BG.gif'); 
   background-repeat: no-repeat;
   width: 229px; 
   height: 507px; 
   float: right; 
} 

.copyright_container {
   margin: 0 auto;
   padding: 0 20px 0 0; 
   color: #FFFFFF;
   font-size: 12px;
   font-weight: normal; 
   text-align: right;
   width: 1004px;
   height: 150px;
	 clear: both;
}