body {
	background-color: #0b0b0b;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#container {
	background-image: url(../images/bg_container.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	position: relative;
}

.clear {
	clear: both;
}

/*
HEADER 
------------------------------------------------- */

#header {
	position: relative;
	width: 950px;
	height: 125px;
	margin-right: auto;
	margin-left: auto;
}

/*
LOGO
------------------------------------------------- */

#logo {
	height: 100px;
	width: 145px;
	position: relative;
	float: left;
	margin-left: 15px;
}

#logo h1 {
	display: none;
}

span.logo
	{
	float: left;
	position: relative;
	text-indent: -10000px;
	margin: 0;
	padding: 0;
	}
	
span.logo a
	{
	display: block;
	width: 145px;
	height: 100px;
	background: url(../images/studio_c_logo.png) no-repeat;
	margin-top: 20px;
	}

/*
SCHEDULE APPOINTMENT
------------------------------------------------- */

#schedule {
	background-image: url(../images/schedule_appointment.png);
	background-repeat: no-repeat;
	float: right;
	height: 54px;
	width: 174px;
	position: relative;
	padding: 0px;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
/*
SLIDESHOW
------------------------------------------------- */

#slideshow_wrapper {
	height: 250px;
	width: 950px;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_content2.gif);
	background-repeat: repeat;
}

#slideshow {
	
	float: left;
	position: relative;
	
}

.pics img {
	border: 1px solid #CCCCCC;
	margin: 19px;
}

/*
NAVIGATION 
------------------------------------------------- */
#navigation {
	position: relative;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 57px;
	background-color: #b81f24;
	background-image: url(../images/bg_main_nav_ul.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navigation ul {
	position: relative;
	float: left;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	
}
#navigation ul li {
	display: inline;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #898988;
	font-size: 17px;	
}
#navigation ul li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFBBBB;
	padding-top: 9px;
	padding-bottom: 8px;
}

#navigation ul li a#connav {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

#navigation ul li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

body#home a#homenav,
body#about a#aboutnav,
body#team a#teamnav,
body#services a#servicesnav,
body#specials a#specialsnav,
body#gallery a#gallerynav,
body#products a#productsnav,
body#contact a#connav {
	color: #FFFFFF;
	background-color: #b81f24;
	padding-top: 9px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	
}



body#about #navigation  {
	position: relative;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 57px;
	background-color: #b81f24;
	background-image: url(../images/nav_about.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

body#team #navigation  {
	position: relative;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 57px;
	background-color: #b81f24;
	background-image: url(../images/nav_team.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

body#services #navigation  {
	position: relative;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 57px;
	background-color: #b81f24;
	background-image: url(../images/nav_services.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

body#gallery #navigation  {
	position: relative;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 57px;
	background-color: #b81f24;
	background-image: url(../images/nav_gallery.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

body#products #navigation  {
	position: relative;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 57px;
	background-color: #b81f24;
	background-image: url(../images/nav_products.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

body#contact #navigation  {
	position: relative;
	width: 950px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 57px;
	background-color: #b81f24;
	background-image: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


/*
CONTENT
------------------------------------------------- */

#content_wrapper {
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	color: #000000;
	position: relative;
	margin-top: 0px;
	background-image: url(../images/bg_content2.gif);
	background-repeat: repeat;
	padding-top: 25px;
}

.half_title {
	background-color: #CCCCCC;
	float: left;
	height: 22px;
	width: 445px;
	position: relative;
	margin-bottom: 20px;
	margin-left: 20px;
}

.whole_title {
	background-color: #CCCCCC;
	float: left;
	height: 22px;
	width: 910px;
	position: relative;
	margin-bottom: 20px;
	margin-left: 20px;
}

.half_title h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

#left_half {
	background-color: #FFFFFF;
	width: 415px;
	margin-right: 20px;
	margin-left: 20px;
	float: left;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 25px;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	float: left;
	position: relative;
	width: 50px;
	clear: right;
	margin-top: 19px;
	font-weight: bold;
	height: 50px;
	margin-right: 10px;
}

.post {
	float: left;
	height: 100px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#left_half h2 a {
	color: #b81f24;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;

}

#left_half h2 a:hover {
	color: #333333;
	text-decoration: underline;
}

#right_half {
	background-color: #FFFFFF;
	width: 415px;
	float: left;
	position: relative;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 25px;
	height: 303px;
}

#content_full {
	float: left;
	width: 910px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
}

#content_full img {
	clear: right;
	float: left;
	position: relative;
	border: 5px solid #CCCCCC;
	margin-right: 20px;
}

#content_left {
	clear: right;
	float: left;
	width: 600px;
	position: relative;
	margin-right: 35px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 55px;
}

#content_left h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	display: inline;
	text-transform: uppercase;
	background-color: #b81f24;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
}

