/* GLOBAL STYLES */

body {
	color: #d0d0d0;
	text-align:center;
	background-color: #131313;
	font: 0.78em/1.3em Arial, Helvetica, sans-serif;
	margin: 0px;
}



h1, h2, h3, h4 {
	font-size: 1em;
	margin:0px;
}

h1 {
	font-size: 1.2em;
	padding-top: 25px;
	padding-bottom: 7px;
	font-weight: normal;
	margin-bottom: 13px;
	border-bottom: 1px dotted #4c4c4c;
}

p {
	margin-top: 0px;
}

h2 {
	color: #dbdcdb;
	line-height: 1.8em;
	font-size: 1.05em;
}

a img {
	border: none;
}

a {
	color: #d30360;
}

a:active, a:focus, input:active, input:focus {
      outline: 0;
}

::-moz-selection{
	background: #000000;
	color: #d30360;
} 

::selection {
	background: #000000;
	color: #d30360;
}

address {
	font-style: normal;
}

.clear_both {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

#container {
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: left;
	margin-bottom: 50px;
}

#header {
	padding-top: 19px;
	background: url(../images/theme_black/header_glow.jpg) no-repeat left bottom;
	margin-bottom: 10px;
}


/* MAIN NAV STYLES */

#nav {
	padding: 0px;
	list-style-type: none;
	float: right;
	margin: 19px 0px 0px;
}

#nav li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#nav li a {
	color: #dadbda;
	display: block;
	float: left;
	padding-top: 50px;
	padding-bottom: 13px;
	text-decoration: none;
	background-repeat: no-repeat;
	font-weight:800;
	font-size: 1.05em;
	width: 57px;
	text-align: center;
}

#nav li a#website_design {
	width: 95px;
}

#nav li a#print_branding {
	width: 124px;
}

#nav li a#our_work {
	width: 77px;
}

#nav li a#about_us {
	width: 76px;
}

#nav li a#contact_us {
	width: 86px;
}

#nav li a:hover {
	background-repeat: no-repeat;	
}

#nav li a.active {
	color:#d30360;
}

#nav li a#home:hover {
	background-image: url(../images/theme_black/nav_hover_home.jpg);	
}

#nav li a#home.active {
	background-image: url(../images/theme_black/nav_active_home.jpg);	
}

#nav li a#website_design:hover {
	background-image: url(../images/theme_black/nav_hover_website_design.jpg);	
}

#nav li a#website_design.active {
	background-image: url(../images/theme_black/nav_active_website_design.jpg);	
}

#nav li a#print_branding:hover {
	background-image: url(../images/theme_black/nav_hover_print_branding.jpg);	
}

#nav li a#print_branding.active {
	background-image: url(../images/theme_black/nav_active_print_branding.jpg);	
}

#nav li a#our_work:hover {
	background-image: url(../images/theme_black/nav_hover_our_work.jpg);	
}

#nav li a#our_work.active {
	background-image: url(../images/theme_black/nav_active_our_work.jpg);	
}

#nav li a#about_us:hover {
	background-image: url(../images/theme_black/nav_hover_about_us.jpg);	
}

#nav li a#about_us.active {
	background-image: url(../images/theme_black/nav_active_about_us.jpg);	
}

#nav li a#contact_us:hover {
	background-image: url(../images/theme_black/nav_hover_contact_us.jpg);	
}

#nav li a#contact_us.active {
	background-image: url(../images/theme_black/nav_active_contact_us.jpg);	
}




/* COLUMN STYLES */

.column_third, .column_third_no_pad { 	/* One third width column */
	width: 310px;
	float: left;
	padding-right: 10px;
}
.column_two_thirds, .column_two_thirds_no_pad {
	width: 630px;
	float: left;
	padding-right: 10px;

}

.column_third_no_pad, .column_two_thirds_no_pad {	/* One third width column, last one, without padding  */
	padding-right: 0px;
}

.column_third img {
	margin-bottom: 12px;
}

.text_wrapper_white {
	background-color: #f6f6f6;
	color: #414141;
	margin-bottom: 3px;
	font-size: 1.05em;
	text-align: justify;
	line-height: 1.4em;
	padding: 20px;
}
.text_wrapper_white h2{
	color: #131313;
	margin-bottom: 15px;
}




/* FOOTER STYLES */

#footer {
	font-size: 0.9em;
	line-height: 1.4em;
	color: #aeaeae;
	clear: both;
	margin-top: 12px;
}

#footer div {
	border-top: 9px solid #262626;
	padding-top: 2px;
}

#footer h3 {
	font-size: 1.1em;
	line-height: 2.2em;
	font-weight: 600;
	margin-top: 5px;
}

#footer a {
	color: #c6c6c6;
	text-decoration: none;
	font-weight:bold;
	
}
#footer a:hover {
	color: #d30360;
	text-decoration: underline;
}

#footer #address {
float: left;
	width: 630px;


}

#footer #contact {
		width: 310px;
	float: left;
	margin-right: 10px;
	
}


#footer #addthis_button {
	float: right;
	margin-top: 5px;
}

