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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p{
	margin-bottom:10px;
}
/************************************************************/
/* END RESET */
/************************************************************/

body{	background-image: url( images/bg.jpg );
	background-position: center top;
	background-repeat:no-repeat;

	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:13px;
	line-height:18px;
	color:#b5b9b9;
}
#logback{
	background-image: url(images/logoback.png);
	width:600px;
	height:241px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#logofloat{
	margin-left:192px;
}
#nav{
	width:675px;
	height:45px;
	background-image: url( images/navborder.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-top:5px;
	
}

#maincontain{
	position: relative;
	background-repeat:repeat-y;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color::#0d76b0;
	height:auto;
	min-height:250px;
}

#mainleft{
	float:left;
	width:620px;
	margin-right:10px;
	
}
.leftbox{
	width:422px;
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}

.rightbox{
	width:188px;
	float:left;
	margin-bottom:10px;
}
#mainright{
	float:left;
	width:350px;
}
.description{
	font-size:12px;
line-height:16px;	
}

#whatbox{
	width:326px;
	border-right:2px solid #94b24d;
	border-left:2px solid #94b24d;
	border-bottom:2px solid #94b24d;
	padding: 10px 10px 10px 10px;
	
}
.featureimage{
	border:2px solid #94b24d;
}
#portfolioleft{
	float:left;
	width:480px;
	margin-right:20px;
	
}
#portfolioright{
	float:left;
	width:480px;
}

#servicesleft{
	float:left;
	width:470px;
	margin-right:40px;
	
}
#servicesright{
	float:left;
	width:470px;
}

.portfolioimg{
	margin-left:62px;
}

.portfolioimg2{
	float:left;
	margin-right:10px;
	border:1px solid #94b24d;
	
}
.portfolioimg3{
	float:left;
	border:1px solid #94b24d;

}

h2.lefthead{
	position:absolute;
	background: url(css/images/lefthead.png);
	width:535px;
	height:29px;
	margin-top:-15px;
	padding-left:15px;
	font-size:20px;
	padding-top:10px;
	color:#200901;
	
}


/* NAVIGATION */
#logofloat{
margin-top:-10px;
margin-left:-10px;
float:left;

}
#header {
	color: #08243c;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	height:170px;
}
/* NAVIGATION ---------------------------------------------------------------------------- */

ul.dropmenu {

	margin: 0px; 
	padding: 0px;
font-size:18px;
font-weight:bold;

	display:block;
	height:35px;
	padding-left:10px;
}

.dropmenu li a, .dropmenu li{
	float: left;

}
.dropmenu li a:hover, .dropmenu li.open > a{
	color: #94b24d;
	
}

.dropmenu li{
	list-style: none;
	position: relative;	
	top: 1px;
}

.dropmenu li span{
	display: block;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 12px;
	right: 10px;
	
}
.dropmenu li a:hover span, .dropmenu li.open > a span{
}

.dropmenu li a, .dropmenu li div{
	padding: 9px 20px 8px 15px;
	text-decoration: none;
	color: #FFF;
	text-transform:uppercase;
}

/* Submenu */
.dropmenu li > ul, .dropmenu li > div {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0px;
	margin: 0px;
	margin-top:8px;
	background:#120000;
	border-bottom:1px solid #575858;
}

.dropmenu li:hover > ul, .dropmenu li:hover > div{
	display: block;
}

.dropmenu li ul li, .dropmenu li ul li a{
	float: none;	
	color: #0657AD;
	text-transform: none;
	text-decoration: underline;
}

.dropmenu li ul li{
	_display: inline;	
}

.dropmenu li > div{
	width: 200px;
}

.dropmenu li ul li a span{
	background:url("images/arrow_sub.gif") repeat-x scroll 0 0 transparent;	
}

/* Sub submenu */

.dropmenu li ul li a{
	width: 150px;
	display: block;	
	border:1px solid #575858;
	border-top: none;
}

