/* @override http://localhost:9064/css/regency.css */

body {
	/*background: black;*/
	-webkit-font-smoothing: antialiased;
	
}

h1 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0;
}

ul {
	margin: 20px 50px;
}

p {
	margin-bottom: 10px;
}

li {
	line-height: 1.3;
	padding: 0 15px;
	margin-bottom: 10px;
	list-style-image: url(/img/bullet.png);
}

hr {
	border-top: 1px solid #201e21;
	border-bottom: 1px solid #5b5b5d;
	padding: 0;
	margin: 20px 0 0 0;
	height: 0px;
}

a:link, a:visited {
	color: #0087d7;
}

a:hover {
	text-decoration: underline;
}

header, footer {
	background-color: black;
	color: #ffffff;
}

#login_button {
	position: absolute;
	top: 100px;
}

.colorbars {
	height: 33px;
	width: 33%;
	float: left;
}

#cyan {
	background-color: #2d84d7;
}

#magenta {
	background-color: #f80088;
	width: 34%;
}

#yellow {
	background-color: #fbff23;
}

#logo {
	float: left;
	margin: 50px 0 30px 0;
}

#telephone {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	float: right;
	margin-top: 79px;
}

nav {
	clear: right;
	float: right;
	margin-top: 59px;
}

#navigation li a:link, #navigation li a:visited {
	color: #9999999;
}

#navigation a:hover {
	color: #ffffff;
}

#navigation li a:hover {
	text-decoration: none;
} 

nav li {
	float: left;
	list-style: none;
	margin-left: 20px;
	font-weight: bold;
	padding: 0;
	font-size: 16px;
}

nav li.active a {
	color: #ffffff;
	padding-bottom: 10px;
	border-bottom: 2px solid #ffffff;
}

#main {
	width: 940px;
	padding: 0 10px;
	margin: 20px auto;
}

.alert {
	margin-top: 20px;
}


.page_image {
	float: right;
	margin-left: 40px;
	width: 300px;
	overflow: hidden;
}

#page_slider {
	width: 3000px;
}

#page_slider img {
	float: left;
}

#brochure {
	/*margin: 20px 0;*/
	font-size: 16px;
	line-height: 1.2;
	vertical-align: bottom;
	margin: 10px 0;
	width: 300px;
}

#brochure img {
	float: left;
	margin-right: 20px;
}

#brochuretext {
	width: 140px;
	float: left;
	margin-top: 60px;
}

.meta {
	color: #999;
	font-size: 13px;
}

/* @group Home */

.module {
	margin: 0 auto;
	width: 940px;	
}

#homemodule {
	width: 100%;
	height: 477px;
	background: url(/img/black_background.png) repeat-x;
}

#homeslider {
	width: 940px;
	height: 420px;
	overflow: hidden;
}

/* @end */

/* @group People */

.people_module {
	margin-top: 30px;
}

.person {
	width: 312px;
	float: left;
	/*outline: 1px solid pink;*/
}

.person h2 {
	color: #f80088;
}

/* @end */



/* @group Contact */

#map_canvas {
	margin: 50px 0;
}

/* @end */

/* @group Login */

#login_form {
	padding: 10px;
	width: 404px;
	height: 470px;
	background: #242021 url(/img/gradient.jpg) no-repeat center center;
	text-align: center;
	color: #ffffff;
}

#login_form #logo {
	margin: 0 auto;
	float: none;
	margin-top: 40px;
}

#login_form h4 {
	clear: both;
	border-bottom: 1px solid #201e21;
	width: 255px;
	margin: 20px auto 0 auto;
	font-size: 18px;
	padding-bottom: 5px;
}

#login_form form {
	margin: 0 auto;
	width: 255px;
	border-top: 1px solid #5b5b5d;
	font-size: 12px;
	padding: 20px 0 0 0;
}

#login_form label {
	display: block;
}

#login_form input.field {
	border: 1px solid #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 5px;
	background: #ccc;
	width: 130px;
	margin: 0 10px;
}

#login_form #formsub {
	width: 255px;
	margin: 0 auto;
	padding-top: 10px;
}

input.error {
	border-color: red;
}

label.error {
	color: red;
	font-size: 12px;
}


/* @end */

img.top_mast {
	width: 650px;
	margin: 20px 145px;
}

th {
	background-color: #eee;
}

.code, .qty, .ppu, .total, .fin, .sleeve, .poster, .size {
	width: 70px;
}

.input-xlarge {
	width: 98%;
}

.example td {
	font-style: italic;
	color: #aaa;
	text-align: center;
	font-size: 13px;
}

#submit {
	float: right;
}






footer {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #999999;
	padding: 20px;
}

#headercontent, #footercontent {
	width: 940px;
	padding: 0 20px;
	margin: 0 auto;
}

#social-box {
	float: left;
	width: 165px;
}

#social-box img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}

.footertext {
	float: left;
	width: 225px;
	
}

#copyright {
	clear: both;
	font-size: 11px;
	margin: 30px 0;
}