/*
Theme Name: ATCA
Theme URI: http://www.advancedtca.com.au/
Description: Theme designed for ATCA website
Version: 0.1
Author: Simon Hampel
Author URI: http://www.hampel.com.au/

*/



/* Begin Typography & Colors */
body {
	background: #000000 url('images/background.png') repeat-x scroll 0% 0%;
	/*background: #CCFFFF url('images/background.png') repeat-x scroll 0% 0%;*/
	/*background: #000000;*/
	color: #444444;
	margin: 0pt;
	padding: 0pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #0000EE;
}

a:hover {
	color: #EE0000;
}

#page {
	width: 760px; 
	text-align: left;
}

#header {
	margin: 0pt auto;
	padding: 0;

	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header ul {
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#header ul li {
	display: inline;
	line-height: 18px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 20px 0 0;
}

#header ul li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	height: 26px;
	line-height: 18px;
	top: 8px;
}

#content {
	border: none;
	background-color: #FFFFFF;	
	margin: 1px 0 0 0;
	padding: 10px 20px 0 20px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 160%;
}

#bottomnav {
	background: #666666 url('images/links.png') repeat-x scroll 0% 0%;
	border: none;
	padding: 10px 20px 0 20px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 160%;
}

#bottomnav ul {
	list-style: none;
	margin: 5px 0 20px 0;
	padding: 0 0 0 15px;
}

#bottomnav a:link, #bottomnav a:visited {
	color: #FFFFFF;
}

#bottomnav a:hover {
	color: #EE0000;
}

.bottom-navtitle {
	font-weight: bold;
	font-size: 11px;
}

h2 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	margin: 0;
	padding: 10px 0 10px 0;
}

h2 a {
	text-decoration: none;
}

h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 20px 0 5px 0;
	padding: 0;
}

td.supplier-logo {
	text-align: center;
	width: 200px;
	padding-right: 30px;
	padding-bottom: 30px;
}

td.supplier-text {
	padding-bottom: 30px;
}

td.supplier-text a {
	font-weight: bold;
}

td.product-image {
	text-align: center;
	width: 100px;
	padding-bottom: 30px;
}

td.product-text {
	padding-bottom: 30px;
}

.edit {
	float: right;
	font-size: 10px;
}

p.home {
	margin-bottom: 50px;
}

/*****************/

.linkcat {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

/*****************/

#bottom {
	background: #CCFFFF url('images/bottom.png') repeat-x scroll 0% 0%;
	color: #FFFFFF;
	margin: 0pt;
	padding: 0pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page-bottom {
	width: 760px; 
	margin: 0pt auto;
	text-align: left;
}

#footer {
	border: none;
	margin: 0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 29px;
	padding: 12px 10px 0 20px;
}

#footer ul {
	line-height: 18px;
	margin: 0;
	padding: 0;
}

#footer ul li {
	color: #FFFFFF;
	display: inline;
	line-height: 18px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	height: 26px;
	line-height: 18px;
}

/* Begin Images */
p img {
	padding: 0;
	/*max-width: 100%;*/
}

a img {
	border: none;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */

