* {
	padding:0;
	margin:0;
}

body {
	background:#eeeeee;
	font-family: 'Arial';
	font-size:13px;
	color:#363636;
	height:100%;
}

#Page {
	width:930px;
	margin:0 auto;
	background:#ffffff;
	padding:20px;
	min-height:350px;
}

#Header {
	width:100%;
	height:50px;
	background: white url('/img/logo.png') 0 0 no-repeat;
	border-bottom:1px solid #d7d6d5;
}

/* -------------- MENU --------------- */

#Menu {
	width:600px
	height:50px;
	margin-left: 280px;
}

#Menu a, #Menu a:link, #Menu a:visited {
	color:#000000;
	font:bold 16px/40px 'Trebuchet Ms';
	text-decoration:none;
	padding:5px 12px;
}

#Menu a:hover {
	text-decoration:underline;
}

#Menu a.current {
	text-decoration:none;
	color:#ffffff;
	text-shadow:#657c04 1px 1px 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #d4d917;
	background: -webkit-gradient(linear, left top, left bottom, from(#d4d917), to(#a3c610));
	background: -moz-linear-gradient(top,  #d4d917,  #a3c610);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4d917', endColorstr='#a3c610'); 
	-moz-box-shadow:1px 1px 1px #666666;
	-webkit-box-shadow:1px 1px 1px #666666;
	box-shadow:1px 1px 1px #666666;
}

.fl{float:left;}
.fr{float:right;}
.featCont{width:420px; float:left; padding:0 20px 0 20px;}
#Main div.featCont{height:80px;  padding:20px;}
/* -------------- INFO BLOCK --------------- */

#InfoBlock {
	width:100%;
	height:300px;
	border-bottom:1px solid #d7d6d5;
	/*background: white url('/img/chat-shot.gif') 0 0 no-repeat;*/
}

#InfoText {
	padding:20px 0 0 430px;
}

#InfoText p {
	font-size:16px;
	line-height:22px;
}


#Button1, #Button2 {
	width:206px;
	height:49px;
	cursor:pointer;
	float:left;
	margin-top:15px;
}

#Button1 {background: white url('/img/buttons.png') 0 0 no-repeat; margin-left:25px;}
#Button1:hover {background: white url('/img/buttons.png') 0 -49px no-repeat;}
#Button2 {background: white url('/img/buttons.png') -206px 0 no-repeat; margin-left:20px;}
#Button2:hover {background: white url('/img/buttons.png') -206px -49px no-repeat;}


/* -------------- MAIN --------------- */

#Main {
	width:930px;
	padding-top:10px;
}


/* -------------- CONTENT --------------- */

#Content {
	width:645px;
	float:left;
	border-right:1px solid #e0e0e0;
	padding-right:15px;
}

#Content p {
	text-align:justify;
}


/* -------------- SIDE BAR --------------- */

#SideBar {
	width:250px;
	float:right;
	height:500px;
}


/* -------- YELLOW LINE -------- */

#YellowLine {
	width:100%;
	height:10px;
	border-top:1px solid #ffffff;
	background:#d28b1e url('/img/line.png') 50% 50% no-repeat;
}

/* ----------- FOOTER ----------- */

#Footer {
	height:220px;
	background: #464646 url('/img/footer.png') top center no-repeat;
	color:#7d7d7d;
}

#w960 {
	width:920px;
	margin:0 auto;
	height:100%;
}

#Footer hr {
	height:0;
	border:0;
	border-top:1px solid #4f4f4f;
	margin:3px 0;
}

#Footer a, #Footer a:link, #Footer a:visited {
	color:#7d7d7d;
	text-decoration:none;
}

#Footer a:hover {
	text-decoration:underline;
}

#Footer ul {
	list-style-image:url("/img/bullet.png");
	padding-left:10px;
}


#Footer p.author {
	color: #AAA;
}
#Footer h2 {
	color:#CCC;
	font-size:20px;
	padding: 5px 0 5px;
}


#F1, #F2, #F3, #F4 {
	margin: 20px 0;
	font:normal 13px/16px 'Arial';
	float:left;
	background: transparent url('/img/footer-sep.png') 90% 0 no-repeat;
}

#F1 {width:170px;}

#F1 ul {
	margin:0;
	padding:10px 0 0 0;
	width:140px;
}

#F1 ul li {
	list-style-image:none;
	list-style-type:none;
	height:35px;
	padding-left:30px;
}

