/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	background: #FFF;
	height: 100%;
}

body, tr,
td, input,
select, textarea 	{font:normal 11px/1.5 Arial, Helvetica, sans-serif;}

a				{outline: none;}
a:link,
a:visited 		{color:#000; text-decoration:underline;}
a:hover,
a:active 		{color:#fff; background: #000; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:large; margin:0 0 12px;}
h2 					{font-size:medium; margin:8px 0;}
h3 					{font-size:small; margin:6px 0 5px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {position: absolute; top: -400px;left: 0px;}
.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

/* Standard Layout */

#wrapper {
	position: relative;
	background:#fff;
	width: 900px;
	margin: 0 auto;
	text-align: left;
/*	height:100%;*/
}

#header {
	position: relative;z-index: 0;
	background:#fff;
	padding: 0px;
	width: 900px;
	height: 21px;
	padding-top: 28px;
	border-bottom: 1px solid #000;
}

#header h1 {margin: 0px}

#header h1 a {
	display: block;
	width: 118px;
	height: 22px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat 0 0;
}

#header h2 {
	float: left;
	text-indent: -9000px;
}

#content {
	width: 900px;
	height:auto;
	margin: 0;
	padding-top: 10px;
}

.column-1,
.column-2,
.column-3 {
	float:left;
	width: 290px;
	height:100%;
	margin-right: 15px;
	padding-top: 15px;
}

.column-3 {
	margin-right: 0px;
}

body#page-contact .column-2 {width: 595px;margin-right: 0px;}
body#page-our-work .column-1 {width: 280px;}


#left-form-column,
#right-form-column {
	float: left;
	width: 290px;
}

#left-form-column {
	margin-right: 15px;
}

#content-main {
	position: relative;
	width: 465px;
	height: 100%;
	padding: 0px;
/*	background: #FFC;*/
}

#content-side {
	float:right;
	/*float:left;*/
	width: 170px;
	padding: 15px;
	background: #fff;
	height:100%;
}

#footer {
	position: absolute;
	top: 570px;
	left: 0px;
	width: 900px;
	clear:both;
	height: 50px;
	margin-top: 20px;
	border-top: 1px solid #000;
	
	font-size: 9px;
	color: #C7C7C7;
	text-transform: uppercase;
	background:#fff;
	text-align: center;
}

#footer p {float: left;
	padding: 3px 0 0 0;
}

#footer a {
	float: right;
	background:#fff;
	padding: 3px;
}

#footer a:link,
#footer a:visited {
	color: #000;
	background:#fff;
	text-decoration: none;
}

#footer a:active,
#footer a:hover {
	color: #fff;
	background:#000;
	text-decoration: none;
}

/* Navigation - Use this for very basic horizontal text based nav */

#nav {
	list-style: none;
}

#nav ul {

}

#nav li {
	display:inline;
	list-style: none;
}



/*-- FORM STYLING --*/

form {
}

form hr {
  clear: both;
  border: 0px;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  margin-bottom: 10px;
}

form h3 {
 	margin-bottom:6px;
	padding: 2px; 
}

form .hidden {
  text-indent: -9000px;
}

form input[type="hidden"] {
  display: none;
}

form br {clear:left;}

/*fieldset {
	margin-top: 12px;
	margin-bottom:20px;
	border: 1px solid #51B52D;
	padding: 10px;
	width: 400px;
}*/

label, input, textarea, .radiolabel {
	display:block;
	float:left;
  	width:284px;
	margin-bottom:6px;
	padding: 2px;
}

input[type="checkbox"] {
  width: auto;
  border: none;
}

input.checkbox {
  width: auto;
  border: none;
}

form span {
  color: #FF0000;
}

legend {
  color: #518CF2;
  font-weight: bold;
}

label {
	width:95px;
	height: 12px;
	text-align:left;
	padding: 3px 0 5px 5px;
	background: #000;
	color: #fff;
	margin-bottom: 0px;
}

input{
	border: 1px solid #0F0F0F;
}

input:hover, textarea:hover {
  	background: #efefef;
}

input.button {
	width:100px;
	height: 21px;
	text-align:left;
	padding: 2px 0 5px 5px;
	background: #000;
	color: #fff;
}

input.button:hover {
  color: #fff;
  background: #333;
}

input.noborder {border: none;} 

textarea{
  border: 1px solid #0F0F0F;
  width:284px;
  height: 79px;
}

.fieldWithErrors input{
	background-color: #FCC;
}


/*-- TABLE STYLING --*/

table {
	margin-bottom: 10px;
}

table td {
	vertical-align: top;
	padding: 1px;
	border-bottom: 1px solid #B1460E;
}

td.bold {
	font-weight: bold;
	color: #F57E3D;
}

/* ----------------------------------------------- 
		NOTICES
----------------------------------------------- */

#error {
	background: #FF4E4E;
	border: 3px solid #FF7C7C;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

#success {
	background: #BBEECC;
	border: 3px solid #E3FFED;
	padding: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #333;
	margin-bottom:10px;
}

/* ----------------------------------------------- 
		JQUERY STYLING
----------------------------------------------- */

.pics {
	width:900px;
	height: 300px;
	margin:0;
	overflow:hidden;
	padding:0;
	z-index: 1;

}
.pics img {
	width: 900px;
	height: 300px;
	left:0;
	padding:0px;
}



/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 900px;	
	height:600px;			
}

div.scrollable .scrollable {
	height:300px;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	top: 0px;
	left: 0px;
	clear:both;		
	
	/* decoration */
}

/* single scrollable item */
div.scrollable div.items div.scrolling-item {
	float:left;
	
	width:900px;
	padding:0px 0px;
}

/* active item */
div.scrollable div.items div.active {

}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	/*float:left;*/	
	

}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	position: absolute;
	display:block;
	width:450px;
	height:300px;
	
	/*margin:43px 10px;*/
	cursor:pointer;
	text-indent: -9000px;
	background:url("../images/arrow-righdt.gif");	/*I dont know why this needs to be a background for the link to work in IE*/
	top: 60px;
}

a.next, a.nextPage {
	left: 450px;
}

a.prev, a.prevPage {
	left: 0px;
}

div.secondary-scrollable a.next, div.secondary-scrollable a.nextPage, div.secondary-scrollable a.prev, div.secondary-scrollable a.prevPage {
	position:absolute;
}

div.secondary-scrollable a.next, div.secondary-scrollable a.nextPage {

}

/* mouseover state */
a.prev:hover, a.prevPage:hover {
	background:url("../images/arrow-left.gif") no-repeat left 114px;
}

a.next:hover, a.nextPage:hover {
	background:url("../images/arrow-right.gif") no-repeat right 114px;	
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;	
	background: none;	
}

/* next button uses another background image */
a.next, a.nextPage {
	/*clear:right;*/	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url("../images/scrollable/arrow/navigator.png") 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	


body#page-our-work ul#navi {
	position: absolute;
	top: 375px;
	left: 269px;
	width: 606px;
	height: 215px;
	z-index: 1;
	list-style-type: none;
	background: #fff;
}

body#page-our-work ul#navi li {
	float: left;
	margin: 0px 0px 1px 1px;
}

body#page-our-work ul#navi a {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
	background: #000;
}

body#page-our-work .scrolling-item a.next {
	position:relative;
	top:-600px;
	right:900px;
}
		
body#page-our-work .scrolling-item a.prev {
	position:relative;
	top:-300px;
	left:0px;
}
