body {
  margin: 0px;
  padding: 0px 50px 0px 50px;
  background-color: #ffffff;
  color: #ffffff;
  font-family: Helvetica, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

div#header a {
	text-decoration: none;
	margin-left: 20px;
	color: #ffffff;
	font-size: 12px;
}

div#header a:hover {
	color: #a0303d;
}

div.category_label {
  display: inline;
	position: relative;
	background-color: #a0303d;
	padding: 5px 10px 5px 30px;
	font-weight: bold;
	letter-spacing: 2px;
	z-index: 1000;
	left: -20px;
	top: 45px;
	/*margin-right: -50px;
	margin-top: 20px;  */
}

div.category_label div.shade {
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: -20px;
	left: 0px;
	border-top: 10px solid #671f27;
	border-right: 10px solid #671f27;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
}

div.container {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border: 10px solid #ffffff;
	background-color: #ffffff;
	z-index: 100;
	height: 300px;
	width: 300px;
}

div.category_container {
  position: relative;
  float: left;
  width: 0px;
  cursor: move;
  border-right: 10px solid #ffffff;
  padding-right: 0px;
}

div.loader {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	width: 300px;
	height: 300px;
	background-image: url(file:///G|/AppData/Local/Microsoft/Windows/Temporary%20Internet%20Files/Low/Content.IE5/ZUU1XARP/content/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 5000;
	padding: 0px;
	margin: 0px;
}

a.left, a.right {
  display: block;
	position: absolute;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	z-index: 110;
	font-size: 25px;
	top: 38%;
	margin-top: -92px;
	line-height: 50px;
	text-decoration: none;
	display: none;
}

a.left:hover, a.right:hover {
  color: #000000;
}

a.left:active, a.right:active {
  color: #000000;
}

a.left {
	left: 0px;
	padding: 0px 20px 0px 15px;
}

a.right {
	right: 0px;
	padding: 0px 15px 0px 20px;
}

div.photo, div.video {
	position: relative;
	float: left;
	margin-right: 10px;
	z-index: 50;
}

div.photo_overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #242424;
	z-index: 90;
}

span.photo_info {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #000000;
	color: #ffffff;
	padding: 5px;
	font-size: 16px;
	letter-spacing: 2px;
}

div.video span.photo_info {
  bottom: 60px;
  background-color: #111A19;
}

div.full_container {
	position: relative;
	margin-bottom: 0px;
	margin-top: 60px;
	height: 300px;
}

div.full_container div.category_label {
	top: 25px;
	margin-bottom: -10px;	
}

div#clients {
	position: relative;
	float: left;
	height: 300px;
	width: 50%;
	background-color: #343434;
}

div#client_content {
	text-align: center;
	padding: 20px;
	margin-top: 10px;
}

div#clients ul {
	padding: 0px;
}

div#clients li {
	list-style: none;
	display: inline;
	padding: 5px;
	background-color: #2f2f2f;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 35px;
	font-size: 16px;
}

div#twitter a {
	text-decoration: none;
	color: #a0303d;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	font-style: normal;
}

div#twitter a.tweetlink {
  font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;  
}

div#twitter a:hover {
	color: #671f27;
}

div#contact {
	position: relative;
	background-color: #343434;
	height: 370px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table#contact_form {
	margin: 10px;
}

table#contact_form tr {
}

table#contact_form td {
	line-height: 35px;
	padding: 5px;
	vertical-align: top;
}

table#contact_form td.label {
	width: 20%;
	font-weight: bold;
	letter-spacing: 2px;
}

table#contact_form input {
	height: 20px;
}

td.input input, table#contact_form textarea {
	width: 100%;
	background-color: #9f9f9f;
	border: 2px solid #3f3f3f;
}

table#contact_form textarea {
	width: 100%;
	height: 200px;
}

div#overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
	display: none;
}

img.corner {
	position: absolute;
}

img.tl {
	top: 0px;
	left: 0px;
}

img.tr {
	top: 0px;
	right: 0px;
}

img.bl {
	bottom: 0px;
	left: 0px;
}

img.br {
	bottom: 0px;
	right: 0px;
}

input#submit {
	width: 100px;
	height: 20px;
}

div#copyright {
	line-height: 15px;
	text-align: center;
	font-size: 11px;
}
