/* /includes/default.css
 * Cascading Style Sheet for dennis lo designs.
 * (C) 2010 Dennis Lo Designs unless otherwise licensed.
 * @author Dennis Lo, http://www.dennislo.com
 */


/* Utilitarian  
*************************************************/

body {
	margin: 0px;
	padding: 0px;
	width:100%; 
	height:100%; 
x	overflow:hidden;
	background: #fff;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", geneva, arial;
}

p {
	color: #fff;
	line-height: 1.35em;
	font-size:11px;
	padding:0px;
	margin:0px 0px 10px 0px;
}

a:link, a:visited, a:active {
	color: #9d9d9d;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #c0c0c0;
	text-decoration: none;
}

h3.client {
	margin: 2px 0;
	padding: 0;
	background: url(../images/title_client.gif) no-repeat 0 0;
	text-indent: -8888px;
	display: block;
	height: 12px;
	width: 40px;
}

h3.project {
	margin: 2px 0;
	padding: 0;
	background: url(../images/title_project.gif) no-repeat 0 0;
	text-indent: -8888px;
	display: block;
	height: 16px;
	width: 51px;
}

h3.view {
	margin: 0px;
	padding: 0px;
	background: url(../images/title_view.gif) no-repeat 0 0;
	text-indent: -8888px;
	display: block;
	height: 13px;
	width: 35px;
}

#logo {
	margin: 0;
	padding: 0;
}

h1#logo	a {
	background: url(../images/header_logo_spring.png) no-repeat 0 0;
	width: 132px;
	height: 100px;
	display: block;
	margin: 0 0px 0px 17px;
	padding: 0;
	text-indent: -8888px;
	cursor: pointer;
}

.pink {
	color: #ec008c;
}

.right {
	text-align: right;
	}

.clientList {
	background: url(../images/icon_arrow.png) no-repeat 0 0;
	padding-left: 14px;
	}

li.title {
	font-weight: bold;
	font-size: 1.2em;
}

.back {
	padding-left: 20px;
}

.breaker {
	clear: both;
	background-color: #555d5a;
	height: 2px;
	width: 960px;
	position: relative;
	padding: 0;
}



/* Layout
*************************************************/
#container {
	width: 960px;
	padding: 0px;
	margin: -35px 0px 0px 40px;
}

#aboutContent {
	height: 350px; 
	background: url(/images/background2.png) repeat 0 0;
}

#contactContent {
	height: 450px; 
	background: url(/images/background2.png) repeat 0 0;
}

#text {
	margin: 100px 0 0 20px;
	width: 490px;
	float: left;
}

#text p {
	color: #ec008c;
	font-size: 1.2em; 
	line-height: 18px;
}

.small {
	font-size: 0.75em;
}


#network {
	text-align: center;
	padding-top: 90px;
	width: 400px;
	float: left;
}

.networkIcon {
	border: 1px solid #efefef;
	float: none;
	margin: 0 10px 10px 20px;
}


#photoContent {
	height: 200px;
}


#photoContent2 {
	height: 500px;
}

#photoContent ul.list_ourclients {
	width: 220px;
}

#webContent {
	height: 300px; 
}

#printContent {
	height: 170px;
}

#idContent {
	height: 170px;
}


.list_ourclients {
	line-height: 23px;
	color: #555d5a;
	padding: 0;
	margin: 15px 0px 0px 0px;
	float: left;
	list-style: none;
	width: 292px;
}

li.ourclients {
	font-size: 0.8em;
	color: #9d9d9d;
}

.photo_clientList {
	list-style: none;
	margin: 25px 0 0 15px;
	padding: 0;
}

.photo_clientList li {
	margin: 0 15px 25px 0;
	padding: 0;
	float: left;
	height: 225px;
}

.photo_clientList li span {
	font-size: 0.8em;
	padding: 5px 0;
	display: block;
}

.photo_clientList li img {
	width: 300px;
	max-height: 197px;
}

.photo_clientList li a:hover {
	color: #000;
	opacity: .8;
}

#clientlogo {
	width: 620px;
	height: 400px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#clientdesc {
	width: 340px;
	height: 400px;
	background: #555d5a;
	float: right;
	padding-left: 0px;
	margin: 0px;
}

.padding {
	margin: 10px 20px 20px 20px;
	width: 300px;
}

.copy h3 {
	font-size: 1.4em;
	color:#ec008c; 
	padding: 0;
	margin: 20px;
}

.copy p {
	color: #555d5a;
	padding-left: 20px;
	width: 400px;
	font-size: 1em; 
	line-height: 1.5em; 
}

.copy p a {
	border-bottom: 1px solid #9d9d9d;
}

#masthead {
	width: 880px;
	background: #000;
	margin: 20px 0;
}

#masthead img {
	border: 0;
}





/* Contact 
*************************************************/

label {
	color: #555d5a;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 5px 0px 0px 0px;
	font: 1em Helvetica, Verdana, Arial, sans-serif;
}

input, textarea {
	border: solid #555d5a 1px;
	color: #333333;
	padding: 2px;
	margin-top: 5px;
	width: 150px;
	font: 1em Helvetica, Verdana, Arial;
}

textarea {
	border: solid #555d5a 1px;
	color: #333333;
	font-size: 1em;
	padding: 2px;
	font-family: Helvetica, Verdana, Arial;
	width: 481px;
	height: 200px;
}

input:hover, textarea:hover {
x	border: solid #ec008c 1px;
	border: solid #a0a0a0 1px;
}

fieldset {
	margin: 15px 0px 15px 15px;
	width: 700px;
	border: 0px;
}

input.submitbutton {
	border: solid #555d5a 1px;
	clear: both;
	margin: 10px 0px 0px 437px;
	width: 60px;
	cursor: pointer;
}

input:hover.submitbutton {
	background: #999;
}






.infiniteCarousel ul a img {
  border: 5px solid #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 85px;
}

.infiniteCarousel ul li img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}




/* Home
*************************************************/
#backgroundWrapper {
    background-attachment:fixed; 
	width: 100%;
    height: 100%;
    position: absolute;  
x	left: 0px; 
x	top: 0px; 
    margin-left: 0px; 
    margin-top: 0px; 
    z-index: 0;
    overflow: hidden;
}

#background	{
x	position:absolute; 
	z-index:0; 
	min-width:100%; 
	height:auto;
x	display: none;
}

#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 
#contentNew {padding:0px 300px 20px 0px;}
#fixed {position:absolute; top:25px; left:10px; width:150px; z-index:10; color:#567; border:1px solid #000; padding:10px;}

