/**menu**/
@import "http://www.shakeitmarketing.com/tpl/shakeit/css/menu_style.css";
@import "http://www.shakeitmarketing.com/tpl/shakeit/css/followus.css";
@import "http://www.shakeitmarketing.com/tpl/shakeit/css/tagcloud.css";
@import "http://www.shakeitmarketing.com/tpl/shakeit/css/links_widget.css";
@import "http://www.shakeitmarketing.com/tpl/shakeit/css/blog.css";
html, body {
        margin:0px;
        padding:0px;
}
body{
        text-align: center;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
        background-color: #fff;
        color: #444;
        font-size: 75%;
	line-height:170%;
}

h1,h2,h3,h4,h5 {
        font-family: "Arial","Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	line-height:100%;
}

h1 {
        font-size: 23px;
	color: #1D7EBA;	
	line-height:110%;
	padding-top:10px;
	padding-bottom:0px;
	margin:0px;
}
h1 a:visited {
        color:#1D7EBA;
        text-decoration:none;
}

a.footlink {
	font-size:10px;

}

h1 a {
	color:#1D7EBA;
	text-decoration:none;
}
h1 a:hover {
       color:#3D9EDA;
        background-color:#E3F3FF;
	text-decoration:none;
}


a {
	text-decoration:none;
	color: #1D7EBA;
}

a:hover {
        text-decoration:underline;
        color: #CCC;
}

a:visited {
	color: #0099FF;	

}

.lang{
        float: right;
        text-align: right;
        margin-right: 10px;
        margin-top: 3px;
}

div#footer {
        position:relative;
	clear:both;
        width:100%;
        margin-left: auto;
        margin-right: auto;
	border-top:1px solid #ddd;
	background-color:#fafafa;
        color: #777;
        left:0px;
        right:0px;
        padding-top: 0px;
	padding-bottom: 20px;
        z-index:1;
}

div#footernav{
        position:relative;
        text-align: center;
        clear:both;
        width:900px;
        margin-left: auto;
        margin-right: auto;
}


div#top {
	position:relative;
        background-image: url(http://www.shakeitmarketing.com/tpl/shakeit/img/interface/bg.png);
	background-color:#f7f7f7;
        margin-left: auto;
        margin-right: auto;
        width:100%;
	height:120px;
        left:0px;
        right:0px;
	z-index:1;
}
div#topnav {
        width:970px;
	margin-left: auto;
        margin-right: auto;
}


div#menu {
        position:relative;
	width:100%;
        margin-left: auto;
        margin-right: auto;
	z-index:2;
	left:0px;
	right:0px;
/*	background-color: #fafafa;*/
}
div#menunav {
        width:970px;
        margin-left: auto;
        margin-right: auto;
}

div#space {
	margin-top:24px;
	height:3px;
	background-color:#fafafa;
	z-index:2;
}
div#content {
        position:relative;
        width:100%;
	height:100%;
        left:0px;
        right:0px;
	padding:0;
	margin:0;
        background-color: #fff;
        z-index:1;
	top:5px;
}

div#contentnav {
        position:relative;
        width:930px;
        margin-left: auto;
        margin-right: auto;
        left:0px;
        right:0px;
	top:0px;
        background-color: #fff;
        z-index:1;
}

div#page {
        width:680px;
        float:left;
	text-align:left;    
	height:100%;
        margin-left: auto;
        margin-right: auto;
        padding-top:0px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:10px;
        background-color: #fff;
}

div#sidemenu {
        width:210px;
	float:left;
        height:auto;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        background-color: #fafafa;
}


div#logo {
	float:left;
	position:relative;
	left:15px;
	top:15px;
}

img {
  border: none;
}

div#followus {
	width:250px;
        position:relative;
	float:right;
	text-align:center;
        right:0px;
        top:0px;
}

div#widget {
	margin-top:2px;
}
span.postdetails {
	color:#999;
	font-size:11px;
}

div.textbox {
        background-color:#eff5ff;
	border: solid 1px #cfd5ef;
	padding:0px 0px 0px 10px;
}

table.footer-table td {
	text-align:left;
	padding-right:20px;
	color:#555;
	vertical-align:top;
}

td {
	vertical-align:top;
}

h3 {
	color:#555;
}

span.contact {
	display: list-item;
	list-style-image: url(http://www.shakeitmarketing.com/tpl/shakeit/img/icons/bullet.png);
	list-style-position:inside;
	list-style-type: none;
	vertical-align:top;
	height:5px;	
}

/** web form **/

textarea {
	margin-left:3px;
}

textarea {
	color:#444;
}


textarea, input[type="text"]
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de; 
    background-color: #EDF2F7;
}


input[type="text"]:focus, #inputArea textarea:focus
{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #33677F;
}

hr {
 background-color: #ccc;
 height: 1px;
 border:0px;
 margin:0px;
}


