@charset "utf-8";

/* DOM elements initial setup */
body {
	background-color: #1d1d1d;
	background-image: url(images/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

a {
	color: #000;
	text-decoration: none;
}
a :visited {
	color: #000;
}

a:active {
	color: #000;
}

a:hover {
	text-decoration: underline;
}

#site-wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	overflow: auto;
}
#header {
	padding-top: 35px;
}
#header #menu {
	background-image: url(images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
}
#header #menu #logo {
	background-image: url(images/feather-icon.png);
	background-repeat: no-repeat;
	height: 95px;
	width: 105px;
	position: absolute;
	margin-left: 10px;
	margin-top: -20px;
	z-index: 5;
}
#header #menu #name {
	background-image: url(images/simplynative.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 73px;
	width: 250px;
	margin-left: 125px;
}
#nav   {
}
#nav ul {
	width: 560px;
	height: 65px;
}
#nav li {
	float: left;
	list-style-type: none;
	width: 24%;
	text-align: center;
	margin-top: 26px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#nav li:first-child {
	border-left-style: none;
}
#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
#nav li a:hover {
	color: #E10000;
	text-transform: uppercase;
	font-weight: bolder;
}
#nav li a.active {
	font-weight: bolder;
	text-transform: uppercase;
	color: #E10000;
}
#scroll-pane {

}
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#scroller .scrollable{
	overflow:hidden;
	width: 960px;
	height:200px;
	position: relative;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#scroller .scrollable .items{
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}
/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
#scroller .items div{
	float:left;
	z-index: -200;
	position: relative;
}
/* position and dimensions of the navigator */
#scroller .navi{
	margin-left:450px;
	width:200px;
	height:20px;
	position: absolute;
	margin-top: -16px;
}
/* items inside navigator */
#scroller .navi a{
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background-image: url(images/jquery-tools/arrow/navigator.png);
	display:block;
	font-size:1px;
}
/* mouseover state */
#scroller .navi a:hover {
	background-position:0 -8px;      
}
/* active state (current page state) */
#scroller .navi a.active {
	background-position:0 -16px;     
}
#home {
	min-height: 550px;
}
#home .packages .pricing {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#home .packages .pricing .price {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	padding-left: 11px;
}
#home .packages .num  {
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
}
#home .packages .desc {
	font-size: 12px;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 12px;
	margin-top: -10px;
}
#home .rss-item {
	margin-bottom: 13px;
}
#home .rss-item .title {
	font-weight: bolder;
	margin-bottom: 2px;
}
#home .rss-item .body {
	color: #CCC;
}


#packages {
	min-height: 550px;
}
#packages .packages .info {
	width: 850px;
	overflow: auto;
	padding-left: 65px;
	background-repeat: no-repeat;
	background-position: left center;
}
#packages .packages .desc {
	color: #666;
	padding-bottom: 3px;
}



#packages .packages .list {
	list-style-type: none;
	display: inline;
	width: 500px;
}
#packages .packages .list li{
	float: left;
	width: 250px;
	background-image: url(images/check-mark.gif);
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left 3px;
	line-height: 25px;
	margin-left: 5px;
}
#packages .packages .price {
	display: block;
	text-align: right;
	padding-right: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
}
#packages .widgets ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#packages .widgets ul li {
	background-image: url(images/tri-bullet.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 14px;
	font-weight: bolder;
	margin-bottom: 3px;
	color: #FFF;
}
#packages .widgets ul li span {
	display: block;
	font-weight: normal;
	color: #CCC;
}
#portfolio .sites .item {
	clear: both;
	margin-bottom: 20px;
	overflow: auto;
	margin-top: 10px;
	margin-left: 10px;
}
#portfolio .sites .item img {
	padding: 8px;
	border: 1px solid #CCC;
	float: left;
	margin-right: 15px;
}
#portfolio .sites .item img:hover {
	background-color: #E5E5E5;
	cursor: pointer;
}
#portfolio .quote {
	color: #CCC;
	margin-bottom: 25px;
}
#portfolio .quote span {
	display: block;
	text-align: right;
	color: #FFF;
	padding-right: 30px;
}
#contact a {
	color: #333;
	text-decoration: none;
}
#contact a:hover {
	text-decoration: underline;
}



