/* CSS Document */

/* set all padding and margin to 0 */
* { 
	margin: 0;
	padding: 0;	

}

img { /* set all images to display as block elements initially, over-ride to inline as required */
	
	display: block;	
}

	
.clearFloat {
		
	clear: both;	
}

.clearLeft {
		
	clear: left;	
}

.clearRight {
	
	clear: right;	
}

.floatRight {
	
	float: right;	
}

.noHeight {
	
	height: 1px;	
}
	

body {

	
	font: normal normal normal 12px Arial, Geneva, Sans-serif; 
	color: black;	
	padding-top: 0px;
	background-color: white;
	background-image: url(images/bodyBackground.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}




body a {
	text-decoration: none;
	outline: none;
	color: black;
	font-weight: normal;
}

body a:hover {
	text-decoration: underline;
	outline: none;
	font-weight: normal;
}
	
body a img {
		
	border: 0;	
}


h1 {
	
	font-family: georgia, arial;
	font-size: 28px;
	font-weight: normal;
	color: #FF7E28;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
	
}




h2 {
	
	font-family: georgia, arial;
	font-size: 19px;
	font-weight: normal;
	color: #FF7E28;
	display: block;
	position: relative;
	
}



h2.portfolio {
	
	padding-left: 10px;
	margin-bottom: 10px;	
}



h4 {
	
	
}


h4 span {
	
	font-size: 14px;
	font-weight: normal;	
}

.leftpad5 {
	
	padding-left: 5px;	
}

.leftMargin5 {
	
	margin-left: 5px;	
}

.leftpad10 {
	
	padding-left: 10px;	
}

.leftpad15 {
	
	padding-left: 15px;	
}

.toppad20 {
	
	padding-top: 20px;	
}

.toppad5 {
	
	padding-top: 5px;	
}

.toppad7 {
	
	padding-top: 7px;	
}

.toppad8 {
	
	padding-top: 8px;	
}

.toppad15 {
	
	padding-top: 15px;
}

.toppad30 {
	
	padding-top: 30px;
}


.botMarg10 {

	margin-bottom: 10px;	
}

.botMarg20 {

	margin-bottom: 20px;	
}

.topMarg10 {

	margin-top: 10px;	
}

.topMarg13 {

	margin-top: 13px;	
}

.rightpad20 {
	
	padding-right: 20px;	
}

.botpad10 {
	
	padding-bottom: 10px;	
}

.botpad20 {
	
	padding-bottom: 20px;	
}

.topDash {
	
	border-top: 1px dotted 	#575757;
}

.botDash {
	
	border-bottom: 1px dotted 	#575757;
}



/* the shell is set width auto left and right margins to centre the div on the screen */

#shell {
	
	width: 960px;
	margin-left:   auto;
	margin-right:   auto;
	position: relative;
	display: block;
	top: 0;
	left: 0;	
	z-index: 0;
	background-color: white;
	background-image: url(images/shellBackground.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
	border-top: 1px solid black;
}


a.homeLink {
	
	display: block;
	width: 340px;
	height: 40px;
	border: 0px solid red;
	position: absolute;
	top: 70px;
	left: 100px;
	z-index: 110;
	
}







#topNavHolder {
	
	width: 860px;
	padding: 0;
	position: relative;
	margin: auto;
	display: block;
	height: 30px;
	border: 0px solid #494949;
	z-index: 100;
	background-image: url(images/bodyBackground.jpg);
	background-repeat: repeat-x;
	background-position: 0 -80px;
	border-bottom: 3px solid black;
}

#topNavHolder ul {
		
	border: 0px solid #305C30;
	list-style: none;
	position: relative;
	display: block;
	top: 8px;
	width: 860px;
	height: 16px;

	
}


#topNavHolder ul li {
	
	display: block;
	float: left;
	height: 16px;
	border-left: 1px solid #707070;
	border-right: 1px solid #B2B2B2;
	position: relative;
}


#topNavHolder ul li a {

	color: #2D2D2D;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial;
	padding: 0px 15px 10px 15px;
	display: block;
	background-color: transparent;

}


#topNavHolder ul li.firstItem  {
	

	padding-left: 0px;
	border-left: 0px solid #6488B9;
}


#topNavHolder ul li.lastItem  {

	background-image: none;
	border-right: 0px solid #071426;
	
}





#topNavHolder ul li a:hover {
	

	color: #FF7E28;
	text-decoration: none;
}

#topNavHolder ul li a.noLink {

	cursor: text;
	
}




#topNavHolder ul li ul {
	
	display: none;
	width: 180px;
	height: 100px;	
	position: absolute;
	top: 22px;
	left: 0;
	border-top: 0px solid red;
	border: 0px solid red;
	
	
}

#topNavHolder ul li ul li {

	display: block;
	position: relative;
	height: 30px;
	width: 100%;	
	z-index: 100;
	border: 0px solid red;	
	border-top: 1px solid #474747;
	border-bottom: 1px solid #6B6B6B;
	background-color: black;
}

