/*================================================================================
default css for smallCMS.co.uk

filename:	css.css

version:	1.0
date:		22/06/09
author:		Blair Nichols/Ben Jovanic
website:	http://www.supremewebsolutions.com
=================================================================================*/

/* reset all items start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* reset all items end */

.left {
	float: left;
}

.right {
	float: right;
}

html {
	margin-bottom: 10px;
}

body {
	background: #efefef;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
}

/* CONTAINER */

#container {
	width: 1002px;
	margin: 0 auto;
}
#top {
	background: url(../images/top.gif) no-repeat;
	background-color: #f8f8f8;
	width: 1002px;
	height: 6px;
	clear: both;
	margin-top: 5px;
}
#header {
	background: url(../images/header.gif) repeat-y;
	background-color: #f8f8f8;
	width: 987px;
	clear: both;
	padding: 0px 10px 0px 5px;
	height: 155px;
}

/* main page menu */

#mainMenu {
	background: url(../images/header.gif) repeat-y;
	background-color: #f8f8f8;
	width: 1002px;
	margin:0px auto;
	padding: 5px 0px 10px 0px;
	text-align: left;
}
#mainMenu ul {
	padding: 0px;
	margin: 0px;
}
#mainMenu li {
	list-style: none;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	display: inline;
}
#mainMenu a, mainMenu a:visited {
	color: #999966;
	font-size: 25px;
	text-decoration: none;
	text-transform: lowercase;
}
#mainMenu a:hover {
	text-decoration: underline;
}

/* content */
#content {
	background: url(../images/middle_r.gif) repeat-y;
	background-color: #f8f8f8;
	width: 1002px;
	padding: 5px 0px 5px 0px;
	clear: both;
	overflow: auto;
}

#sideContent {
	width: 310px;
	margin-right: 12px;
	float: right;
}

#sideContent h1 {
	color: #0099ff;
	font-size: 25px;
	text-decoration: none;
	padding-bottom: 10px;
}
#sideContent h2 {
	color: #0099ff;
	font-size: 25px;
	text-decoration: none;
	padding-bottom: 10px;
}

#sideContent p {
	line-height: 20px;
	padding-bottom: 10px;
}
.textCenter {
	text-align: center;
}

.sideBrowsers {
	padding-right: 5px;
}

#mainContent {
	width: 650px;
	margin-left: 10px;
}
#mainContent h1 {
	color: #0099ff;
	font-size: 25px;
	text-decoration: none;
	padding-bottom: 10px;
}
#mainContent p {
	line-height: 20px;
	padding-bottom: 10px;
}
#mainContent h2 {
	color: #999966;
	font-size: 25px;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 10px;
}
#mainContent h3 {
	color: #999966;
	font-size: 20px;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 10px;
}
#features ul {
	padding: 0px;
	margin: 0px;
}

#features li {
	list-style-image: url(../images/tick.png);
	list-style-type: square;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#features h2 {
	color: #999966;
	font-size: 25px;
	text-decoration: none;
	text-transform: lowercase;
	display: inline;
	margin-right: 5px;

}

#documentations {
	margin: 0px 0px 0px 25px;
}
#documentations h3 {
	color: #0099ff;
	font-size: 18px;
	text-transform: none;
}

#mainContent a, mainContent a:visited {
	text-decoration: none;
	color: #999966;
}

#mainContent a:hover {
	color: #666666;
}

.hr {
	width: 100%;
	height: 1px;
	border-bottom: 1px #dcdcdc solid;
	margin: 10px 0px 10px 0px;
}
#hr {
	background: url(../images/hr.gif) repeat-y;
	background-color: #f8f8f8;
	width: 1002px;
	height: 31px;
	clear: both;
}

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.aButton {
	background: url(../images/button.png) no-repeat;
	width: 100px;
	height: 23px;
	display: inline-block;
	color: #ffffff;
	text-align: center;
	padding: 2px 0px 0px 0px;
	text-decoration: none;
	font-size: 14px;
}
.aButton:hover {
	color: #666666;
}

.error {
	color: #FF0000;
}

.mono {
	font-size: 13px;
	font-family: monofont;
}

/* footer and boxes */
#footer {
	background: url(../images/footer.gif) repeat-y;
	background-color: #f8f8f8;
	width: 1002px;
	clear: both;
	padding-bottom: 10px;
	overflow: auto;
	font-size: 14px;
}

#footerLeft, #footerMiddle, #footerRight {
	width: 314px;
	margin: 0px 9px 0px 10px;
	float: left;
	
}

#footer h2 {
	color: #0099ff;
	font-size: 25px;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 5px;
}
#footer h3, #footer h3:visited, #footer h3 a, #footer h3 a:visited {
	color: #999966;
	font-size: 18px;
	text-decoration: none;
	text-transform: lowercase;
	margin-bottom: 5px;
}
#footer p {
	margin-bottom: 10px;
}

#footer a, #footer a:visited {
	color: #0099ff;
	text-decoration: none;
}
 #footer a:hover {
	text-decoration: underline;
}

/* bottom of box */
#bottom {
	background: url(../images/bottom.gif) no-repeat;
	background-color: #f8f8f8;
	width: 1002px;
	height: 6px;
	clear: both;
}

/* forms */

input {
	width: 260px;
	border: 1px solid #dcdcdc;
	vertical-align: middle;
}
select {
	width: 262px;
	border: 1px solid #dcdcdc;
}
textarea {
	width: 648px;
	border: 1px solid #dcdcdc;
}
.submit {
	background: url(../images/button.png) no-repeat;
	width: 100px;
	height: 25px;
	border: none;
	color: #ffffff;
	padding-bottom: 4px;
}

/* tables */

.signUpTable {
	width: 100%;
	float: left;
}
.signUpTable td {
	padding-bottom: 5px;
}
.required {
	vertical-align: middle;
}

#licenceTable {
	width: 100%;
}
#licenceTable th {
	font-weight: bold;
	padding: 0px 0px 5px 0px
}
#licenceTable td {
	padding: 0px 0px 5px 0px
}
