* { margin: 0; padding: 0 }
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }

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

p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

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 }

img { border: 0 }

h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }

.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 */
	width:960px;
	margin:0px auto;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; overflow: hidden;}
.csw .loading {margin: 200px 0 300px 0; color:#FFFFFF; font-family:verdana; font-size:10px; text-align: center;}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 958px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 515px;
	clear: both;
}

.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: 958px; /* 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;
}


.stripNavR {
	right: 0;
}

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

.stripNavR {
	background: url("../images/arrow-right.gif") no-repeat center;
}
html, body {
	background: url("../images/bg.jpg") repeat-x;
	background-color: #000000;
}
#home {
	background:url("../images/homb_bg.png") no-repeat;
	height: 605px;
}
.logo{
	margin-top:220px;
	margin-left:45px;
}
a:hover {
	border-bottom:1px #FFFFFF solid;
}
.imglink {
	margin:0px 10px;
	border:none;
}
#navlinks {
	padding:5px 16px;
}
.stripNavR, .stripNavL {
	display:none;
}
#cross-links {
	width:960px;
	margin:0px auto;
}


/* about us Styling section */

.logopage {
	background:url("../images/bg_about.png") no-repeat top right;
	height:600px;
	float:left;
	width:390px;
}
.logopage2 {
	background:url("../images/clients_bg.png") no-repeat top right;
	height:600px;
	float:left;
	width:390px;
}
.wedoweb{
	width:406px;
	margin:5px auto 5px auto;
}
.aboutus-text {
	width:500px;
	margin-left:25px;
	float:left;
}
.aboutus-text p, .clients-text p  {
	color:#FFFFFF;
	font-family:Geneva,Arial,Tahoma,Verdana,Sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:14px;
	text-align:justify;
	margin-bottom:10px;
}
.clients_content {
	float:left;
	width:545px;
}
.logopage3, .contact-text, .contact_content {
	float:left;
}
.contact_bg {
	background: url("../images/contact_bg.png") no-repeat;
	height:320px;
	width:950px;
}
.contact-text {
	color:#FFFFFF;
	font-family:Geneva,Arial,Tahoma,Verdana,Sans-serif;
	font-size:9.5px !important;
	font-weight:normal;
	line-height:14px;
	text-align:justify;
	max-width:500px;
}
.blue {
	color:#33a8d2;
	margin-right:15px;
}
.blue2 {
	color:#33a8d2;
	margin-left:10px;
}
.contact-info {
	margin-left:20px;
}
.clients {
	width:310px;
	margin:0px auto;
}
.clients-text p  {
	margin-left:20px;
}
.client_list {
	padding-left:25px;
}
.client_divider {
	width:450px;
	margin:25px auto;
}
