body {
    background: #fbfbfb url(images/bg.png) repeat-x center top;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
}

a img {
    border: 0;
}

a {
    color: #224E6F;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #FFC425;
    
}
h2,h3,h4,h5 {
    color: #224E6F;
}
#bg {
    position: relative;
}

#header {
    position: relative;
}

h1#logo {
    margin-bottom: 0;
}

h1#logo a {
    display: block;
    height: 56px;
    background: url(images/solitech-logo.png) no-repeat left top;
    text-indent: -4000px;
}

.site-info {
    color: #efefef;
    font-size: 2.2em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
}

#container p {
    padding-bottom: 15px;
}

#container {
    position: relative;
    width: 100%;
}

#about {
    margin-bottom: 30px;
    overflow:hidden;
}

#header-image {
    margin-bottom: 40px;
    margin-top: -7px;
}

input, textarea, select {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    color: #444;
    border: 0;
}

#contact label {
    display: block;
    padding-bottom: 5px;
}

#contact .field {
    background: #efefef;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 15px;
    width: 98%;
}

#contact textarea.field {
    height: 130px;
    width: 98%;
}
#contact p {margin-bottom:10px;}
#contact p span {color:#224E6F;display:block;}
.submit {
    font-weight: bold;
    padding: 3px;
    color: #224E6F;
}

#nav {
   /* padding: 9px 0;*/
}

#nav ul {
    margin: 0px;
    padding: 10px 0 0;
    list-style: none;
}

#nav ul li {
	float:left;
	margin: 0 0 0 10px;
}

#nav ul li a {
	display:block;
	line-height:30px;
	padding:0 15px 0 0;
    font-weight: bold;
    color: #f6f6f6;
    text-decoration: none;
    text-transform: uppercase;
}
#nav a span{
	
	display:block;
	padding:0px 0 10px 15px;
}

#nav ul li a:hover, #nav ul li a.selected {
    background: url(images/nav-round.png) no-repeat top right;
    color: #f6f6f6;
}
#nav ul li a:hover span, #nav ul li a.selected span {
	background: url(images/nav-round.png) no-repeat top left;
	
}
.box {
    margin-bottom: 20px;
    padding: 10px 10px 1px;
}



.copy {
    text-align: left;
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
    color: #062e44;
}

.copy a {
    color: #062e44;
}

textarea {
    overflow: auto;
}

#toTop {
    width: 140px;
	height:30px;
    background: url(images/gotop.png) no-repeat center top;
    text-indent: -99999px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    text-decoration: none;
}
#portfolio-container {
    margin: 20px 0;
    overflow: hidden;
}
ul#filter {
    
    font-size: 14px;
    list-style: none;
    overflow:hidden;
	height:20px;
}

ul#filter li {
    border-right: 1px solid #dedede;
    float: left;
    line-height: 16px;
    margin-right: 8px;
    padding-right: 5px;
}

ul#filter li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

ul#filter a {
    color: #999;
    text-decoration: none;
	display:block;
}

ul#filter li.current a, ul#filter a:hover {
    text-decoration: underline;
	color: #224E6F;
}

ul#filter li.current a {
    
    font-weight: bold;
}

ul#portfolio {
    
    list-style: none;
    margin-left: 0;
    
}

ul#portfolio li {
    background:#efefef;
	border:1px solid #ddd;
    float: left;
    margin: 0 8px 10px 0;
    padding: 5px;
    width: 191px;
}

ul#portfolio a {
    display: block;
    width: 100%;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

ul#portfolio a:hover {
    text-decoration: underline;
}

ul#portfolio img {
    border: 1px solid #dedede;
    display: block;
  
}
.article{
	background:#efefef;
	border-top:2px solid #FFC425;
	padding:10px;
}
.article a.image {

background:#FFFFFF none repeat scroll 0 0;
border:1px solid #BBBBBB;
float:left;
margin:3px 10px 3px 0;
padding:4px;
}

.footer {margin-top:30px; background:#efefef; border-top:1px solid #FFC425; overflow:hidden;}
.footer p {text-align:left;}
.logo-text{font-size:12px; padding:20px 0 0 20px;}
.logo {}
.logo img {text-align:right; float:right; padding:20px 20px 20px 0;}
#form {position:relative;}
#form ul
{
	list-style:none;
	text-align: left;
	color: red;
	margin-top:20px;
}
#form ul li {
	padding: 3px 7px;
   background:#FFF6BF;	
	
}
#form ul li.success
{
	background:#E6EFC2;
	color: #264409;
	padding:7px;
	border:1px solid #C6D880;
}
img.loaderIcon
{
	width: 30px;
	position: absolute;
	top: 0px;
	right: 10px;
}
.product {margin:5px 10px;}
.product p {overflow:auto; margin-bottom:1em;}
.left {float:left;}
#contact{overflow:hidden;}