/*
	
	Styles for Kingston Joinery Website
	
	Author: Andrew Hennessy
	Copyright (c) Andrew Hennessy 2008-2009. 
	All rights reserved.

*/

/*** Element Behaviour ***/
a { color: #000033;  }
a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
body
{
	background-color: #ECECEC;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
div { 
	margin: 0; 
	padding: 0; 
}
h4 {
	color: #002D62;
}
td h4 { 
	font-size: 16px; 
}
img { 
	border-width:0;
	margin:0; 
	padding: 0; 
}
p, li, label, input, textarea, td, th { font-size: 12px; }
textarea { font-family:Arial, Helvetica, sans-serif; }
td {
	margin: 0; 
	overflow: hidden;
	padding: 0; 
}

.clear { clear: both; }
.center { text-align: center; }
.TextCenter { text-align: center; }
.TextRight { text-align: right; }

.w200 { width: 200px; }
.w250 { width: 250px; }
.w300 { width: 300px; }
.w400 { width: 400px; }
.w500 { width: 500px; }

#Success400 {
	width: 400px;
	height: 200px;
}	

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('images/info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/error.png');
}
.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url('images/validation.png');
}

#PageContainer {
	background-color: #FFFFFF;
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
}

#SiteHeader {
	padding-right: 10px;
	height: 100px;
}

#SiteHeader div {
	background-image:url(images/kjlogo.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	padding-right: 75px;
}

#SiteHeader ul {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#SiteHeader li {
	display: inline;
	margin: 0px;
	padding: 0px 5px 0px 5px;
	list-style-type: none;
}

#SiteHeader a:link, #SiteHeader a:visited, #SiteHeader a:active {
	color: #343432;
	font-weight: bold;
}

#SiteHeader a:hover {
	color: #6a6a69;
	text-decoration: none;
}

#Heading, #WideHeading { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	height: 55px; 
}

#Heading .Dark, #Heading .Light, #WideHeading span {
	display: block;
	float: left;
	height: 35px;
	padding-top: 20px;
}

#Heading .Dark {
	background-color: #929191;
	color: #FFFFFF;
	margin-right: 10px;
	padding-right: 10px;
	text-align: right;
	width: 250px;     /* Need to make this 260px on IE because there is padding */
}

#Heading .Light {
	color: #002D62;
}

#WideHeading span {
	background-color: #929191;
	color: #FFFFFF;
	margin-right: 10px;
	padding-left: 40px;
	text-align: left;
	width: 600px;     /* Need to make this 640px on IE because there is padding */
}

#LeftColumn {
	display: block;
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	width: 240px;     /* Need to make this 260px on IE because there is padding */
}

#LeftColumn ul {
	list-style-type: none;
	margin: 5px;
	padding: 5px;
	line-height: 30px;
}

#LeftColumn a:link, #LeftColumn a:visited, #LeftColumn a:active {
	color: #343432;
	font-weight: bold;
}

#LeftColumn a:hover {
	color: #6a6a69;
	text-decoration: none;
}

#ContentColumn {
	display: block;
	float: left;
	padding: 10px;
	width: 720px;
}
/*
.GreyList li {
	list-style-position: outside; 
	list-style-image: url(images/bullet.gif);
	padding-bottom: 10px;
}
*/
.GreyList ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
.GreyList li {
	background:url(images/bullet.gif) left top no-repeat;
	list-style-type: none;
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 10px;
} 


#RightColumn, #RightFilmstrip {
	display: block;
	float: right;
	margin-left: 45px;
}

#RightColumn { width: 265px; }
#RightFilmstrip { width: 100px; } 

#HomePageRightColumn {
	float: right;
	margin-right: 40px;
	text-align: left;
	width: 270px;
}

#RightKitchenText {
	float: right;
	margin-right: 40px;
	text-align: left;
	width: 200px;
}

.RightList li {
	list-style-type: none;
	line-height: 30px;
	text-align: right;
}

.RightList a:link, .RightList a:visited, .RightList a:active {
	color: #343432;
}

.SmallPics {
	text-align: right;
	padding-top: 5px;
}	
.SmallPics img {
	display: inline;		
}

.Row {
	padding: 2px 0px 2px 0px;
}
.Row label {
	display: block;
	float: left;
	width: 100px;
}
.Row input, .Row textarea {
	width: 250px;
}

#BlindsFeatureText {
	padding: 0px 20px 0px 20px;
}

.BlindsTable {
	padding: 10px;
}
.BlindsRow {
	padding: 10px 20px 10px 20px;
	text-align: center;
}
.BlindsRow a {
	margin: 20px;
}
.BlindsRow a img {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
}
.BlindsRow a:hover img {
	border-color: #002D62;
}

.BlindsTable p {
	padding-left: 100px;
}

.Team500 {
	background-image:url(images/trustteam2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 450px;
}

#PhotoContainer {
	width: 640px;
}

#PhotoThumbs {
	float: right;
	padding-top: 15px;
	width: 115px;
}

#PhotoThumbs img {
	padding-bottom: 5px;
}

#PhotoImage {
	padding: 15px;
}

#MoreLink {
	font-size: 12px;
	text-align: right;
}

