@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/bg-body.jpg) top left repeat;
	margin: 0;
	padding: 0;
	min-width: 960px;
	font: 14px Helvetica, Arial, sans-serif;
	color: #666;
}

li span {
    position: relative;
    left: -4px;
}
	
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #ce371f;
}
img {
	border: none;
}
h2 {
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: normal;
}
#top {
	height: 166px;
	background: url(images/bg-top.jpg) bottom left repeat-x;
}
#midrift {
	height: 440px;
	background: #fff;
}
#midrift-contact {
	height: 440px;
	background: #fff;
}
#midrift-services {
	height: 500px;
	background: #fff;
}
#btm {
	height: 200px;
	background: url(images/bg-btm.png) top left repeat-x;
}

#logo a{
	(;text-decoration: none !important;);
}
#top960, #box, #footer {
	width: 960px;
	margin: 0 auto;
}
#box {
	height: 440px;
}
#contact {
	padding: 30px 0;
	width: 100%;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 0;
	color: #FFF;
	text-align: right;
	margin-right: auto;
}
#contact p {
	margin: 0 40px 10px 0;a
}
#contact a {
	color: #FFF;
	text-decoration: none;
}
#contact a:hover {
	color: #333;
}
.map {
	float: right;
}
#about {
	text-align: justify;
	line-height: 130%;
	padding-top: 20px;
	padding-right: 130px;
	padding-bottom: 0;
	padding-left: 200px;
}
#services {
	line-height: 130%;
	padding-top: 20px;
	padding-right: 130px;
	padding-bottom: 0px;
	padding-left: 200px;
	
}
.bg_about {
	background: url(images/bg-about.gif) left bottom no-repeat;
}
.bg_services {
	background: url(images/bg-services.gif) left bottom no-repeat;
}
.bg_webdesign {
	/*background: url(images/bg-webdesign.gif) left bottom no-repeat;*/
}
#logo {
	position: absolute;
	top: 80px;
	margin-left: 0;
	z-index: 99;
}
#footer {
	color: #666;
	font-size: 12px;
	padding: 40px 0;
}
#footer p {
	margin: 0;
	width: 130px;
	text-align: right;
	line-height: 140%;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
}

/* Nav */

#nav {
	list-style: none;
	float: right;
	margin-top: 90px;
	font-size: 15px;
	text-align: right;
	background: url(images/nav-sub.png) 145px 8px no-repeat;
}
#nav .dad {
	margin: 0;
	padding: 0;
}
#nav .dad  li {
	list-style: none;
	display: inline;
	padding-left: 60px;
}
#nav .kid {
	padding: 0;
	margin: 20px 0 0 0;
}
#nav .kid li {
	list-style: none;
	display: inline;
	padding-left: 41px;
	font-size: 13px;
}
#nav a {
	color: #666;
	text-decoration: none;
}
#nav a:hover, #nav .selected, .selected {
	color: #ce371f;
}



/***********MENU***********/

#menu2
{
	
	width: 100%;
	margin: 0;
	list-style: none;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menu2 li
{
	float: right;
	padding: 0 0 10px 0;
	position: relative;
	line-height: 0;
}

#menu2 a 
{
	float: left;
	height: 25px;
	padding: 0 25px;
	color: #666;
	text-transform: lowercase;
	font-size: 15px;
	text-decoration: none;
}

#menu2 li:hover > a
{
	color: #ce371f;
}
#menu2 .selected {
	color: #ce371f;
}
#menu2 ul li:hover > a {
	color: #FFFFFF;
}

*html #menu2 li a:hover /* IE6 */
{
	color: #FFF;
}

#menu2 li:hover > ul
{
	display: block;
}

/* Sub-menu */

#menu2 ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111);	
    background: -ms-linear-gradient(#444, #111);	
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);	
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu2 ul ul
{
  top: 0;
  left: 150px;
}

#menu2 ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu2 ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu2 ul a
{    
    padding: 10px;
	height: 10px;
	width: 130px;
	height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
	text-transform: none;
}

#menu2 ul li a {
	color:#FFFFFF;
}

*html #menu2 ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu2 ul a /* IE7 */
{    
	height: 10px;
}

#menu2 ul a:hover
{
    background: #ce371f;
	
}

#menu2 ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu2 ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu2 ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu2 ul li:first-child a:hover:after
{
    border-bottom-color: #ce371f; 
}

#menu2 ul ul li:first-child a:hover:after
{
    border-right-color: #ce371f; 
    border-bottom-color: transparent; 	
}


#menu2 ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu2:after 
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/********************************************/


.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.column {
	width: 200px;
	float:left;
	padding-right:10px;
	
	font-size: 11px;
}
.column2 {
	width: 290px;
	float:left;
	padding-right:30px;
	font-size: 11px;
}
.column3 {
	width: 325px;
	float:left;
	padding-right:0px;
	
	font-size: 11px;
}