#topNavHolder ul li ul li.firstItem {
	
	border-top: 0px solid #474747;
	background-image: url(images/subMenuBackground.jpg);
	background-repeat: repeat-x;
	
}

#topNavHolder ul li ul li.lastItem {
	
	border-bottom: 0px solid #474747;
	
}

#topNavHolder ul li ul li a {

	display: block;
	color: white;
	height: 30px;
	margin-top: 0;
	padding-top: 8px;
}


#topNavHolder ul li ul li a:hover {

	color: #FF7E28;
}

#contentMain {
		
	margin-left: 100px;
	position: relative;
	margin-top: 130px;
	display: block;
	border-left: 0px solid #CDCDCD;
	border-right: 0px solid #CDCDCD;
	z-index: 10;
	background-color: white;
	min-height: 600px;
	
}



#contentMain p {
	font-family: arial;
	font-size: 12px;
	line-height: 18px;
	color: #4F4F4F;
	padding-bottom: 10px;
	border: 0px solid blue;
	display: block;
	text-align: justify;
	
}

.expandable {
	
	display: none;
	background-color: #CCCCCC;
	padding: 20px;	
	
}

.expandable span {
	
	color: black;
}

span.showMore {
	
	color: black;
	display: block;
	padding-top: 10px;
	cursor: pointer;
}


div.eCommerceLogos {
	
	margin: 5px 0;
		
}

div.eCommerceLogos img {
	
	display: inline;
	margin: 0 50px;	
}


#rightCol {
	
	width: 360px;
	padding: 0px;
	padding-top: 15px;
	border: 0px solid blue;
	background-color: transparent;
	position: relative;
	float: right;
	right: 0px;
	display: block;
}

div.withBorder {
	
	border: 1px solid #FFA86E;
	width: 358px;
	position: relative;
	display: block;
	padding-top: 20px;
		
}


div.dynamicPortfolio {
	
	border: 0px solid blue;
	margin-bottom: 30px;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid white;
	width: 340px;
		
}

div.dynamicPortfolio img {
	
	width: 340px;
	border: 1px solid #A0A0A0;	
}

div.dynamicPortfolio h2 {
	
	font-family: georgia, arial;
	font-size: 18px;
	font-weight: normal;
	color: #FF7E28;
	padding: 4px 0;
}


div.dynamicPortfolio h2.packageHeader, h2.packageHeader {
	
	color: #4F4F4F;
		
}

#rightCol div.dynamicPortfolio p {
	
	border-bottom: 1px dotted #4F4F4F;
	padding-bottom: 10px;
	
}

#rightCol div.dynamicPortfolio a {
	
	display: block;
	padding-top:5px;
		
}



#rightCol div.teamMember {
	
	border: 0px solid red;	
	padding: 0 10px 15px 10px;
	margin-bottom: 10px;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: center 95px;
	
}

#rightCol div.teamMember img {
	
	float: left;
	margin-right: 10px;	
}

#rightCol div.teamMember p span {
	
	font-weight: bold;
	
}

#rightCol div.lastItem {
	
	background-image: none;	
}

#leftCol {
	
	border: 0px solid blue;
	width: 480px;	
	position: relative;
	display: block;
	top: 0;
	left: 0;
	
}

#leftCol.fullWidth {
	
	width: 860px;	
	
}

ul#portfolio {

	list-style: none;
	margin-top: 40px;
				
}

ul#portfolio li {
	
	float: left;
	border: 0px solid green;	
	width: 380px;
	height: 360px;
	position: relative;	
	display: block;
	margin-right: 15px;
	border-left: 1px solid #4F4F4F;
	padding-left: 20px;
	margin-left: 10px;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: center 320px;
	
}

ul#portfolio li div {
	
	border: 0px solid blue;	
	width: 390px;
	
}


ul#portfolio li div p {
	
	width: 390px;
	
}

ul#portfolio li div h2 {
	
	padding-top: 10px;	
}

ul#portfolio li div img {
	
	border: 0px solid grey;	
	width: 390px;
	height: 225px;
	
}


ul#portfolio li div a {
	
	display: block;
	padding-top:5px;
	color: black;
		
}
div.headerImage {
	
	border: 1px solid #FFA86E;
	position: relative;
	display: block;
	margin-top: 15px;
	padding: 6px 4px;
		
}


div.packageHolder {
	
	position: relative;	
	padding-bottom: 20px;
	margin-bottom: 20px;
	
}

div.packageHolder img.quoteMe {
	
	position: absolute;
	top: 13px;
	right: 109px;
	display: block;
	z-index: 10;	
		
}

div.packageHolder img.backgroundImage {
	
	z-index: 0;	
}

div.packageHolder p {
	
	font-weight: bold;
	padding-top: 10px;	
}


