/*
 * @author ( John Clark )
*/

/* CSS Reset
#############################################################################*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.4em;
	vertical-align: baseline;
	text-decoration: none;
}


/* ##########################  general  ########################### */


@font-face {
	font-family: 'Titillium Maps';
	src: url("../fonts/TitilliumMaps29L002.eot");
	src: local('Titillium Maps'), local('TitilliumMaps'),
		url("../fonts/TitilliumMaps29L002.otf") format("opentype"),
		url("../fonts/TitilliumMaps29L002.woff") format("woff");
}

body {
	background-color: #bbbbbb;
	font-family: arial, helvetica, sans-serif;
	color: #000;
}

body.clarktech
{
	background: #e5e5e5 url(../images/bg-gradient.png) repeat-x ;
	/*background: #e5e5e5 url(../images/bg-gradient2.png) repeat-x ;*/
}

#all
{
color: #fff;


}
a:link,
a:visited
{
color:black;
}

a:hover,
a:active,
a:focus
{
/*background:#669933;*/
color:#FFF;
}


/* ##########################  Header - Logo  ########################### */
#header
{
    display:block ;
    position:relative;
    padding:0px;
    overflow:hidden;
}


#logo span
{
color:#555 !important;
margin-top:6px;
font-size:0.4em !important;
letter-spacing:1px
}

.logoheader
{
/*border-top:solid 5px #555;*/
/*color:#555;*/
/*background: #fff;*/
/*border: solid 1px green;*/
background-image: url('/images/clarktech-header.png');
background-repeat: no-repeat;
height: 126px;
max-height: 126px;
overflow: hidden;
/*z-index: -1;*/
}

.contentheader {
	/*background: red;*/
/*	height: 126px;*/
	/*max-height: 126px;*/
	/*overflow: hidden;*/
	/*margin-top: -126px;*/
	text-align: right;
	color: #f6ee33;
	font-weight: bold;
	font-size: 14px;
	/*z-index: 1;*/

}

.contentheader a:link,
.contentheader a:visited {
	color: #f6ee33;
	text-decoration: none;
}

.contentheader a:hover,
.contentheader a:active,
.contentheader a:focus {
	color: white;
	text-decoration: none;
}


.info {
	/*margin-top: 67px;*/
	margin-top: 73px;
	border: none;
}

/* ##########################  Menu Header  ########################### */

#menu-header {
	/*border: solid 1px green;*/
	height: 27px;
	max-height: 27px;
	/*margin-top: -45px;*/
	margin-bottom: 37px;
	padding-top: 5px;
	font-weight:bold;
	color: #ffffff;
}

#menu-header ul
{
/*max-width:1030px;*/
max-width:980px;
/*right:15px;*/
}

#menu-header ul.menu
{
display: inline;
margin-top:5px !important;
list-style-type:none
}

#menu-header ul.menu li
{
border:0;
display: inline;
text-decoration:none;
}

#menu-header ul.menu li a:link,
#menu-header ul.menu li a:visited
{
color:#fff;
/*border:0;*/
/*border-right:solid 1px #eee;*/
background:transparent;
/*padding:10px 15px;*/
padding-right: 15px;
text-decoration:none;
}

#menu-header ul.menu li a:hover,
#menu-header ul.menu li a:active,
#menu-header ul.menu li a:focus
{
color:#f6ee33;
/*background:#ddd*/
}

#menu-header ul.menu li.active a:link,
#menu-header ul.menu li.active a:visited {
	color:#f6ee33;
}

/* ##########################  Menu Left  ########################### */

div.leftmenu {
	/*width: 194px;*/
	width: 182px;
	background: #d4d2d3;
	/*background: red;*/
	margin-top:10px !important;
	margin-left: 10px !important;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 12px;
	padding-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .7);

	
	
}

span.leftmenutitle {
	font-size: 14px;
	font-weight: bold;
}

#left ul {
	/*max-width:1030px;*/
	/*max-width:980px;*/
	/*right:15px;*/
}