#content_left h3 {
	margin: 0px;
	padding: 0px;
}

#content_left img {
	float: left;
	margin-right: 15px;
	position: relative;
	border: 1px solid #CCCCCC;
}

#content_left p {
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-top: 30px;
}

#content_left a {
	color: #FF0000;
	text-decoration: none;
}

#content_right {
	float: left;
	width: 300px;
	position: relative;
	background-color: ##393939;
}

.block {
	float: left;
	width: 300px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.block h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: right;
	margin-top: 0px;
}

.block p {
	margin-bottom: 20px;
	color: #000000;
	padding-right: 15px;
	text-align: justify;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.block img {
	padding: 0px;
	margin: 0px;
}

.block a {
	color: #b81f24;	
}

img.map {
	float: left;
	height: 173px;
	width: 264px;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #333333;
	position: relative;
}

/*
THE TEAM
------------------------------------------------- */

.team_member {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px;
}

.team_member img {
	position: relative;
	clear: right;
	float: left;
	margin-right: 20px;
}
.name {
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #000000;
	padding: 0px 0.1em 0 0;
	font-weight: bold;
	letter-spacing: -0.03em;
	display: block;
	margin-top: 10px;
}
.title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #333333;
	padding: 0px 0.1em 0 0;
	letter-spacing: -0.03em;
	display: block;
	margin-bottom: 15px;
}

/*
FOOTER
------------------------------------------------- */

#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 94px;
	width: 950px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#footer p {
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

#footer_left {
	clear: right;
	float: left;
	width: 45%;
	position: relative;
	margin-top: 35px;
	margin-left: 15px;
}

#footer_right {
	float: right;
	width: 50%;
	position: relative;
	text-align: right;
	margin-top: 35px;
	margin-right: 15px;
}

#footer_right ul {
	margin: 0px;
	padding: 0px;
}

#footer_right ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: none;
}

#siteby {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 950px;
	height: 45px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

#siteby a {
	color: #b81f24;
	text-decoration: none;
	padding-right: 10px;
}

/*
FORM 
------------------------------------------------- */
#contact_form {
	margin-top: 20px;
}

#contact_form label {
	display: block;
	text-align: left;
	color: #59A1C5;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#contact_form input {
	width: 275px;
	border: 1px solid #D0D0D0;
	color: #666666;
	margin-bottom: 7px;
	height: 25px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	font-size: 18px;
}
#contact_form textarea { width: 450px; height: 150px; padding: 2px 1px; border: 1px solid #D0D0D0; color: #333333; font-family: "Lucida Grande", Arial, Verdana, sans-serif; margin-bottom: 7px; }
#contact_form p #submit {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FF0000;
	width: 86px;
	height: 16px;
}
#contact_form p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;	
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(http://www.blueprintgroupe.com/images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 0px 0 10px;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #33CC00 url(http://www.blueprintgroupe.com/images/success.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 0px 0 10px;
  border-top: 2px solid #339900;
  border-bottom: 2px solid #339900;
}
#submitt input {
	float: left;
	background: url(http://www.definitivemedicalwebdesignandvideo.com/images/send-message.jpg) no-repeat left top;
	height: 29px;
	width: 116px;
	border: none;
}
input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFF99;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}
#contact_form h1 {
	color: #FFFFFF;
	border: none;
}

/*
TABLES
------------------------------------------------- */

table {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

tr {
	background-color: #CCCCCC;
	height: 30px;
}

tr.dark {
	background-color: #999999;
}

#flashcontent {
		height: 100%;
	}   
	

/*
CONTENT TOP
------------------------------------------------- */

#content_top {
	float: left;
	width: 910px;
	position: relative;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 20px;
	margin-top: 0px;
}

.top_block {
	float: left;
	width: 285px;
	position: relative;
	margin-top: 20px;
	color: #333333;
	margin-right: 27px;
}

.top_block_end {
	float: left;
	width: 285px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333333;
}

#content_top h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
}

.top_block p, .top_block_end p {
	margin-bottom: 20px;
	color: #000000;
	padding-right: 15px;
	text-align: justify;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.top_block img {
	padding: 0px;
	margin: 0px;
}

.top_block a {
	color: #b81f24;	
}

/*
TWEETS
------------------------------------------------- */	                                                            

.tweet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
  
.tweet .tweet_list {
	-webkit-border-radius: .5em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.tweet .tweet_list li {
      overflow: auto;
      padding: .5em; 
}
	  
.tweet .tweet_list li a {
        color: #b81f24; 
}

.tweet .tweet_list .tweet_even {
	background-color: #F4F4F4;
}
    
.tweet .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; 
}
      
.tweet .tweet_list .tweet_avatar img {
        vertical-align: middle; 
}