#contact form label {
	display: block;
	margin-bottom: 2px;
}
#contact form input {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
}
#contact form input:focus {
	background-color: #FFF;
}
#contact form textarea {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CCC;
	background-color: #EEE;
}
#contact form textarea:focus {
	background-color: #FFF;
}
#contact form .submit {
	font-weight: bolder;
	padding-right: 15px;
	padding-left: 15px;
	float: right;
	cursor: pointer;
}
#contact form .submit:hover {
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}



#site-wrapper .sites .item span {
	display: block;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
}
#site-wrapper .sites .item p {
	color: #666;
	margin-top: 5px;
}

#sub-content {
	background-image: url(images/body-reflect.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 200px;
	color: #CCC;
	overflow: auto;
	margin-bottom: 20px;
}

#sub-content  a{
	color: #FFF;
	text-decoration: none;
}
#sub-content a :visited {
	color: #FFF;
}

#sub-content a:active {
	color: #FFF;
}

#sub-content a:hover {
	text-decoration: underline;
}

#sub-content .header{
	font-size: 24px;
	color: #FFF;
}
#sub-content .desc {
	color: #CCC;
}
#sub-content .col-full {
	width: 875px;
	margin-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}

#sub-content .col1 {
	width: 400px;
	margin-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}
#sub-content .col2 {
	width: 440px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #444;
	margin-top: 25px;
	padding-right: 25px;
	padding-left: 25px;
}

#footer {
	height: 100px;
	background-color: #000;
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#footer .content {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	color: #999;
}
#footer .content .phone {
	font-size: 16px;
	color: #FFF;
}
#footer .nav {
	padding: 0px;
	list-style-type: none;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer .nav li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
}
#footer .nav li a {
	color: #FFF;
	text-decoration: none;
}
#footer .nav li a:hover {
	text-decoration: underline;
}
#footer .nav li:first-child {
	padding-left: 0px;
	border-left-style: none;
}
.tri-box-top {
	background-image: url(images/tri-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}
.tri-box-mid {
	background-image: url(images/tri-mid.png);
	background-repeat: repeat-y;
	background-position: left top;
	overflow: auto;
	padding-left: 11px;
	min-height: 250px;
}
.tri-box-mid .col {
	width: 293px;
	margin-right: 11px;
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
}
.tri-box-btm {
	background-image: url(images/tri-btm.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}
.box-top {
	background-image: url(images/box-top.png);
	height: 11px;
	background-repeat: no-repeat;
	background-position: left top;
}
.box-btm {
	background-image: url(images/box-btm.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
}
.box-inner-top {
	background-image: url(images/box-inner-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
}
.box-inner-mid {
	background-repeat: repeat-y;
	background-position: left top;
	overflow: auto;
	padding-left: 25px;
	background-image: url(images/box-inner-mid.png);
	padding-right: 25px;
}
.box-inner-mid .col-1 {
	float: left;
	width: 300px;
	margin-right: 15px;
}

.box-inner-mid .col-2 {
	float: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DADADA;
	padding-left: 15px;
}

.box-inner-btm {
	background-image: url(images/box-inner-btm.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 11px;
}
.box-inner-spacer {
	background-image: url(images/box-inner-spacer.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: 8px;
}


.float-left {
	float: left;
}
.clear {
	clear: both;
}

.check-list   {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}
.check-list li   {
	list-style-type: none;
	background-image: url(images/check-mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
	min-height: 22px;
}
.arrow-link {
	background-image: url(images/link-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 17px;
	color: #000;
	text-decoration: none;
}
.arrow-link:hover {
	background-position: 0px -14px;
	color: #333;
	text-decoration: underline;
}
.form-error {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #FF4A4A;
	background-color: #FDD;
	display: inline-block;
	margin-bottom: 10px;
}
.form-success {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #00CA00;
	background-color: #D9FFD9;
	display: inline-block;
	margin-bottom: 10px;
}

