body {
	margin: 0;
	padding: 42px 0 0 0;
	font: 10pt Arial, Helvetica, sans-serif;
	background: url(/images/top_gradient.png) #e8e8e8 repeat-x 0px 10px;
	min-height: 800px;	
	
}

ul {
	margin-top: 1px;
	margin-bottom: 7px;
}

#menu {
	position: fixed;
	height: 42px;
	top: 0;
	left: 0;
	width: 100%;
	background: url(/images/topbar_bg.png) repeat-x;
	font: 11pt white Arial, Helvetica, sans-serif;
}

#menu ul{
	margin: 0 auto;
	padding: 0;
	width: 900px;
	list-style: none;
}

#menu li{
	float: left;
}

#menu a{
	display: block;
	margin: 5px 4px 5px 4px;
	padding: 4px 4px 4px 4px;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	font-weight: bold;
}

#menu a.opened, #menu a:hover {
	color: #000;
	background: #fff;
}

#logo {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	height: 60px;
	background-color: transparent;
}

#logo > img {
	float: left;
}


#content {
	background: #fff;
	width: 900px;
	min-height: 600px;
	margin: 0 auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	padding: 1px 1px 1px 1px;
	margin-bottom: 20px;
}

.box {
	border: 1px solid #e7e7e7;
	padding: 9px 9px 9px 9px;
	margin: 10px 10px 10px 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
}

.contentBox {
	background: #f5f5f5;
	color: #333333;
}

.contentBox h2 {
	margin: 0;
	font-size: 20px;
	font-weight: normal; 
}

.accentText {
	color: #bb0404;
}

.accentContentBox{
	background: #444444;
	color: #e0dfdf;
}

.accentContentBox h2 {
	background: white;
	padding: 5px 5px 5px 5px;
	color: #991004;
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;			
}
.accentContentBox h2 .firstWord {
	color: black;
}

.accentContentBox img {
	border: 1px solid black;
}

.accentContentBox .accentText { /*Text that should stand out in the accent text*/
	color: white;	
}

.accentSmallBox {
	width: 270px;
	float: left;
	margin: 5px 0 5px 0;
	min-height: 290px;
}


.smallBox {
	width: 266px;
	min-height: 300px;
	float: left;
	margin: 0px 5px 0px 5px;  /* Floats don't collaps margins so I have to make the margins half */
}

.topContent {
	margin: 10px 10px 20px 10px; /* For the content that sits on top of the page on contacts#new, uploads#new */
}


h1 {
	padding: 3px 0px 3px 0px;
	margin: 0;
	font-weight: normal;
}

p {
	padding: 1px 1px 1px 1px;
	margin-bottom: 0;
}

.button {
	padding: 7px 6px 7px 6px;
	background: #ab1408 url(/images/accent_button_bg.png) repeat-x;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
}

.button a {
	background: url(/images/button_arrow.png) left no-repeat;
	padding-left: 20px;
	color: white;
	text-decoration: none;	
}



/* Coupon styles */

.coupon {
	margin: 0 auto;
    width: 250px;
    padding: 10px;
    text-align: center;
    border: 3px dashed #ccc; 
	font-weight: bolder;
}

.coupon h1{
	margin: 0;	
	background: #e8e8e8;
}

.coupon .percent {
	font-size: 40px;
}

.coupon .disclaimer {
	font-size : 10px;
}

#footer {
	border-top: solid 9px #c41a0c;
	background-color: #262626;
	padding: 5px 5px 10px 5px;
	color: white;
}

#footer a {
	color: white;
	text-decoration: none;
}



/* Contact */

form .fieldWithErrors input {
	border-color: red !important;
	background-color: #FFE5E5 !important;
}

form .fieldWithErrors label {
	color: red;
}

#contactFirstName input, #contactLastName input, #contactPhoneNumber input, #contactEmailAddress input {
	width: 130px;
}

#contactFirstName, #contactLastName, #contactEmailAddress, #contactPhoneNumber  {
	float: left;
	width: 135px;
	margin-bottom: 11px;
}

#contactSubject {
	margin-bottom: 11px;
}

#contactLastName div, #contactLastName input, #contactEmailAddress div, #contactEmailAddress input{
	margin-left: 5px;
	clear: both;
}

#contactSubject input, #contactMessage textarea {
	width: 270px;
}

#contactSend {
	width: 270px;
	text-align: right;
} 

#new_click_to_talk {
	width: 360px;
	float: right;
	background-color: transparent;
} 
#new_click_to_talk label {
	font-weight: bold;
}


#errorExplanation {
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

 