#left ul.menu-left {

	/*display: inline;*/
	
	/*background: blue;*/
	color: black;
	font-size: 14px;
	/*width: 194px;*/
	/*width: 182px;*/
	/*margin-top:10px !important;*/
	/*margin-left: 10px;*/
	/*margin-right: 10px;*/
	/*padding-top: 20px;*/
	/*padding-bottom: 30px;*/
	/*padding-left: 12px;*/
	/*padding-left: 0;*/
	margin-left: 8px;
	list-style-type:none;
	}

#left ul.menu-left li
{
	border:0;
	margin-top: 12px;
	/*margin-left: 8px;*/
	/*display: inline;*/
	text-decoration:none;
}

#left ul.menu-left li a:link,
#left ul.menu-left li a:visited
{
	color:#000;
	/*border:0;*/
	/*border-right:solid 1px #eee;*/
	background:transparent;
	/*padding:10px 15px;*/
	/*padding-right: 15px;*/
	text-decoration:none;
}

#left ul.menu-left li a:hover,
#left ul.menu-left li a:active,
#left ul.menu-left li a:focus
{
	color:#f6ee33;
	/*background:#ddd*/
}

#left ul.menu-left li.active a:link,
#left ul.menu-left li.active a:visited {
	color:#f6ee33;
}



/* ++++++++++++++  first level  ++++++++++++++ */
#nav .moduletable-example ul.menu
{
	background:#fff;
	border:0;
}

ul.menu
{
	border:0;
	/*background:#fff /* url(../images/nav_level_1.gif) repeat-x */;*/
	border:solid 0px #eee;
}

.module_content ul.menu
{
	border:0;
}

ul.menu li
{
	border-bottom:solid 1px #ddd;
}


ul.menu li a:link,
ul.menu li a:visited
{
	color:#444;
	background:url(../images/karo.gif) 5px 12px no-repeat
}

