/* top elements */

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font: .80em/1.5em  Georgia, "Times New Roman", Times, serif;
	color: #666666;
	background: #333333 url(bg.gif) repeat-x;
	text-align: center;
}

/* links */

a {
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #C6DDB2;
	background-color: inherit;
}

/* headers */



h1 {
	font-size: 1.5em;
	color: #666666;
}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #9eb18e;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .8em;
	color: #4284B0;
}

p, h1, h2, h3, h4{
	font: Georgia, "Times New Roman", Times, serif;
	margin: 10px 15px;
	
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #666666;
	list-style-position: inside;
	list-style-image: url(icon.gif);
}

ul span, ol span {
	color: #666666;
}



/* images */

img {
	border: 4px solid #C6DDB2;
}

img.no-border {
	border: none;
}


img.float-right {
	margin: 5px 0px 5px 15px;
}

img.float-left {
	margin: 5px 15px 25px 0px;
}

a img {
	border: 4px solid #C6DDB2;
}

/*a:hover img {
	border: 2px solid #CCC !important;
	/* IE fix
  border: 2px solid #568EB6;
}*/

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-

space: pre; */
  background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #4284B0;
}

acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}

blockquote {
	margin: 5px;
	padding: 0 0 0 0;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #4284B0;
	font: 1.2em/1.5em Georgia, 'Bookman Old Style', Serif;
}

/* hm_main
--------------------------------------------------------------------------------------------- */

#hm_main {
	width: 820px;
	height: 325px;
	background: url(../images/headerphoto_home.jpg) no-repeat;
	position: relative;
}

.col_home {


/* wide column 
	pdding-right: 55px;
	pdding-left: 55px;
*/

/*margin-bottom: 40px;*/
 

/*_padding-bottom: 50px;*/
  width: 410px;
	float: right;
	display: inline;
	margin: 35px 50px 10px 0px;
}

.col_home h2 {
	padding-bottom: 20px;
}

.col_home p {
	font: 15px Georgia, 'Bookman Old Style', Serif;
	line-height: 1.5em;
}

#hm_second {
	width: 820px;
	min-height: 260px;
	height: auto !important;
	height: 340px;
	background: url(../images/navigation_bg.gif) repeat;
	border-top: 6px solid #C6DDB2;
}

#content_top {
	width: 820px;
	height: 175px;
	border-bottom: 6px solid #C6DDB2;
	background: url(../images/cat_header.jpg) no-repeat;
}

.col_top {


/* wide column */
	padding-right: 35px;
	padding-left: 55px;


/*margin-bottom: 30px;*/
 

/*_padding-bottom: 30px;*/
  width: 350px;
	float: right;
	display: inline;
	margin: 100px 30px 10px 0px;
}

.col_top h2 {
	padding-bottom: 0px;
}

.col_top p {
	font: 15px Georgia, 'Bookman Old Style', Serif;
	line-height: 1.5em;
}

/* form elements */

form {
	margin: 10px;
	padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}

label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

input {
	padding: 2px;
	border: 1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color: #777;
}

textarea {
	width: 300px;
	padding: 2px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #eee;
	height: 100px;
	display: block;
	color: #777;
}

input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	border: 1px solid #CCC;
	background: #FFF;
	padding: 2px 3px;
	color: #4284B0;
}

/* search form */

form.searchform {
	background: transparent;
	border: none;
	margin: 0;
	padding: 0;
}

form.searchform input.textbox {
	margin: 0;
	width: 120px;
	border: 1px solid #9EC630;
	background: #FFF;
	color: #333;
	height: 14px;
	vertical-align: top;
}

form.searchform input.button {
	margin: 0;
	padding: 2px 3px;
	font: bold 12px Arial, Sans-serif;
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#wrap {
	background: #FFFFFF;
	width: 820px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

#content-wrap {
	clear: both;
	margin: 0;
	padding: 0;
	background: #FFF;
}

/* header */

#header {
	position: relative;
	height: 125px;
	background: #FFFFFF url(headerbg.gif) repeat-x 0% 100%;
}

#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 4.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 25px;
	left: 5px;
	border: 0px solid #FFFFFF;
}

#header h2#slogan {
	position: absolute;
	top: 85px;
	left: 0px;
	color: #0066FF;
	text-indent: 0px;
	font: 11px Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

#header form.searchform {
	position: absolute;
	top: 0;
	right: -12px;
}

/* main */

#main {
	float: left;
	margin-left: 15px;
	padding: 10px 0 15px 0;
	width: 73%;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px;
	margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}

