/* GENERAL */
body {
	background-color:#000;
	color:#ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size:100%;
	margin:0;
	padding:0;
	background-image:url(../img/bg-gradient.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:left bottom; 
}
label {
	font-weight:bold;
}
img {
	border:0;
}
p {
	font-size: .8em;
	letter-spacing: .02em;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#0761c5;
	text-decoration:underline;
}
#indexbg {
	z-index: -1;
	position: relative;
	float: left;
	margin: 0px auto;
	width: 100%;
	margin-top: -300px;
	height: 300px;
	background-image: url(../img/bg-index.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}
.bigwrapper {
	position: relative;
	float: left;
	clear: left;
	width: 960px;
	height: auto;
}

/* PAGE */
#page {
	margin:0 auto;
	width: 960px;
	height: auto;
	z-index: 2;
}
.title {
	font-family: "Century Gothic",Arial,sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	color: white;
}
.title-large {
	position: relative;
	float: left;
	clear: both;
	margin-bottom: 25px;
	padding: 0px 10px 0px 10px;
	font-size: 2.8em;
}
.title-large {
	background: url(../img/10transwhite.png);
}
.title-medium {
	font-size: 2.25em;
	text-indent: 0px;
}
.title-small {
	margin-top: -5px;
	font-size: 1.3em;
	letter-spacing: .03em;
}
.products .titlesmall {
	margin-top: 10px;
}

/* HEADER */
#header {
	width:960px;
}
#account-right {
	float: right;
	width: 660px;
}
#account-header {
	float: right;
	margin-top: 4px;
	height: 36px;
	font-size: 14px;
}
#contact {
	float:right;
	clear: right;
	margin-top:40px;
	text-align:right;
	font-size: 11px;
	width: 100%;
}
#contact strong {
	font-weight: 400;
	font-size: 16px;
}
#logo, #print-logo {
	position: relative;
	float: left;
	clear: none;
	margin-left: -37px;
}
#print-logo {
	display: none;
}
@media print {
	#logo {
		display: none;
	}
	#print-logo {
		display: inline;
	}
}
#nav {
	text-align: center;
	position: relative;
	float: left;
	clear: both;
	width: 960px;
	height: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#nav ul {
	list-style: none;
}
#nav li {
	margin-left: 20px;
	display: inline;
	text-transform: uppercase;
	font-size: .9em;
	font-family: "Century Gothic",sans-serif;
	font-weight: 100;
	letter-spacing: .1em;
}
#nav li a:hover {
	color: #0186fb;
	text-decoration: none;
}
#nav ul:first-child {
	margin-left: -55px;
}

#account-header {
	width: 100%;
	text-align: right;
	font-size: .8em;
}
.admin-content {
	clear: left;
}

/* MIDDLE */
.slideshow {
	position: relative;
	float: left;
	clear: both;
	margin: 0px auto;
	width: 960px;
	height: 300px;
	font-size: 20px;
	background: url(../img/10transwhite.png);
	margin-bottom: 50px;
	overflow: hidden;
}
.slideshow img {
	margin: 17px 15px 17px 15px;
}
/* FOOTER */
#footer {
	position: relative;
	float: left;
	clear: both;
	border-top:1px solid #008aff;
	font-size:11px;
	height:20px;
	line-height:1.5em;
	padding-top: 3px;
	margin: 0px auto;
	width:960px;
	margin-top: 50px;
	margin-bottom: 20px;
}
#footer a:hover {
	color: white;
}
#footer-left {
	padding-left:10px;
}
#footer-right {
	float:right;
	margin-right:10px;
	text-align:right;
}

/* FORM */
.default-input {
	margin:2px;
}

/* DATA */
.data {
	border:1px solid #ffffff;
	border-collapse:collapse;
	margin:0 auto;
}
.data tr td {
	border:1px solid #ffffff;
	padding:5px;
}

/* MISCELLANEOUS */


/* USER ACTION FEEDBACK */
.status-success {
	font-weight: bold;
	text-align: center;
	color: #00ff00;
}
.status-error {
	font-weight: bold;
	text-align: center;
	color: #ff0000;
}
.validation-error {
	color: #ff0000;
	padding-left: 40px;
	background: transparent url(../img/warning.png) no-repeat center left;
}