.dropmenu li ul li a:hover{
	color:#F67A00;
	background: #F0F0F0;
}

.dropmenu li ul li ul, .dropmenu li ul li > div{
	top: 0px;
	left: 101%;
}


/*******************************************************
Login form
*******************************************************/
.dropmenu li > div.login{
	border:1px solid #CCCCCC;
	width: 210px;	
}
.dropmenu li > div.login div{
	border: none;
}
.login label{
	display:block;
	padding:0 0 4px;
	color:#595959;	
}
.login input {
	border:1px solid #4A779D;
	margin-bottom:8px;
	padding:3px 8px;
	width:164px;
}
.login button {
	background:url("images/navigation.png") repeat-x scroll 0 0 #4A779D;
	border:1px solid #4A779D;
	color:#FFFFFF;
	padding:4px 10px;
	width:175px;
}

/*******************************************************
Products div
*******************************************************/
.dropmenu li > div.products{
	width: 285px;

}
.dropmenu li:hover > div.products ul{
	display: block;
}
.dropmenu li > div.products *{
	padding: 0px;
	margin: 0px;
	position: relative;	
	border: none;
}
.dropmenu li > div.products li{
	overflow: hidden;
	padding: 10px 0px;
	border-bottom:1px solid #CCCCCC;
}
.dropmenu li > div.products li img{
	float: left;
	margin:  0 15px;
}
.dropmenu li > div.products{
	border:1px solid #CCCCCC;
	color:#595959;
	margin-top:0px;
		background-image:url("images/navfadeback.png");
		background-repeat:repeat;
}
.dropmenu li > div.products ul li h2{
	font-size: 16px;
	margin: 0px;
	padding: 2px 0 3px;
	color:#94b24d;
}
.dropmenu li > div.products ul li p{
	color:#666666;
	font-size:10px;
	margin:0;
	padding:0;
}
.dropmenu li > div.products ul li p a {
	border:medium none;
	color:#666666;
	display:inline;
	margin:0;
	padding:0;
	text-transform:none;
	background: none;
}
.dropmenu li > div.products ul{
	padding: 0px;
	margin: 0px;	
}
.dropmenu li > div.products ul li p a:hover {
	color:#222;
	text-decoration: none !important;
}
.dropmenu li > div.products .small{
	padding: 15px;
	color:#595959;
	font-size: 9px;
	text-transform: none;
}

/*******************************************************
Tutorials div
*******************************************************/
.dropmenu li > div.tutorials *{
	display: none;	
}

/* NAVIGATION -----------------------------------------------------------------------------*/


/* FOOTER */
#footer {
	position: relative;
	color: #fff;
	background-color:#110000;
	background-repeat:repeat-y;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	min-height:70px;
	clear:left;
	border-top:10px solid #000000;
	
}
#footercontain{
	position: relative;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background:#575858;
	min-height:150px;
	border-left:10px solid #000000;
	border-right:10px solid #000000;
	padding:20px;
	
}

#foooterleft{
	float:left;
	width:250px;
	margin-right:20px;
}

#footerright{
		float:left;
	width:450px;

}
#footer p{
	color: #fff;
}

#footer h2{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	
	
}


/* FOOTER */

h1{
color:#94b24d;		
font-size:16px;
font-weight:bold;
text-transform:uppercase;
}

h2{
color:#94b24d;		
font-size:14px;
text-transform:uppercase;
}

h2{
color:#94b24d;		
font-size:14px;
text-transform:uppercase;
}

h2.homelink:link
{
color:#ede500;		
font-size:14px;
text-decoration:underline
}

h2.homelink:visited
{
color:#ede500;		
font-size:14px;
text-decoration:underline
}
h2.homelink:hover
{
color:#ede500;		
font-size:14px;
text-decoration:underline
}


h2.homelink:focus,
h2.homelink:hover,
h2.homelink:active 
{
color:#ede500;		
font-size:14px;
text-decoration:underline
}

