html,
body {
    height: 100%;
}

body
	{
	background-color:		#333;
	margin:					0px;
	padding:				0px;
	text-align:				center;
	height:					100%;
	min-height:				100%;
	}


p,
td,
li,
a,
div
	{
	font-size:				12px;
	font-family:			Arial, Helvetica, sans-serif;
	color:					#fff;
	}

li {
    padding: 0 0 10px 0;
}



p {
    margin: 0 0 1.8em 0;
}

a,
a:link,
a:visited,
a:hover,
a:active
	{
	color:					#333333;
	text-decoration:		none;
	}

#twitter_update_list a {
    color: #9F2900;
}

form
	{
	margin:					0px;
	}


p.contentPar
	{
	text-align:				justify;
	letter-spacing:			0.01em;
	line-height:			110%
	}

#container
	{
	position:				relative;
	width:					259px;
	min-height:                 100%;
	margin-left:			auto;
	margin-right:			auto;
	padding-bottom:			0;
	background-color:		#ff6600;
	text-align:				left;
	border-left:			1px solid #fff;
	border-right:			1px solid #fff;
} * html #container {
    height: 100%;	
	}

#header
	{
	width:					259px;
	height:					261px;
	margin-bottom:			20px;
	background:				url(/images/header.png) top left no-repeat;
	}

#contentContainer
	{
	width:					225px;
	margin:					0px 17px 0px 17px;
	padding-bottom:			125px;
	}

#footer
	{
	position:               absolute;
	bottom: 25px;
	left: 0;
	width:					225px;
	margin:					20px 17px 0px 17px;
	padding:				10px 0px 10px 0px;
	text-align:				center;
	font-size:				11px !important;
	color:					#ff6600;
	background-color:		#ffffff;
	font-family:			Verdana, Geneva, Helvetica, Arial, sans-serif;
	}

#icons
	{
	/*width:					237px;*/
	margin:					6px 0 0 0;
	padding:				4px 0px 4px 0px;
	text-align:				center;
	font-size:				10px !important;
	}

#icons img
	{
	border:					none;
	}

h1 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 1.2em 0;
    font-weight: normal;
}

/*
h1
	{
	width:					225px;
	height:					20px;
	margin:					20px 0px 0px 0px;
	}

h1#design
	{
	background:				url(/images/ttl_design.png) top left no-repeat;
	}

h1#development
	{
	background:				url(/images/ttl_development.png) top left no-repeat;
	}

h1#photography
	{
	background:				url(/images/ttl_photography.png) top left no-repeat;
	}

h1#contact
	{
	background:				url(/images/ttl_contact.png) top left no-repeat;
	}

h1 span
	{
	display:				none;
	}
*/

#pfLinkBox {
	margin-top:				8px;
	padding:				6px;
	background-color:		#FF954F;
	}


#enquiryContainer
	{
	margin-top:				10px;
	padding:				6px;
	height:					16px;
	overflow:				hidden;
	background-color:		#FF954F;
	}

#enquiryContainer .inpText,
#enquiryContainer .inpSelect
	{
	width:					205px;
	margin-bottom:			3px;
	color:					#AF4600;
	padding:				2px;
	background-color:		#FFBC86;
	border:					1px solid #ED5F00;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	}

#enquiryContainer .inpTextarea
	{
	width:					205px;
	height:					150px;
	margin-bottom:			3px;
	color:					#AF4600;
	padding:				2px;
	background-color:		#FFBC86;
	border:					1px solid #ED5F00;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	}

#enquiryContainer .inpButton
	{
	font-size:				11px;
	padding:				3px 5px 3px 5px;
	background-color:		#C14D00;
	color:					#fff;
	border:					1px solid #ED5F00;
	}

option
	{
	border:					none;
	}

#contClick
	{
	margin-bottom:			10px;
	cursor:					pointer;
	cursor:					hand;
	font-size:				13px;
	}

#cimg
	{
	margin:0px 0px 6px 0px;
	float: left;
	}

.responseContainerOK,
.responseContainerFAIL {
	display: block;
	margin: 10px 0px 10px 0px;
	color: #fff;
	padding: 5px;
	}

.responseContainerOK {
	background-color: green;
}

.responseContainerFAIL {
	background-color: red;
}

.responseContainerOff {
	display: none;
}



/* Twitter */

ul#twitter_update_list {
    margin-left: 0;
    padding: 0;
}

ul#twitter_update_list li {
    list-style: none;
    padding: 7px 0 7px 0;
}


