/****** ##LOG: 

Author:  Rick Huang

Created: 19/10/2004

Sepecialised Welding Website 2004 - Stylesheet

******/


body {
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%; 
	line-height: 20px; 
	margin: 0px;
	padding: 0px;
}

body * {
	font-size: 1em;
}
	
	#page {
		border: 0px solid red; 
		width: 770px;
	}
	
	/*table.header{
		width: 770px;
		border: none;
		margin: 0px; 
		padding: 0px;
	}*/
	
	/*td.header{
		background-color: #3B467E;
		height: 30px;
		border-width: 0px;
	}*/

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			Tables
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

	/* Background colour for home page menu*/
	td.home{
		background-color: #253B8A /*#49589D*/;
		vertical-align: top;
	}

	/* table background colours */
	.tableBackground {
		background-color: #48589C;
	}
	
	.tableBackground50 {
		background-color: #A4ACCE;
	}
	
	.tableBackground20 {
		background-color: #DADEEB;
	}
	
	.tableBackground10 {
		background-color: #EDEFF5;
	}

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			General Style
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
	
	/*img{
 		border: none;
	}

	img.header{
	 	border: none;
		margin-left:10px;
		left:10px;
	}*/
	
	img.greyBorder{
		border: thick;
		border-color: #B4B4B4;
		border-style: solid;
	}
	
	/*table{
		border: none;
		margin: 0px; 
		padding : 0px;
	}*/
	
	p, span, th, td {
		font-size: 100%; 
		line-height: 20px;
	}
	
	table.product{
		margin: 0px; 
		padding: 0px;
		/*width: 100%;
		height: 100%;*/
	}
	
	th {
		text-align: left;
	}
	
	/*td.prod{
	vertical-align:top;
	align:right;
	}*/
	
	.borderNone {
		border:none;
	}
	
	#homeContent {
		margin: 10px 10px; 
		display:inline;
	}
	
	#logoRight {
		float:right;
		display:inline;
	}
	
	#imgColumn {
		border: 0px solid red; 
		float: right; 
		margin: 0 0 5px 5px; 
		padding: 0;	
	}
	
	#pageContent {
		margin: 0px 0px 15px 10px; 
		padding: 0px;
	}
			#pageContent table {
				margin-bottom: 10px; 
			}

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			Header Styles
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

	h1, .header1 {
		color: #336699; 
		font-family: tahoma,arial,helvetica,sans-serif;
		font-size: 140%; 
		font-weight: bold; 
		margin-top: 0px; 
	}
	
	h2, .header2 {
		color: #336699;
		font-family: tahoma,arial,helvetica,sans-serif;
		font-size: 140%; 
		font-weight: bold; 
		margin: 0px;
		padding: 3px 0px;
	}
	
	h3, .header3 {
		color: #336699;
		font-family: tahoma,arial,helvetica,sans-serif;
		font-size: 125%; 
		font-weight: bold; 
		margin: 0px;
		padding: 3px 0px;
	}

	h4, .header4 {
		color: #336699;
		font-family: tahoma,arial,helvetica,sans-serif;
		font-size: 130%; 
		font-weight: bold; 
		margin: 0px;
		padding: 0px;
	}

	h5, .header5 {
		color: #336699;
		font-family: tahoma,arial,helvetica,sans-serif; 
		font-size: 110%; 
		font-weight: bold; 
		margin: 0px;
		padding: 15px 0px 0px 0px;
	}

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			FORM FIELDS
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/
	
	/* Input Boxes */
	input {
		font-size : xx-small;
		font-weight : normal;
		background-color: #E6E6E6; 
		border: 1px solid #808080; 
	}

	/* Textareas */
	textarea {
		font-size : xx-small;
		font-weight : normal;
		background-color: #E6E6E6; 
		border: 1px solid #808080; 
	}

	/* Select Boxes */
	select {
		font-size : xx-small;
		font-weight : normal;
		background-color: #E6E6E6; 
		border: 1px solid #808080; 
	}

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			LINKS
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
* When adding links make sure you include all 4 link stages 
	(normal,hover,visited,visited:hover)
*/

	/* Standard Link */	

	a, a:visited {
		text-decoration: underline;
		color: #336699;
	}	

	a:hover, a:visited:hover {
		text-decoration: underline;
		color: #336699;
	}

	/*end*/

	
/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
||
||			Footer Styles
||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

	#footer {
		background-color: #e6e6e6; 
	}
	
	#footerHome {
		height:57px;
		background-color: #253a89;
	}
	
	.contentLeft {
		padding:10px 0 10px 0;
		background:#919dc3;
		height:100%;
		margin-right:10px;
		text-align:center;
	}
	
	.contentRight {
		text-align:center;
		padding-top:10px;
	}
	
	/* Used by CSS Photoshuffler */	
	#photodiv {
	  background-repeat: no-repeat;
	}