h3{
color:#94b24d;	
font-size:1.2em;
font-weight:bold;
text-transform:uppercase;
}

h4{
color:#94b24d;	
font-size:1.0em;
font-weight:bold;
text-transform:uppercase;
}
a:link {
	color:#089db8;
	text-decoration:underline;
}

a:visited {
	color:#089db8;
	text-decoration:underline;
}

a:focus,
a:hover,
a:active {
	color: #d3ff82;
}

a.footerlink:link {
	color: #ffffff;
	text-decoration:underline;
	margin-bottom:2px;
}

a.footerlink:visited {
	color: #ffffff;
	text-decoration:underline;
	margin-bottom:2px;
}

a.footerlink:focus,
a.footerlink:hover,
a.footerlink:active {
	color: #eb2d2e;
	margin-bottom:2px;
}



#container{

background-image: url( http://www.campbisco.net/images/ContainImg.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#e9e9e6;
z-index:0;
clear:both;
}

#pagespace{
padding:5px;
}
.small{
font-size:10px;	
}


.imgrt{
float:right;
margin-left:5px;
margin-bottom:5px;
margin-top:5px;
}

.imglt{
float:left;
margin-right:5px;
margin-bottom:5px;
margin-top:5px;
}

.alignright{
float:right;
margin-left:5px;
margin-bottom:5px;
margin-top:5px;
}

#homepad{
padding-left:10px;
padding-right:10px;
}
#header{
		position:relative;
	z-index:10;
}
#container{
	position:relative;
	z-index:2;
}

#sidebar{
		position:relative;
	z-index:2;
	font-family:Verdana, Geneva, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size::30px;
}

.widget_text{
	font-style:normal;
	font-weight:normal;

}
.campbox{
border:2px solid #061e39;
padding-left:10px;
padding-right:10px;
padding-top:5px;
color:#e7f121;
width:300px;
margin-bottom:10px;
background-image:url(http://www.campbisco.net/images/LoginBack.jpg);
background-repeat:no-repeat;
background-position:bottom;
}

a.campl:link {
	color: #e7f121;
	text-decoration:underline;
}

a.campl:visited {
	color: #e7f121;
	text-decoration:underline;
}

a.campl:focus,
a.campl:hover,
a.campl:active {
	color: #eb2d2e;

}
h4.campl{
	color:e7f121;
}
#register-page{
	padding:10px;
}

.item-list-tabs{
background-color:#cacdd6;
width:100%;	

margin-left:10px;
}

.no-ajax{
background-color:#CCC;	
}
#object-nav{
background-color:#cacdd6;	
margin-left:0px;
}
#subnav{
background-color:#cacdd6;	
margin-left:0px;
}

.pagination{
background-color:#cacdd6;
width:570px;

}


.clear{
	clear:left;
}
.gallery-actions{
	margin-top:10px;
	padding-bottom:10px;
	clear:both;
	height:60px;
}
li#post{
width:500px;
}

h2.single{
	font-size:20px;
	padding-top:10px;
	color:#ede500;	
	width:100%;
	margin-bottom:10px;
}

#comments {
	
	color:#cccccc;
}

.alignleft {
	float:left;
	margin-right:5px;
	margin-bottom:5px
}

/************************Portfolio ****/

.porfoliolink{	
	overflow:hidden;
	cursor:pointer;
}
.porfolioshow{	
	width:100%;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.porfolioshow_content{	
	line-height:26px;
	font-size:14px;
	position:relative;
	padding-bottom:30px;
}
.portfoliopad{
margin-bottom:10px;
text-align:center;
}
/************************Portfolio ****/

/* CONTACT FORM */

#contact p, label, legend { font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

#contact hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 650px; margin: 50px auto; padding: 35px; border: 1px solid #cbcbcb; -webkit-border-radius:5px;  }

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.5em; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #000000; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:20px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }
#contact legend { padding:7px 10px; font-weight:bold;  border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }

/* CONTACT FORM */
