/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	border-left:0;
} 
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, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {	list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */

/* get rid of those system borders being generated for A tags */

 :active, :focus {
	 outline: 0;
}

:focus {
  -moz-outline-style:none;
}

/* vertical center page */

* {margin:0;padding:0}

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body { 
	text-align:center;
	min-height:600px;/* for ie7*/
}
#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}
#xcontainer {
	text-align:center;
	position:relative;
	vertical-align:middle;
	display:table-cell;
	height: 600px;
}	
#xinner {
	background-color: #57BFF0;
	width: 1024px;
	height: 600px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/* end vertical center page */



/* 3 column layout */

body  {
	font: 13px Arial, Helvetica, sans-serif;
	background: #57bff0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #868686;
}


#container { 
	position: relative;
	width: 1024px;
	margin: 0 auto;
	border: 0;
	text-align: left;
}

#header { 
	height: 75px; 
	padding: 0 15px 0 137px;
} 
#header h1 {
	margin: 0;
	padding: 20px 0;
	text-indent:-9009px;
}

#sidebar1 {
	position: absolute;
	top: 75px;
	left: 0;
	width: 137px; 
	padding: 0;
	height:490px;
}

#sidebar2 {
	position: absolute;
	top: 75px;
	right: 0;
	width: 137px;
	padding: 0;
	height:490px;
}

#mainContent { 
	margin: 0 137px;
	padding: 0;
	height: 490px;	
}

#footer { 
	padding: 0 15px 0 25px;

} 
 #footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

/* end 3 column layout */

h1 { 
	text-transform: uppercase;
	font-size: 1.333em; !important;
	line-height:1.231em;
	font-weight: normal;
	color: #57BFF0;
	padding: 0 0 10px 0;
	letter-spacing:1px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size:1.417em;
	color:#57bff0;
	padding: 5px 0 10px 0;
}

.hdescr {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform:lowercase;
}

.lowercase {
	text-transform:lowercase;
}

.italic {
	font-style:italic;
}

.small_italic {
	font-style:italic;
	font-size:12px;
	line-height: 1.417em;
}

#logo {
	position:absolute;
	top:0px;
	left:134px;
	width:310px;
	height:60px;
	
}

.slideshow {
	height: 490px;
	width: 750px; 
}

.slideshow img {
	padding: 0; 
	border: 0; 
	-moz-user-select: none;
}

.slide {
	position:absolute;
	top:75px;
	left:137px;
}

.bgimage_home {
	background: #fff url("../images/bg.jpg") top no-repeat;
}

.bgimage_about {
	background: #fff url("../images/about1.jpg") top no-repeat;
}

.bgimage_about2 {
	background: #fff url("../images/about2.jpg") top no-repeat;
}

.bgimage_about3 {
	background: #fff url("../images/about3.jpg") top no-repeat;
}

.bgimage_about4 {
	background: #fff url("../images/about4.jpg") top no-repeat;
}

.bgimage_about5 {
	background: #fff url("../images/about5.jpg") top no-repeat;
}

.bgimage_work {
	background: #fff url("../images/work.jpg") top no-repeat;
}

.bgimage_contact {
	background: #fff url("../images/contact.jpg") top no-repeat;
}

#home-message {
	position:absolute;
	top:75px;
	left:137px;
	width:400px;
	z-index:200;
	padding: 70px 0 0 40px;
}

#home-tag {
	background: url(../images/home-tag.jpg) no-repeat 0 0;
	position:absolute;
	top:450px;
	left:137px;
	width:400px;
	z-index:200;
	padding: 0 0 0 40px;
}

#home-tag h1 {
	text-indent:-9009px;
}


#main_copy {
	position:absolute;
	top:75px;
	left:137px;
	width:400px;
	z-index:200;
	padding: 74px 0 0 40px;
}

#main_copy_wide {
	position:absolute;
	top:75px;
	left:137px;
	width:500px;
	z-index:200;
	padding: 74px 0 0 40px;
}

#main_copy_narrow {
	position:absolute;
	top:75px;
	left:137px;
	width:360px;
	z-index:200;
	padding: 74px 0 0 40px;
}

#copy-column{
	width:160px;
	position:relative;
	padding: 0 0 0 15px;
	float:left;
}

#copy-column1{
	width:370px;
	position:relative;
	padding: 0 0 0 15px;
	float:left;
}

.list {
	list-style: outside; !important;
	list-style-image: url(../images/dot.png);
}

#content_footer {
	position:absolute;
	top:502px;
	left:137px;
	float:right;
	z-index:200;
	padding: 22px 0 0 40px;
}

#content_footer a {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:1.25em;
	color:#57bff0;
	text-decoration: underline;
	}

.home_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.833em;
	line-height: 1.25em;
	color: #9f9f9f;
	padding: 0 0 25px 0;
}

.tm {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.6em;
}

.copy1 {
	font-size:1.167em;
	padding: 0 30px 15px 0;
	line-height: 1.25em;
}

.copy2 {
	font-size:1.083em;
	padding: 0 30px 7px 0;
	line-height: 1.25em;
}

.copy3 {
	font-size:1.167em;
	padding: 0 30px 15px 0;
	line-height: 1.25em;
}

.copy3 a {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size:1.083em;
	color:#57bff0;
	text-decoration: underline;
	}

#mainMenu {
	position:absolute;
	top:5px;
	left:25px;
	width:97px;
	
	}
	
#mainMenu li {
	display: block;
	padding: 0 0 6px 0;
	}	
	
#mainMenu a {
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing: 1px;
	}
	
#mainMenu a:hover {
	color:#444b4c;
	}
	
#mainMenu a.active {
	color:#444b4c;
}
	
#mainMenu ul {
	list-style-type:none;
	margin:0;
	}

#mainMenu li.active_sub {
	padding: 0 0 4px 0;
}
	
	
#sub_nav {
}

#sub_nav li { 
	padding: 0 0 4px 0;  
}

#sub_nav li a {
	text-indent: 15px; 
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-transform:none;
	letter-spacing: 0px;
}

#sub_nav li.last {
	padding: 0 0 10px 0;
}

#sub_nav2 {
}

#sub_nav2 li { 
	padding: 0 0 4px 0;  
}

#sub_nav2 li a {
	text-indent: 30px; 
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	text-transform:none;
	letter-spacing: 0px;
}

#sub_nav2 li.last {
	padding: 0 0 10px 0;
}



#process {		
	width:679px;
	height:430px;
	padding:64px 40px 0 31px;
}

#process h1 {
	padding-left: 41px;
	padding-top: 10px;
}

#process h2 {
	padding-top: 10px;
	text-indent: -15px;
}

#process p {
	padding-left: 9px;
	padding-top: 3px;
		
}
.focus {
	background: #fff url("../images/focus.jpg") top no-repeat;
}

.focus h1 {
	background: url("../images/icon1.png") no-repeat 0 0;
}

.create {
	background: #fff url("../images/create.jpg") top no-repeat;
}

.create h1 {
	background: url("../images/icon2.png") no-repeat 0 0;
}

.produce {
	background: #fff url("../images/produce.jpg") top no-repeat;
}

.produce h1{
	background: url("../images/icon3.png") no-repeat 0 0;
}

#column-left{
	width:280px;
	position:relative;
	padding: 0 30px 0 0;
	float:left;
}

#column-right{
	width:360px; 
	position:relative;
	padding:0;
	float:left;
}

#contact {
	position:absolute;
	top:75px;
	left:137px;
	width:670px;
	z-index:200;
	padding: 70px 40px 0 40px;
}


#contact a {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#57bff0;
	text-decoration: underline;
}

.clearboth {clear:both;}
