/*------------------------------------------------------------------
[Info]

	Author:					iDesignmotion.com LLC

[Colors]
	
	

  
[Table of contents]

	=Reset CSS
	=Body
		=Container
			=Header
				=Navigation
			=Content
			=Footer
		
------------------------------------------------------------------- =Reset CSS */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*----------------------------------------------------------------- =Basic */

h1,
h2,
h3,
h4,
h5,
h6,
.contact {
	color: #555;
}

h1 {
	font-size: 1.8em;
	margin: 20px 0;
	padding-left: 5px;
}

h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 1.8em;
	font-size:12px;
}
	
ul {
	margin-left: 20px;
}
		
a:link,
a:visited {
	color: #000;
}

a:hover,
a:active {
	text-decoration: none;
}

/*----------------------------------------------------------------- =Body */

body {
	background: #fff url(http://www.idesignmotion.com/images/background.jpg) repeat-x top center;
}

	/*----------------------------------------------------------------- =Container */

	#container {
		color: #000;
		font-size: 1.3em;
		line-height: 1.8em;
		margin: 0 auto;
		text-align: left;
		width: 900px;
	}
	
	/*----------------------------------------------------------------- =Header */
	
		#header {
			background: url(http://www.idesignmotion.com/images/eye.png) no-repeat top right;
			height: 420px;
			position: relative;
		}
		/* IE6 only */
		/*\*/
		* html #header {
					background: url(http://www.idesignmotion.com/images/ie_eye.gif) no-repeat top right;
					height: 420px;
					position: relative;
				}
		/**/
		
#logo{
		background:transparent url(http://www.idesignmotion.com/images/logo.png) no-repeat scroll right top;
		height:120px;
		position:relative;
		top:12px;
		right:1295px;
		}
	#logo_norm{
		background:transparent url(http://www.idesignmotion.com/images/logo.png) no-repeat scroll right top;
		height:120px;
		position:relative;
		top:12px;
		right:588px;
		}	

		/* IE6 only */
		/*\*/
		* html #logo {
					background: url(http://www.idesignmotion.com/images/ie_logo.gif) no-repeat top right;
					height:120px;
					position:relative;
					right:588px;
					top:19px;					
				}
		/**/
		/* logo */
			#header img {
				margin-top: 20px;
			}
			
			/* slogan */
			#header p {
				color: #808080;
				font-size: 1.8em;
				line-height: 1.2em;
				margin: 20px 0 0 20px;
				width: 350px;
			}
			
				#header p a {
					color: #000;
				}
		
		/*----------------------------------------------------------------- =Navigation */
		
		#header ul {
			bottom: 30px;
			left: 0;
			margin: 0;
			position: absolute;
		}
		
			#header ul li {
				float: left;
			}
			
			#header ul li a {
				color: #555;
				font-size: 1.3em;
				display: block;
				padding: 0 30px 2px 0;
				text-decoration: none;
			}
			
			#header ul li a.active {
				background: url(http://www.idesignmotion.com/images/active.jpg) no-repeat bottom center;
			}
			
			#header ul li a:hover,
			#header ul li a:active,
			.box input.btn {
				background: url(http://www.idesignmotion.com/images/hover.jpg) no-repeat center left;
			}
			
	/*----------------------------------------------------------------- =Content */
	
	#content {
		margin-top: 30px;
		position: relative;
	}


		#slider {
			width: 900px;
			margin: 0 auto;
			position: relative;
		}
		
		.scroll {
			height: 205px;
			width: 900px;
			overflow: auto;
			overflow-x: hidden;
			position: relative;
			clear: left;
		}
		
			.scrollContainer div.panel {
				height: 210px;
				width: 901px;
			}
			
				.scrollContainer div.panel img {
					margin-right: 120px;
				}
				
		ul.navigation {
			position: absolute;
			right: 280px;
			top: 4px;
			z-index: 1000;
		}
		
		ul.navigation li {
			margin: 0;
			padding: 0;
		}
		
		ul.navigation a {
			background-color: #fff;
			border: 1px dashed #fff;
			display: block;
			padding: 3px;
		}
		
		ul.navigation a.selected {
			border: 1px dashed #ccc;
		}
		
		ul.navigation a:focus {
			outline: none;
		}

		.scrollButtons {
			position: absolute;
			top: 180px;
			cursor: pointer;
			z-index: 1;
		}
		
		.scrollButtons.left {
			right: 20px;
		}
		
		.scrollButtons.right {
			right: 5px;
		}

		
		.content p {
			clear: both;
		}
		
		.box {
			float: left;
			margin: 30px 60px 0 0;
		}
		.box ul li{
			background:transparent url(http://www.idesignmotion.com/images/bullet.gif) no-repeat scroll left center;
			padding-left:10px;
}
		
			.box .contact {
				display: block;
				font-size: 1.8em;
			}
			
			.box input {
				height: 1.8em;
				margin: 5px 0 10px 0;
			}
			
			.box textarea,
			.box input {
				background: lightgrey url(http://www.idesignmotion.com/images/border.jpg) no-repeat bottom;
				border: 0;
				letter-spacing:1px;
			}
			
			.bigbox textarea,
			.bigbox input {
				background: lightgrey url(http://www.idesignmotion.com/images/border.jpg) no-repeat bottom;
				border: 0;
				letter-spacing:1px;
			}
			
			.box,
			.box textarea,
			.box input {
				width: 260px;
			}
			
			.box input.btn {
				width: 50px;
			}
		
		.work li {
			height: 240px;
		}
			
		.last {
			margin-right: 0;
		}
		
		img.left {
			float: left;
			margin: 5px 10px 0 0;
		}
		
		img.right {
			float: right;
			margin: 5px 0 0 10px;
		}
		th,
		td {
			line-height: 30px;
		}
	
		th,
		td {
			border-bottom: 1px dashed #249cb5;
		}
		
		tr.odd {
			background-color: #eee;
		}
	/*----------------------------------------------------------------- =Footer */
	
	#footer {
		clear: both;
		font-size: .8em;
		padding-top: 40px;
	}
	
	#footer p {
		border-top: 1px solid #ccc;
		padding-top: 10px;
		text-align: center;
	}