#F1 a {
	padding-top:8px;
	display:block;
}

#F1 ul #fblike {padding-left:0px;}
#F1 ul #fb {background: transparent url("/img/facebook.png") 0 50% no-repeat;}
#F1 ul #tw {background: transparent url("/img/twitter.png") 0 50% no-repeat;}
#F1 ul #yt {background: transparent url("/img/youtube.png") 0 50% no-repeat;}

#F2 {width:145px;}
#F3 {width:250px;}
#F4 {width:355px;background:none;}

#Copyright {
	font-size:9px;
	float:left;
	width:300px;
}

#Creator {
	font-size:9px;
	float:right;
	width:300px;
	text-align:right;
}


/* -------------- FORMATING --------------- */

#Clear {
	clear:both;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Trebuchet Ms';
	color:#a6ce39;
	padding:10px 0 5px 0;
}

h2 {font-size:20px;}
h3 {font-size:18px;}
h4 {font-size:16px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {
	padding:8px 0;
}


hr {
	margin:10px 0;
	height:0;
	border:0;
	border-top:1px solid #edecec;
}


a, a:link, a:visited, a:active, a:focus {
	color: #a6ce39;
	text-decoration: underline;
}

a:hover {
	color: #a6ce39;
	text-decoration: none;
}

ul, ol {
	padding:5px 0 10px 15px;
	line-height:1.4em;
}

table {
	border:1px solid #ffffff;
	margin:0 0 1.6em 0;
	text-align:left;
	width:100%;
	background:#f9f9f9;
	-moz-box-shadow:0 0 1px #666;
	-webkit-box-shadow:0 0 1px #666;
	box-shadow:0 0 1px #666;

}

tr th, thead th {
	color:#191919;
	font-weight:bold;
	padding:9px 10px;
}

td {
	border-top:1px solid #ffffff;
	border-right:1px solid #fbfbfb;
	padding:6px 10px;
}

#Header h1 {
	float: left;
    height: 50px;
    margin-right: 20px;
    position: relative;
    text-indent: -1000em;
    width: 240px;
	padding: 0;
}

#Header h1 a{
	display: block;
    float: left;
    height: 50px;
    width: 240px;
}

.err {
	color: red;
}

.planbox {
	background:white;
	border:0px;
	box-shadow:none;
}

.pbred {
	height:410px;
	width:290px;
	background: url('/img/box/box-r.png') no-repeat scroll center center transparent; 
}

.pbgreen {
	height:410px;
	width:331px; 
	background: url('/img/box/box-g.png') no-repeat scroll center center transparent; 
}

.pbblue {
	height:410px;
	width:290px; 
	background: url('/img/box/box-b.png') no-repeat scroll center center transparent; 
}

.pbred .pbhead, .pbblue .pbhead {
	text-align:center;
	padding-top:35px;
}

.pbgreen .pbhead {
	
	padding-top:0px;
}

.pbred .pbhead h2, .pbblue .pbhead h2  {
	color:white;
	font-size:40px;
	line-height:90%
}

.pbgreen .pbhead h2 {
	color:white;
	font-size:60px;
	line-height:90%
}

.pbhead b  {
	color:white;
	font-size:22px;
	line-height:80%;
	
}

.pbhead{
	text-align:center;
}

.pbred ul, .pbgreen ul, .pbblue ul{
	text-align:left;
	list-style-type: none;
	padding: 0;
	margin: 33px 0 0 30px ;
}

.pbgreen ul{
	margin: 70px 0 0 30px ;
}

.planbox li{
	background-repeat: no-repeat;
	background-position: .4em;
	padding-left: 1.6em;
}

.pbred li {
	line-height:160%;
	color:#808080;
	font-size:15px;
	background-image: url('/img/box/chk-r.png');
}

.pbgreen li {
	line-height:160%;
	color:#808080;
	font-size:17px;
	background-image: url('/img/box/chk-g.png');
}

.pbblue li {
	line-height:160%;
	color:#808080;
	font-size:15px;
	background-image: url('/img/box/chk-b.png');
}


.planbox .pbextra {
	color:red;
}

.planbox .small {
	font-size:13px;
}

.planbox td{
	text-align:center;
}

div.icenter {text-align:center;}
div.ileft {float:left; clear:both;}
div.iright {float:right; clear:both;}
div.i {}

div.clients img {
	padding: 6px 4px;
}