/*
Name: Technology Solutions
Description: Default styles for HallNZ website
Author: David McKinley
Author URI: http://www.tekaru.com/
*/


/*
     LAYOUT -----------------------------------------------------------------------*/

body  { color: #777; font-size: 12px; font-family: Arial, Helvetica, Verdana, sans-serif; line-height: 1.4em; background: #d4dfe0 }

#container  { background: #d4dfe0; display: block; margin: auto auto auto -375px; position: relative; left: 50%; width: 750px }


#top-menu {
	height: 30px; 
	margin-top: 30px;
}

#index-body {
	display: block; 
	float: left; 
	padding-top: 0px;
	padding-left: 0px; 
	width: 750px;
	/*height: 700px; */
	/*background: url('/images/bg-breadcrumb.png') #fff no-repeat left top;*/
}

#gallery-left  { display: block; margin-top: 35px; margin-right: 52px; width: 148px; height: 178px; float: left }

#gallery-right  { display: block; margin-top: 35px; float: left }

.gallery {	border: solid 4px #fff;}
#caption-left   { display: block; margin-top: 5px; margin-right: 52px; width: 148px; height: 25px; float: left }
#caption-right  { display: block; margin-top: 5px; width: 148px; float: right }
#spacer20 {	float: left; height: 20px; width: 100%; display: block; }
#spacer30 {	float: left; height: 30px; width: 100%; display: block; }
#spacer40 {	float: left; height: 40px; width: 100%; display: block; }
#spacer50 {	float: left; height: 50px; width: 100%; display: block; }
#spacer80 { float: left; height: 80px; width: 100%; display: block; }
#spacer100 { float: left; height: 100px; width: 100%; display: block; }
#spacer150 { float: left; height: 150px; width: 100%; display: block; }

/*  GLOBAL TEXT STYLES  ----------------------------------------------------------------------------------*/

p, ol, form  { color: #777; font-size: 13px; font-family: Arial, Helvetica, Verdana, sans-serif; line-height: 1.4em; padding-right: 20px; padding-left: 20px }
a:link { color: #777; text-decoration: underline }
a:visited { color: #777; text-decoration: underline }
a:hover { color: #000; text-decoration: underline }
/*     TABLES  --------------------------------------------------------------------*/





/*     FORMS ----------------------------------------------------------------------*/

#contact input {
	background: #d4dfe0 url('/images/bg-text-field.png') no-repeat left top;
	height: 22px;
	width: 381px;
	padding: 8px 5px 0px 10px;
	border: 0;
	margin-top: 4px;
	margin-bottom: 4px;
	color: #d5ab01;
	font: normal 11px verdana, arial;
}

#contact textarea {
	background: #d4dfe0 url('/images/bg-text-area.png') no-repeat left top;
	height: 182px;
	width: 370px;
	padding: 8px 5px 3px 10px;
	border: 0;
	color: #d5ab01;
	margin-top: 4px;
	font: normal 11px verdana, arial;
}

#contact .input:focus {
	border: 0;
	outline: 0;
}

#contact input.checkbox{
	margin: 4px 10px 0px 15px;
	padding: 2px 2px 2px 2px;
	width: 15px;
	height: 15px;
	background: #fff;
}

#contact input.button{
	width: 101px;
	height: 25px;
	background: #d4dfe0;
}
