/* ****************************************************************************** */
/* Company Name: Spark Branding, Inc. */
/* Website: www.sparkmybrand.com */
/* Author By: DR  */
/* File Name: smb_template.css */
/* File Created: Monday, July 12, 2010, 4:22:30 PM*/
/* Project: www.sparkmybrand.com */
/* ****************************************************************************** */
a { font-family: Arial, Helvetica, sans-serif; }
a { color: #53BABF; font-size: 12px; font-weight: normal; text-decoration: none; }
a:hover { color: #FFF; font-size: 12px; font-weight: normal; text-decoration: none; }
a:active { color: #FF0000; font-size: 12px; font-weight: normal; text-decoration: none; }
a.header_menu_link { color: #1C1D3E; font-size: 14px; font-weight: normal; text-decoration: none; }
a.header_menu_link:hover { color: #53BABF; font-size: 14px; font-weight: normal; text-decoration: none; }
a.header_menu_link:active { color: #FF0000; font-size: 14px; font-weight: normal; text-decoration: none; }
a.portfolio_link { color: #53BABF; font-size: 14px; font-weight: normal; text-decoration: none; }
a.portfolio_link:hover { color: #FFF; font-size: 14px; font-weight: normal; text-decoration: none; }
a.portfolio_link:active { color: #FF0000; font-size: 14px; font-weight: normal; text-decoration: none; }
a.copyright_link { color: #53BABF; font-size: 10px; font-weight: normal; text-decoration: none; }
a.copyright_link:hover { color: #000000; font-size: 10px; font-weight: normal; text-decoration: none; }
a.copyright_link:active { color: #FF0000; font-size: 10px; font-weight: normal; text-decoration: none; }

body,div,table,p,li,input,select,textarea,button { 
  font-family: Arial, Helvetica, sans-serif; color: #FFF; }

img,input.vertical_align_middle { vertical-align: middle; }
br.clear_float { clear: both; height: 0; font-size: 1px; line-height: 0px; }

body {
  background-color: #FFFFFF;
  cursor: default;
  margin: 53px 0 0 0;
  padding: 0 0 0 0;
}

.smb_template div#content_container { margin: 0 auto; width: 1024px; height: auto; }

.smb_template div#header_container { 
  background-image: url('../images/backgrounds/header_container-1BG.jpg'); 
  background-repeat: no-repeat; height: 129px; }
  div.hrc_col1 { color: #53BABF; font-size: 13px; font-weight: normal; 
		  margin: 17px 0 0 0; float: left; width: 800px; height: 100px; }
		div.hrc_col2 { float: right; width: 205px; height: 129px; }

.smb_template div#main_container { background-color: #1C1D3E; 
  background-image: url('../images/backgrounds/main_container-1BG.jpg');
  background-repeat: repeat-x; overflow: auto; }
  
		div.mnc_col1 { float: left; width: 539px; height: 355px; margin: 20px; }
  div.mnc_col2 { float: right; width: 425px; height: 355px; margin: 20px 20px 20px 0; }
		div.mnc_col2_title { font-size: 15px; font-weight: normal; letter-spacing: 1px; margin: 0 0 0 0;
		  height: 30px; }
  div.mnc_col2_col1 { font-size: 11px; font-weight: normal;
		  float: left; letter-spacing: 1px; line-height: 2.0; margin: 0 10px 0 0; padding: 0 0 0 0;
    width: 215px; height: 325px; }
  div.mnc_col2_col2 { border-left: 1px #2C2E5E solid; font-size: 12px; font-weight: normal; 
		  float: right; letter-spacing: 1px; line-height: 1.4; margin: 0 0 0 0; padding: 0 0 0 10px;
    width: 185px; height: 325px; overflow: auto; }
		
.smb_template div#thumbs_container { background-color: #53BABF; 
  background-image: url('../images/backgrounds/thumbs_container-1BG.jpg');
  background-repeat: repeat-x; text-align: center; }
  
  div.thumbs_content { background-image: url('../images/backgrounds/thumbs_content-1BG.jpg'); 
    background-position: center top; background-repeat: no-repeat; 
	   margin: 0 auto; height: 55px; text-align: center; }
  
		img.thumb { margin: 1px 0 0 0; border: 1px #FFF solid; }
		img.thumb_active { margin: 3px 0 0 0; border: 3px #FFF solid; width: 50px; height: 50px }
		
.smb_template div#footer_container { clear: both; height: 106px; text-align: center; }

div.copyright_container { clear: both; margin: 0 auto; width: 1024px; }
  div.crc_col1 { padding: 2px 0 0 0; float: left; text-align: left; width: 100px; }
  div.crc_col2 { color: #1C1D3E; font-size: 10px; font-weight: normal; float: right;
    padding: 2px 0 0 0; text-align: right; width: 924px; }