div.packageHolder a {

	border: 0px solid red;	
	position: absolute;
	width: 150px;
	height: 50px;
	top: 50px;
	right: 0px;
	background-color: transparent;	
	display: block;
}

div.packageHolder ul {
	
	list-style: none;	
}
div.packageHolder ul li {
	
	background-image: url(images/tick.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;	
	padding-left: 30px;
	color: #4F4F4F;
}

.corner {
	
	position: absolute; 
	width: 14px; 
	height: 14px;
	background-image: url(images/corners.gif);
	display: block;
	z-index: 0;
	border: 0px solid red;
	
}

.menuCorner {
	
	background-image: url(images/menuCorner.jpg);
	top: 0px; 
	left: 0px; 
	background-position: 0px 0px;	
	
}

.topLeft {
	
	top: -1px; 
	left: -1px; 
	background-position: 0px 0px;
	border: 0px solid red;
	
}
      
.topRight {
	
	top: -1px; 
	right: -1px; 
	background-position: 14px 0px;
	
}
        
.bottomLeft {
	
	bottom: -1px; 
	left: -1px; 
	background-position: 0px -14px;
	
}
        
.bottomRight {
	
	bottom: -1px; 
	right: -1px; 
	background-position: -14px -14px;
	
}


#nsdForm {
	
	
	width: 450px;
}


p.imageFloat a img {
	
	float: right;
	padding-left: 10px;
	margin-top: 2px;	
	
	
}


table.enqDetails {
	
	clear: left;
	margin-bottom: 10px;
	border-collapse: collapse;
}

table.enqDetails tr td {
	
	margin: 0;
	position: relative;	
	padding-top: 8px;
	padding-bottom: 6px;
		
}

table.enqDetails td.rightCell {
	
	width: 200px;
	padding-left: 15px;
	
	
}

table.enqDetails td.leftCell {
	
	width: 200px;
	padding-right: 8px;
	padding-bottom: 4px;
	text-align: right;
		
}


table.enqDetails td input {
	
	
	width: 280px;	
	margin-left: 0;
	margin-right: 0;
	color: #666666;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding: 4px;	
}

table.enqDetails td input.checkbox {
	
	
	width: 20px;	
	border: 0px solid #CCCCCC;
	margin-bottom: 0;
	margin-top: -3px;
	margin-left: -3px;

	
		
}


table.enqDetails td textarea.contactText {
	
	width: 280px;	
	height: 120px;
	margin-left: 0px;
	position: relative;
	color: #666666;	
	border: 1px solid #CCCCCC;		
	padding: 4px;
	
}


#icon_send {
	
	
	background-image: url(images/send.gif);
	width: 117px;
	height: 32px;
	border: none;
	cursor: pointer;
	position: absolute;
	bottom: -40px;
	right: 80px;	
	
}

#nsdForm p.cmalert {
	
	width: 400px;
	position: relative;
	left: 0px;
	top: 0;	
	color: #FF0000;
	background-color: #FFFFFF;	
	
}

table.enqDetails td.noPad {
	
	padding-bottom: 1px;	
	
}




#footerShell {
	
	position: relative;
	background-color: #2D2D2D;
	border-top: 2px solid #FF812C;
	height: 150px;
	margin-top: 10px;
	background-color: black;
	background-image: url(images/footerBackground.jpg);
	background-repeat: repeat-x;
	background-position: 0px -160px;	
}


#footer {
	
	
	display: block;		
	width: 960px;
	margin-left:   auto;
	margin-right:   auto;
	position: relative;
	margin-top: 0px;
	height: 150px;

	border: 0px solid red;
	background-color: transparent;
	
}


#footer ul {
	
	height: 100px;
	list-style: none;
	position: absolute;
	border-left: 1px dashed white;
	padding-left: 15px;
	top: 25px;
	

}

#footer ul li, li a {
	
	font-size: 12px;
	font-family: Arial;
	color: white;
	font-weight: normal;
	padding: 2px 0;
	
}

#footer ul li.header {
	
	color: #FF7E28;
	font-size: 16px;
	font-family: Georgia, Arial;
	padding-bottom: 10px;		
}
	
#footer ul.list1 {
	
	left: 84px;
	width: 160px;
	border-left: 0px dashed white;
	
}


#footer ul.list2 {
	
	left: 250px;
	width: 260px;
	
} 

#footer ul.list3 {
	
	left: 450px;
	width: 260px;
	
}

#footer ul.list4 {
	
	left: 630px;
	width: 180px;
	
}

#footer ul.list5 {
	
	right: 0px;
	width: 140px;
	
}



#footerLink {
	
	position: absolute;
	top: 5px;
	right: 40px;
	display: block;
	text-align: right;
	color: #929292;
	border: 1px solid red;
	padding: 0;
	width: 400px;
	
			
}

#footerLink a {
	
	color: #494949;
	padding-left: 10px;	
	font-family: arial;
	font-size: 9px;
}