.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}

.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
/* >>>>>>>>>>>>>>>>>>>
   CATALOG BOXES 
<<<<<<<<<<<<<<<<<<<<<<*/

.box_holder {
	clear: both;
}
.box {
	margin: 10px;
	width: 270px;
	float: left;
	display: inline;
	background: url(box_top.gif) top left no-repeat #A9BAC3;
}
.box img {
	margin: 10px;
}
.box dl {
	width: 270px;
	padding-bottom: 10px;
	background: url(box_bottom.gif) bottom left no-repeat;
}
.box dl dt {
	padding: 10px 5px 5px 10px;
	font-size: 1.5em;
	font-family: Georgia, sans-serif; 
	font-variant: small-caps;
	letter-spacing: 3px;
	color: #cb6600;
}
.box dl dd { 
	margin-left: 3px;
	padding: 3px 10px 3px 29px;
}
.box dl dd.client { background: url(icon_client.gif) center left no-repeat; }
.box dl dd.technologies { background: url(icon_check.gif) center left no-repeat; }
.box dl dd.launch { background: url(prod_icon.gif) center left no-repeat; }


#prod_container {
	float: left;
	width: 100%;
	padding: 15px 0 15px 0;
	margin: 0;
	border-bottom: 1px dashed #C6DDB2;
}

/* catalog lists home page */

ul#split,ul#split li {
	margin: 0;
	padding: 0;
	list-style: none
}

ul#split li {
	float: left;
	width: 253px;
	margin: 10px 10px 10px 10px
}

ul#split h3 {
	font: normal 120%/1.3 Verdana,sans-serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 10px 0 10px;
	text-align: left;
	color: #000
}

ul#split p {
	margin: 0;
	padding: 5px 12px 15px;
	color: #FFFFFF
}

li#one h3 {
	background: #A9BAC3
}

ul#split div {
	background: #83ACCA
}

li#one div {
	border-top: 2px solid #C6DDB2
}

li#two h3 {
	background: #A9BAC3
}

li#two div {
	border-top: 2px solid #C6DDB2
}

li#three h3 {
	background: #A9BAC3
}

li#three div {
	border-top: 2px solid #C6DDB2
}



/* sidebar */

#sidebar {
	float: left;
	width: 23%;
	margin: 0;
	padding: 0;
	display: inline;
}

#sidebar ul.sidemenu {
	list-style: none;
	margin: 20px 0 10px 15px;
	padding: 0;
}

#sidebar ul.sidemenu li {
	margin-bottom: 1px;
}

#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color:  #4284B0;
	text-decoration: none;
	padding: 2px 5px 2px 10px;
	border-bottom: 1px dashed #C6DDB2;
	min-height: 25px;
}

* html body #sidebar ul.sidemenu a {
	height: 25px;
}

#sidebar ul.sidemenu a:hover {
	padding: 2px 5px 2px 10px;
	color: #C6DDB2;
	border-bottom: 1px dashed #C6DDB2;
}

/* rightbar */

#rightbar {
	float: right;
	width: 375px;
	padding: 0;
	margin: 0;
}

/* Footer */

#footer {
	clear: both;
	color: #666666;
	background: #A9BAC3;
	/*bo

rder-top: 5px solid #568EB6;*/
	margin: 0;
	padding: 0;
	height: 50px;
	font-size: 95%;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #C9DCB4;
}

#footer .footer-left {
	float: left;
	width: 20%;
}

#footer .footer-right {
	float: right;
	width: 65%;
}

/* menu tabs */

#header ul {
	z-index: 999999;
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	right: 0;
	bottom: 6px !important;
	bottom: 5px;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
}

#header li {
	display: inline;
	margin: 0;
	padding: 0;
}

#header a {
	float: left;
	background: url(tableft.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}

#header a span {
	float: left;
	display: block;
	background: url(tabright.gif) no-repeat right top;
	padding: 6px 15px 3px 8px;
	color: #666666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#header a span {
	float: none;
}

/* End IE5-Mac hack */

#header a:hover span {
	color: #FFF;
}

#header a:hover {
	background-position: 0% -42px;
}

#header a:hover span {
	background-position: 100% -42px;
}

#header #current a {
	background-position: 0% -42px;
	color: #FFF;
}

#header #current a span {
	background-position: 100% -42px;
	color: #FFF;
}

/* end menu tabs */

/* alignment classes */

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

/* additional classes */

.clear {
	clear: both;
}

.green {
	color: #C6DDB2;
}

.gray {
	color: #BFBFBF;
}