ul.menu li.active a:link,
ul.menu li.active a:visited
{
	color:#333;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus,
ul.menu li.active a:hover,
ul.menu li.active a:active,
ul.menu li.active a:focus
{
	background: #fff url(../images/nav_level_1.gif) repeat-x ;
	color:#638420 ;
}


/* ++++++++++++++  second level  ++++++++++++++ */

ul.menu li ul
{
	border:solid 0px #eee;
}

 ul.menu li ul li
{
	border:solid 0px #000;
	background:#fff;
}

 ul.menu li.active ul li a:link,
 ul.menu li.active ul li a:visited
{
	color:#444;
	border:0;
	border-bottom:solid 1px #fff;
	background: #e8e8e8
}

 ul.menu li.active ul li.active a:link,
 ul.menu li.active ul li.active a:visited
{
	border:0;
	color:#333;
	border-bottom:solid 1px #fff;
}

 ul.menu li.active ul li a:hover,
 ul.menu li.active ul li a:active,
 ul.menu li.active ul li a:focus
{
	background:#666 !important;
	color:#fff !important;
}


/* ++++++++++++++  third level  ++++++++++++++ */

ul.menu li ul li ul
{
	border:0 !important;
	background:#f5f5f5 !important;
	padding-bottom:0
}

ul.menu li.active ul li.active ul li a:link,
ul.menu li.active ul li.active ul li a:visited
{
	background:#f5f5f5 ;
	border-bottom:solid 1px #fff;
	color:#444
}

ul.menu li.active ul li.active ul li.active a:link,
ul.menu li.active ul li.active ul li.active a:visited
{
	color:#333;
}



/* ++++++++++++++  fourth level  ++++++++++++++ */

ul.menu li ul li ul li ul
{
	border:solid 1px #eee !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
	background:#fff url(../images/level4.png) repeat-x !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li a:visited
{
	font-weight:normal;
	padding: 3px 2px 3px 40px;
	font-size:0.9em;
	background:#fff url(../images/arrow_small.png) no-repeat  30px 5px;
	color:#444
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold;
color:#333 }



/* ++++++++++++++  fifth level  ++++++++++++++ */

ul.menu li ul li ul li ul li ul
{
	border:solid 0px #eee !important;
	padding-top:5px !important;
	padding-bottom:10px !important;
	background:#fff url(../images/level4.png) repeat-x !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li.active	ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active	ul li a:visited
{
	font-weight:normal;
	padding: 3px 2px 3px 5px;
	font-size:0.9em;
	background:#fff ;
	color:#444;
	margin:0 10px  0 35px;
	border-bottom:solid 1px #ddd
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:bold; color:#333}

/* ##########################  SlideShow1   ########################### */

div.slideshow1 {
/*	text-align: center;*/
/*	border: solid red 1px;*/
	width: 760px;
	/*overflow: hidden;*/
	margin: 0 auto 0 auto;
	
}

/* ##########################  content - main   ########################### */

/* ##########################  contentarea  ########################### */

.content {
	/*Keep this area clear to show the back background*/
	/*width: 100%;*/
	width: 980px;
	/*background:#222 url(../images/lightsculptor-background-2.jpg);*/
	/*background: red;*/
	color: black;
	/*font-size: 12px;*/
	/*border: solid 2px red;*/
	/*text-align: center;*/
	padding: 0px;
	margin: 0;
}

.left {
	width: 214px;
	background: #5d5d5d;
	/*color: black;*/
	float: left;
	margin-right: 6px;
	margin-top: 0;
	padding-bottom: 20px;
}

.center {
	width: 760px;
	/*width: 738px;*/
	/*background: blue;*/
	padding: 0;
	float: left;
	
	/*background-color: #c3c3c3;*/
	/*background-color: teal;*/
	/*width: 100% !important;*/
	/*border-right: dotted 1px #777;*/
	/*border-bottom: dotted 1px #777;*/
	/*border-left: dotted 1px #777;*/
	/*padding: 10px 10px 10px 10px;*/	
}
#top
{
		/*background:#eee;*/
		padding:15px;
		/*border:solid 1px red;*/
}

#contentarea,
#contentarea2
{
	/*background:#fff url(../images/box1.png) repeat-x;*/
}

.items-row
{
	/*background: blue;*/
	margin-top: 6px;
}


.column-1,
.column-2
{
	/*border: solid 0px;*/
	background: #c4c4c4;
	/*min-height: 100%;*/
}

.item-separator {
}


/* ++++++++++++++  leading  ++++++++++++++ */

.items-leading,
.items-row,
.item-page {
	/*background-color: #c3c3c3;*/
	/*background-color: red;*/
	color: black;
}

.item-page {
	display: block;
	background-color: #c3c3c;
	/*background-color: teal;*/
	/*width: 100px;*/
	/*height: 200px;*/
	/*width: 100% !important;*/
	border-right: dotted 1px #777;
	border-bottom: dotted 1px #777;
	border-left: dotted 1px #777;
	padding: 10px 10px 10px 10px;
}

.items-row
{

}


/* ++++++++++++++++++++ headings +++++++++++++ */

#main h1
{
	color:#444;
	border-top:solid 0px #ddd;
	border-bottom:solid 1px #ddd;
	 font-family: 'Titillium Maps', Arial;

}

/* h1 on frontpage */
/*
#main .blog-featured h1
{
	border-top:solid 0px #ddd;
	border-bottom:solid 0px #ddd;
}
*/
.items-row h2
{
	color:#7BA428;
	border-top:solid 1px #ddd;
	border-bottom:solid 1px #ddd;
}
.items-row h2 a:link,
.items-row h2 a:visited,
.items-leading h2 a:link,
.items-leading h2 a:visited
{
	color:#7BA428 !important;
}



.items-row h2 a:hover,
.items-row h2 a:active,
.items-row h2 a:focus,
.items-leading h2 a:hover,
.items-leading h2 a:active,
.items-leading h2 a:focus
{color:#fff !important;
text-decoration:none !important
}





.items-leading h2
{
	color:#7BA428;
}

#main h2
{
	color:#7BA428;
	font-family: 'Titillium Maps', Arial;

}

#main h2 a
{
	color:#333;
}

h3 {
	color: black;
	font-size: 18px;
	font-weight: bold;
	border-bottom: dotted yellow 2px;
	margin-bottom: 12px;
	letter-spacing: 3px;
}



/* ########################## sample module styling  ########################### */

div.sample-module {
    border: 2px dashed #ddd;
    padding: 10px;
    background-color: #f5f5f5;
}

/* ########################## Position Check  ########################### */


