/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/
/* Global Classes
=====================================================================*/
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.pad10 {
	padding: 10px;
}
.bodytext span:first-child {
	color:#F77001;
}
.white {
	color: #fff;
}
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	background: #3F5D7F url(../img/bg-body.jpg);
	margin-top: 8px;
	font-family: 'Gill Sans', arial, sans-serif;
	font-size: 14px;

}
#header {
	height: 150px;
}
a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

#logo {
	background:url('../img/sephone-logo.png') no-repeat;
	width:247px;
	height:80px;
	margin: 5px 0 0 5px;
	text-align: left;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
}
#logo h1 a {
	display: block;
	height: 80px;
	outline: none;
	text-indent: -9999px;
	width: 247px;
}
#address {
	height: 28px;
	padding-top: 0px;
	font-size: 12px;
}
#top {
	height: 95px;
}
#topnav {
	height: 28px;
	text-align: right;
	float:right;
}
#primary-navigation {
	float: right;
}

/* Social Media Icons
=====================================================================*/
#social-media {
position: relative;
top:-3px;
}
.rss {
	background:url("../img/social-media.png") no-repeat scroll 0 0 transparent;
}
.facebook {
	background:url("../img/social-media.png") no-repeat scroll 0 -16px transparent;
}
.linkedin {
	background:url("../img/social-media.png") no-repeat scroll 0 -32px transparent;
}
.technorati {
	background:url("../img/social-media.png") no-repeat scroll 0 -48px transparent;
}
.youtube {
	background:url("../img/social-media.png") no-repeat scroll 0 -64px transparent;
}
.twitter {
	background:url("../img/social-media.png") no-repeat scroll 0 -80px transparent;
}
.wordpress {
	background:url("../img/social-media.png") no-repeat scroll 0 -96px transparent;
}
.rss, .facebook, .linkedin, .technorati, .youtube, .twitter, .wordpress {
	float:right;
	margin:0px 5px 5px 0;
	padding:0;
	height:16px;
	width:16px;
}
.rss a, .facebook a, .linkedin a, .technorati a, .youtube a, .twitter a, .wordpress a {
	display:block;
	height:16px;
	outline:medium none;
	text-indent:-9999px;
	width:16px;
}
/* Navigation
=====================================================================*/
a.addylink:link, a.addylink:active, a.addylink:visited {
	color: #fff;
	text-decoration: none;
}
a.addylink:hover {
	color: #fff;
	text-decoration: none;
}
a.rsslink:link, a.rsslink:active, a.rsslink:visited {
	color: #334C67;
	text-decoration: none;
	font-weight: bold;
}
a.rsslink:hover {
	color: #F77001;
	text-decoration: none;
	font-weight: bold;
}
a.content-rsslink:link, a.content-rsslink:active, a.content-rsslink:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a.content-rsslink:hover {
	color: #F77001;
	text-decoration: none;
	font-weight: bold;
}
/*MENU*/
ul#prinav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#prinav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#prinav li a {
	background: none;
	float: left;
	height: 24px;
	margin: 23px 15px 20px 15px;
	color: #fff;
	font-size:26px;
	text-decoration: none;
	padding: 10px 10px 0px 10px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
ul#prinav li a.none:hover   {
	float: left;
	height: 24px;
	margin: 23px 15px 20px 15px;
	color: #F46D02;
	font-size:26px;
	text-decoration: none;
	-webkit-border-top-left-radius: none;
	-webkit-border-top-right-radius: none;
	-moz-border-radius-topleft: none;
	-moz-border-radius-topright: none;
	border-top-left-radius: none;
	border-top-right-radius: none;
	background: none;
	padding: 10px 10px 0px 10px;
}
ul#prinav li .active {
float: left;
	height: 24px;
	margin: 23px 15px 20px 15px;
	color: #F46D02;
	font-size:26px;
	text-decoration: none;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: #fff;
	padding: 10px 10px 0px 10px;
}
ul#prinav li .sub a {
	float: left;
	height: 44px;
	color: #fff;
	font-size:17px;
	text-decoration: none;
	margin: 0;
	background: none;
	-webkit-border-top-left-radius: none;
	-webkit-border-top-right-radius: none;
	-moz-border-radius-topleft: none;
	-moz-border-radius-topright: none;
	border-top-left-radius: none;
	border-top-right-radius: none;
}
ul#prinav li .sub {
	position: absolute; /*--Important--*/
	top: 57px; /*left: 0;*/
	background:#fff; 
	padding: 20px 20px 20px;
	float: left;
	z-index: 9999;
	margin: 0;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-bottom: 15px;
	-moz-box-shadow: 1px 1px 5px #888;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#prinav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#prinav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#prinav .sub ul li {
	width: 85%; /*--Override parent list item--*/
	color: #fff;
}
ul#prinav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#prinav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #3f5d7f;
}
ul#prinav .sub ul li a {
	float: none;
	/*text-indent: 0; --Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #333;
}
ul#prinav .sub ul li a:hover {
	color: #ddd;
}
/*TOP NAV */
#topnavigation {
   list-style: none;
   margin: 0; padding: 0;
   font-size: 12px;
}
#topnavigation li {
	display: inline;
   margin-left: 7px;
   margin-right: 7px;
}
#topnavigation li a {
   display: inline;
   text-align: center;
   color: #FFF;
   padding: 3px 0;
   text-decoration: none;
}
#topnavigation li a:hover {
   color: #FFF;
   text-decoration: none;
}

/* Mega Menu
=====================================================================*/

ul#prinav .sub ul li.excerpt {
	color: #333;
	font-size: 11px;
	padding: 5px;
	font-family: arial;
	height: 180px;
}
.offscreen {
	text-indent: -9999px;
}
.subproducts {
	position: absolute;
	left:-270px;
}
.substarted {
	position: absolute;
	left:-105px;
}
.subservices {
	position: absolute;
	left:-295px;
}
ul#prinav li .substarted ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 230px;
	float: left;
}
ul#prinav .substarted ul li {
	width: 99%; /*--Override parent list item--*/
	color: #fff;
}


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
	color:#F77001;
}

h2 {
	font-size: 18px;
	color:#436EA2;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.box {
background: #FFF;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-webkit-box-shadow: 0px 0px 5px #000000;
-moz-box-shadow: 0px 0px 5px #000000;
box-shadow: 0px 0px 5px #000000; 
margin-top: 10px;
}

a {
color:#336699;
text-decoration:underline;
}
a:hover {
color:#E75121;
}
img {
	margin-top: 10px;
}
.navigation {
	position: relative;
	top: 40px;
	left: 80px;
}
.big {
font-size: 48px;
}
.right {
text-align: right;
}
.smtxt {
color:#fff;
font-size: 10px;
} 
