/*
Theme Name: Creative Dental Solutions
Theme URI: http://thewiredmouse.com/
Description: Custom designed for Creative Dental Solutions
Version: 1.0
Author: Andrew Giles
Author URI: http://thewiredmouse.com




*/

/* Begin Typography & Colors */
@import url(reset.css);
body {
	background:#d1d0d0;
	font-family:arial;
	font-size:16px;
	}

h1{
	color:#294f7a;
	font-size:24px;
	margin:10px 0;
	
}
h2{
	color:#749cc8;
	font-size:18px;
	margin:5px 0;
}

a{
	color:#41443E;
}
#page{
	width:100%;
}

#header{
	width:100%;
	height:128px;
	background:url(images/header_gradient.jpg);
}
#header_container{
	width:1000px;
	margin:0px auto;
}
#header_logo{
	float:left;
	margin-top:10px;
}
#header_info{
	float:right;
	color:#ffffff;
	text-align:right;
	font-size:16px;
	line-height:18px;
	margin-top:40px;
}

#header_nav{
	width:100%;
	background:#294F7A;
	padding-top:20px;
	border-top:2px solid #fff;
	overflow:hidden;
}
#header_nav_container{
	width:1000px;
	margin:0px auto;
}

#header_nav ul{
	list-style: none;
	padding: 0;
	margin: 0;

}

#header_nav li{
	float: left;
	height:32px;
	margin-right:50px;
}

#header_nav li a.active {
	background-color:#ffffff;
	height:32px;
	text-decoration: none;
	text-align: center;
	color:#294F7A;
	font-size:16px;
	float:left;
	line-height:32px;
	padding:0 10px;
}
#header_nav li a {
	height:32px;
	display: block;
	text-decoration: none;
	text-align: center;
	color:#ffffff;
	font-size:16px;
	float:left;
	line-height:32px;
	padding:0 10px;
}
.tableft{
	width:11px;
	height:32px;
	background:url(images/tab/left.png);
	float:left;
}

.tabright{
	width:28px;
	height:32px;
	background:url(images/tab/right.png);
	float:left;
}

#header_image{
	padding-right:12px;	
	padding-top:9px;
}


#content_bg{
	width:1000px;
	margin:0px auto;
}

#content_wrapper{
	background:#ffffff;
	overflow:hidden;
	padding-top:15px;
	
}

#content{
	float:left;
	min-height:500px;
}

#content li{
	padding:3px;
	list-style:disc;
	margin-left:50px;
	
}
#content p{
	margin:10px 0 10px 0;
	line-height:20px;
}
#content a{
	color:#FF8F41;
}
#sidebar{
	float:left;
}	

#sidebar p{
	margin:10px;
}
p.signature{
	text-align:right;
	font-style:italic;
	font-size:11px;
}

#footer{
	clear:both;
	width:100%;
	height:60px;
	background:#294F7A;
	color:#fff;
}
#footer_container{
	width:1000px;
	margin:0px auto;
	padding-top:10px;
}
#footer_nav{
	float:left;
}
#footer_nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer_nav li{
	float: left;
	height:32px;
	margin-right:10px;
}
#footer_nav li a{
	font-size:12px;
}
#footer_info{
	float:right;
}
#footer p{
	padding-top:5px;
	font-size:12px;
	text-align:center;
}
#footer a{
	color:#dce6f1;
}

.alignright{
	float:right;
	margin:10px;
}

.alighleft{
	float:left;
	margin:10px;
}

/* page styles */

#leftcol{
	width:530px;
	float:left;
	margin:15px;
}
#rightcol{
	float:left;
	margin:15px;
	width:410px;
}

#made-in-the-usa{
	float:right;
	margin-right:30px;
}

/*styles*/
.tag{
	height:51px;
	float:left;
	margin-left:-14px;
	margin-top:20px;
	position:absolute;
	z-index:100;
}
.tagleft{
	background-image:url(images/tag/tag_left.png);
	width:15px;
	height:51px;
	float:left;
}
.tagcenter{
	background-image:url(images/tag/tag_bg.png);
	height:51px;
	float:left;
	color:#fff;
	line-height:40px;
	font-weight:bold;
	padding:0 15px 0 10px;
	
}
.tagright{
	background-image:url(images/tag/tag_right.png);
	width:12px;
	height:51px;
	float:left;
	
}
.tagged-image{
	
}

.tagimage{
	position:relative;
	z-index:9;
	border:2px solid #294F7A; 

}
