﻿body
{

	background-image: url("../content/images/background.jpg");
	background-repeat: no-repeat;
	background-position:top center;
	background-color: #1c1c1c;
	color: #FFFFFF;
	letter-spacing: -0.5px;
	font-family: Georgia;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

a img
{
	border: none;
}

p a
{
	color: #FFFFFF;
}

p a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

p a:visited
{
	color: #FFFFFF;
}

#middle
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#top
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#top_main
{
	background-color: #000000;
	height: 40px;
	padding-top: 25px;
}

#top_links
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#top_links ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#top_links li
{
	display: inline;
	padding-right: 15px;
}

#top_links li a
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#top_links li a img
{
	border: none;
}

#top_links li a:hover
{
	text-decoration: underline;
}

#top_border
{
	background-image: url("../content/images/top_bar_background.png");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 4px;
}

#logo
{
	margin-top: 60px;
}

#logo a img
{
	border-style: none;
}

#left
{
	margin-top: 110px;
	float: left;
	width: 250px;
}

#left:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.vertical_navigation ul
{
	list-style-type: none;
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
}

.vertical_navigation li
{
	background-image: url("../content/images/divider.png");
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-bottom: 4px;
}

.vertical_navigation li a
{
	color: #b3d671;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.vertical_navigation li a:hover
{
	background-image: url("../content/images/nav_hover.png");
	background-repeat: repeat-y;	
	color: #000000;
}

#main
{
	margin-top: 97px;
	margin-left: 270px;
}

#bottom
{
	width: 100%;
}

#bottom_main
{
	background-color: #000000;
	height: 160px;
	width: inherit;	
}

#bottom_links
{
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#bottom_links ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bottom_link_item
{
	float: left;
	padding-top: 10px;
	width: 265px;
}

#bottom_links li
{
	display: inline;
	font-size: 10px;
	font-style: italic;
}

#bottom_links li span
{
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

#bottom_links li a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-style: italic;
}

#bottom_links li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#bottom_links li a:hover
{
	text-decoration: underline;
}

#bottom_links:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#bottom_border
{
	background-image: url("../content/images/bottom_bar_background.png");
	background-repeat: repeat-x;
	background-position: top;
	height: 4px;
}

.latest_work ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.latest_work li
{
	padding-top: 5px;
}

.latest_work img
{
	border: solid 5px #000000;
	height: 140px;
	width: 240px;
}

.latest_work a
{

}

.heading_1
{
	font-size: 60px;
	font-style: italic;
	font-weight: bold;
}

.heading_2
{
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

.heading_3
{
	color: #fff173;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
}

.heading_4
{
	color: #b3d671;
	font-style: italic;
}

.heading_4 a
{
	color: #b3d671;
	font-style: italic;
}

.heading_4 a:visited
{
	color: #b3d671;
	text-decoration: underline;
}

.heading_5
{
	color: #fff173;
	font-style: italic;
}

.latest_title
{
	color: #92f4fa;
	font-style: italic;
	font-size: 36px;
}

.home
{
	color: #b2d675;
}

.team
{
	color: #eabe80;
}

.clients
{
	color: #fff38b;
}

.work
{
	color: #92f4fa;
}

.contact
{
	color: #fe8b8b;
}