<style type="text/css">
* {
margin:0;
padding:0;
}


body { 
	background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	
	
}

img {
	border:#CCCCCC;
	
}

a img {
	border:none;
	/*display:block;*/

}

#wrapper p {
	font-size:11px;
}

#content p {
	font-size:11px;
}

#about p {
	font-size:11px;
}

#work p {
	font-size:11px;
}

p {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 15px 0;
}

p, ul { 
	font-size: 13px; line-height: 1.4em; 
} 
	
p a, li a { 
	color: #39c; text-decoration: none 
}

p#cross-links { 
	text-align: center 
}




	

h3 { 
	margin-bottom: 5px; 
	padding-bottom: 3px; 
	text-align: left;

}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#content {

	width: 960px;
	margin-top:20px;

}

#leftContent {

	float:left;
	width:530px;
	padding-right:20px;

}
#rightContent {

	float:right;
	width:410px;
}

.greeting {
	width:410px;
}

.greeting img {
	float:left;
	margin-right:10px;
}
	

a:link, a:visited {
	text-decoration:none;
	color:#666666;
	font-size:11px;
	
}

a:hover {
	color: #D82C2C;
	
}

#about {
	width:960px;
	margin-top:30px;	
}

#about img {

margin-right:10px;
float:left;
}

#aboutLeft {
	width:540px;
	float:left;
	padding-right:10px;
}

#aboutRight {
	width:410px;
	float:right;
}

#work {
	width:960px;
	margin-top:30px;
}

#workLeft {
	width:540px;
	float:left;
	padding-right:10px;
}

#workRight {
	width:410px;
	float:right;
}

#tech {
	width:960px;
	margin-top:30px;
}

#techLeft {
	width:500px;
	float:left;
	
}

#techRight {
	width:450px;
	float:right;
}

#contact {
	width:960px;
}

#contactLeft {
	width: 500px;
	float:left;
}

#contactRight {
	width: 460px;
	float:right;
}

#prices {
	width:960px;
	margin-top:30px;
}

#pricesLeft {
	width: 475px;
	float:left;
	padding-left:5px;
}

#pricesRight {
	width: 475px;
	float:right;
	padding-left:5px;
}


#bottomBorder {
	display:block;
	width:100%;
	border-bottom:1px solid #cccccc;
	margin-bottom: 20px;
	line-height:1px; /*need this for ie .. it drove me crazy!!*/
	clear:both;
	
	/*padding-top: 20px;*/
	
	
}

#bottomBorder2 {
	display:block;
	width:100%;
	border-bottom:1px solid #cccccc;
	margin-bottom: 20px;
	margin-top:20px;
	line-height:1px; /*need this for ie .. it drove me crazy!!*/
	
	/*padding-top: 20px;*/
	
	
}

#footerBorder {
	clear:both;
	display:block;
	width:100%;
	border-bottom: 5px solid #cccccc;
	margin-top: 15px;
}

#wrapper button.prev {
	width: 42px;
	height: 42px;
	background: url(../images/left.png) no-repeat;
	border-style: none;
	z-index: 5;
	margin-left: -21px;
	position: absolute;
	margin-top: 90px;
	cursor: pointer;
}

#wrapper button.next {
	width: 42px;
	height: 42px;
	background: url(../images/right.png) no-repeat;
	border-style: none;
	z-index: 5;
	position: absolute;
	margin-left: 935px;
	margin-top: 90px;
	cursor: pointer;
}

#copyright {
	color:#999999;
	font-size:12px;
}

.pics {  
    height:  232px;  
    width:   232px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 15px;  
    /*border:  1px solid #ccc;  
    background-color: #eee; */ 
    width:  200px; 
    height: 200px; 
    top:  0; 
    left: 0;
} 

.pics a img {
	border:none;
}

/*Coda slider css love...*/
noscript p, noscript ol { 
	color: #a00; 
	font-size: 13px; 
	line-height: 1.4em; 
	text-align: left; 
}
noscript a { 
	color: #a00; 
	text-decoration: underline; 
}
noscript ol { 
	margin-left: 25px; 
}
	
a:focus { 
	outline:none; 
}

.stripViewer .panelContainer .panel ul {
		text-align: left;
		margin: 0 15px 0 30px;
}
	
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	/*border: 5px solid #000;*/ /* this is the border. should have the same value for the links */
	margin: auto;
	width: 960px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 200px;
	clear: both;
	background: #fff;
}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 960px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	display:none;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	/*background: #c6e3ff;*/
	color: #fff;
	text-decoration: none;
	/*display: block;*/
	padding: 0 15px;
}

.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }

.stripNav li a:hover {
	background: #333;
}

.stripNav li a.current {
	background: #000;
	color: #fff;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 200px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	/*background: url("images/left.png") no-repeat center;*/
}

.stripNavR {
	/*background: url("images/right.png") no-repeat center;*/
}

/*ajax form*/

.clear {clear:both}

.block {
	width:400px;
	/*margin:0 auto;*/
	text-align:left;
}
.element * {
	padding:5px; 
	margin:2px; 
	font-family:arial;
	font-size:12px;
}
.element label {
	float:left; 
	width:75px;
	font-weight:700
}
.element input.text {
	float:left; 
	width:270px;
	padding-left:20px;
}
.element .textarea {
	height:120px; 
	width:270px;
	padding-left:20px;
}
.element .hightlight {
	border:1px solid #D82C2C;
	background:url(../images/iconCaution.gif) no-repeat 2px
}
.element #submit {
	float:right;
	margin-right:10px;
}
.loading {
	/*float:right; */
	/*background:url(../images/ajax-loader.gif) no-repeat 1px; 
	height:28px; 
	width:28px; 
	display:none;*/
}
.done {
	background:url(../images/iconIdea.gif) no-repeat 2px; 
	padding-left:20px;
	font-family:arial;
	font-size:12px; 
	width:70%; 
	margin:20px auto; 
	display:none
}

</style>