html {
}

body {
	padding:0px;
	margin:0px;
	font-family: Arial, Sans-Serif, Helvetica;
	font-weight: normal;
	background-color: #fff;
	color: #000;
	line-height: 1.1;
	font-size: 14px;
}

h2 {
	color: #7F7F7F;
	font-size: 1.3em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

h3 {
	text-align: center;
	color: #7F7F7F;
	font-family: Times New Roman,Times,FreeSerif,serif;
	font-size: 3em;
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 10px;
}

h3 .alt {
	display: none;
}

a {
	color: #000;
}

a:hover {
	color: #1179C2;
	text-decoration: none;
}

a:visted {
	color: #333;
}

hr {
	color: #FFF;
	background-color: #FFF;
	border-top: 1px dotted #B2B4B6;
	text-align: center;
	width: 400px;
}

a:hover {
	text-decoration:underline;
}

.clearboth {
	clear: both;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.hide {
	display: none;
}

.inner-tube {
	margin: 3px;
	margin-left: 3px;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

.tidy-up {
	clear: left;
	margin: 0px;
	padding: 0px;
}

.no-children {
	display: none;
}


/* TinyMCE specific rules START */

body.mceContentBody {
	background: #FFF;
	text-align: left;
	font-size: 80%;
}

/* TinyMCE specific rules END */

.warning {
	color: red;
	border: 1px solid red;
	padding: 5px;
	margin: 5px 5px 15px 5px;
	text-align: left;
}

button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}

button.submit-button { 
	padding: 0 10px 0 0; 
	margin-right: 0px; 
	font-size: 0.7em; 
	text-align: center; 
	background: transparent url('/images/form-button.gif') no-repeat top left; 
	margin-left: 155px;
}
	
button.submit-button span {
	padding: 3px 0 0 10px; 
	height:22px; 
	color:#fff; 
}
	
button.submit-button:hover {
	background-position: 0% -39px; 
}
	
button.submit-button:hover span {
	color: #999;
}

#canvas {
	width: 710px;
	text-align: left;
	margin: 0 auto;
}

div {

}

#logo {
	width: 400px;
	float: left;
}

#contact-details {
	width: 270px;
	float: right;
	text-align: right;
}

#header {
	padding: 5px;
	border-bottom: 1px solid #333;
	height: 155px;
}

#main-picture {
	text-align: center;
}

#main-picture img {
	border: 3px solid #7F7F7F;
}
