/***********************************************************************************
 * Reset CSS based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ *
 ***********************************************************************************/
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote p:before, blockquote p:after,
q:before, q:after {
	content: '"';
}
blockquote, q {
	quotes: "" "";
}

/***********************************************************************************
 * Custom CSS                                                                      *
 ***********************************************************************************/

body {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 130%;
	background: #F7F6F3;
	color: #333;
	margin: 0px;
	padding: 0px;
}

blockquote {
	margin:5px 20px;
	margin-top:5px;
	font-style:italic;
}

h2 {
	font-family: Georgia,"Times New Roman",serif;
	font-style: italic;
	color: #000;
	padding: 10px 0 10px;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: bold;
}

h3 {
	font-family: Georgia,"Times New Roman",serif;
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	padding: 10px 10px 0 0px;
	color: #000;
}

h3 small {
	font-size: 90%;
}

h4 {
	font-family: Georgia,"Times New Roman",serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	padding: 15px 10px 0px 0px;
	margin-bottom:-8px;
	color: #333;
	border-bottom:2px solid #DDD;
}


p {
	margin: 12px 0;
}

ol {
	list-style-type: decimal;
	padding-left:20px;
	margin:12px;
}

a {
	color: #7E0000;
	//font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#main ul {
	margin:10px;
	margin-left:20px;
}

#main ul li {
	list-style-type:circle;
}

#main strong {
	font-weight:bold;
}

#page {
	width: 850px;
	margin: 0 auto;
	padding: 0 90px 50px 90px;
}

#top {
	_background: url(../img/header-bg-black.png) repeat-x;
	_background: url(../img/header-bg-blue.png) repeat-x;
	_background: url(../img/header-bg-fibre-blue.png) repeat-x;
	_background: url(../img/header-bg-fibre-black.png) repeat-x;
	background: url(../img/header-bg-fibre-grey.png) repeat-x;
}

#footer {
	background: #E7E6E3;
	color: #666;
	border-top: 1px solid #D4D4D4;
	font-size: 11px;
	padding: 55px 0;
	text-align: center;
	font-size: 13px;
}
#footer p {
	margin: 0 auto;
	width: 450px;
}

#header {
	width: 850px;
	margin: 0 auto;
	height: 119px;
}

#header {
	position: relative;
	_padding: 20px 0;
	_background: url(../img/header-center-bg.png) repeat-x;
}
#header h1 {
	position: absolute;
	top: 10px;
	left: -8px;
}
#header h1 a {
	background: url(../img/logo-18.png) no-repeat -5px 0px;
	display: block;
	height: 50px;
	width: 200px;
}

#header h1 a span {
	display: none;
}

#header h1 em {
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2px;
	font-weight: bold;
	padding-left: 8px;
	color: #777;
}

#description {
	position: absolute;
	right: 0;
	text-align: right;
	top: 20px;
	width: 450px;
	color: #ccc;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	text-align: right;
	padding-right: 20px;
}

#navigation {
	position: absolute;
	top: 64px;
	right: 0;
	list-style: none;
	background: url(../img/nav-bg.png);
	padding: 15px;
}

#navigation li {
	display: inline;
	margin-bottom: -1px;
}

#navigation li a {
	color: #444;
	font-size: 12px;
	padding: 5px 10px 4px 7px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
}

#navigation li a:hover {
	background: #fff;
	color: #BA432C;
}

#navigation li a.active {
	background: #b41919;
	_background: #7E0000;
	color: #fff;
}

#leftside {
	width: 550px;
	float: left;
}

#rightside {
	width: 300px;
	float: right;
}

#main {
	margin-top: 20px;
}

#sidebar {
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: 80px;
	background: #E7E6E3;
	padding: 0 10px 1px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#sidebar .box {
	margin-bottom: 10px;
	border-top: 1px solid #D4D4D4;
}

#sidebar .box:first-child {
	border-top: none;
}

#sidebar .box p {
	font-size: 12px;
	margin: 0;
}

#sidebar .box h3 {
	margin: 0;
	padding-bottom: 4px;
}

.employee {
	position: relative;
	margin-bottom:20px;
	min-height: 190px;
}

.employee div {
	margin-left: 240px;
}

.employee h3 {
	background-color:#BBB;
	font-weight: bold;
	font-size: 16px;
	color: #555;
	margin:30px 0 7px 0;
	padding:4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.employee h3 span {
	float:right;
	color:#EEE;
	font-size:13px;
	font-weight:normal;
}

.employee img {
	font-family: Georgia,"Times New Roman",serif;
	padding-right:10px;
	float: left;
	clear:both;
}

#partners li {
	margin-bottom:6px;
}

#partners span {
	color:#999;
	font-style:italic;
}

#partners em {
	font-weight:bold;
}

.product-box {
	background-color:#BBB;
	width:98%;
	padding:10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.product-box p {
	padding-top:20px;
	clear:both;
}

.product img {
	float:right;
}

.clearer {
	clear:both;
}

#customers img {
	margin: 5px;
	border: 8px solid #D4D4D4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.show-more-customers {
	text-align:center;
	font-size:1.4em;
	background-color:#DDD;
	padding:8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.aptoma-red {
	color:#900;
}

.aptoma-black {
	color:#000;
}

.stories {
	margin-bottom:30px;
}
.stories h3 {
	clear:both;
	font-weight:bold;
}

.stories p>b {
	font-size:1em;
	color: #999;
	font-style:normal;
}

.stories h3 {
	margin-top:30px;
}
.stories p {
	font-size:1.2em;
	line-height:1.4em;
	font-style:italic;
}

.stories .tags {
	font-size:1em;
	color: #999;
}

.stories .tags a {
	color:#DAA;
}

.stories .tags b {
	color:#AAA;
}

.tags:hover a {
	color:#7E0000;
}

.tags:hover b, p.tags:hover {
	color:#333;
}


.stories .customer-img {
	float:right;
	margin: 5px;
	border: 8px solid #D4D4D4;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}


#follow-us li a {
	padding: 0 0 4px 30px;
	line-height: 24px;
	display: block;
	font-size: 12px;
}

.feed-link {
	background: url(../img/feed.png) no-repeat;
}

#twitter-link {
	background: url(../img/twitter.png) no-repeat;
}

#facebook-link {
	background: url(../img/facebook.png) no-repeat;
}

#about ul {
	list-style-type:circle;
	padding-left:10px;
	margin-left:10px;
}

#login table {
	margin-left:0px;
}
#login label {
	color:#777;
}
#login td {
	padding:4px;
}
#login input.text {
	width:95px;
}
.error {
	border: 3px solid #F55;
	padding:5px;
	background-color:#F99;
	margin-bottom:10px;
	display:inline-block;
}

.some-space {
	clear:both;
	padding: 5px;
}

#blog-search {
	     float:right;
}

#blog .date {
	color: #999;
	font-size: 11px;
}

.standard-table {
	width:100%;
	background-color:#DDD;
}
.standard-table tr {
}
.standard-table th {
	font-weight:bold;
}
.standard-table td {
	margin:3px;
}
.standard-table th, .standard-table td {
	padding:10px 10px;
}

.support-text {
	line-height:25px;
	font-size:20px;
	font-weight:normal;
	color:#666;
}

#partner-list {
	background-color:#DDD;
	padding-bottom:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#partner-list table {
}
#partner-list td {
	padding:5px;
	width:50%;
}

.half {
	width:45%;
	margin:10px;
	float:left;
}

.half.alternate {
	background-color:#DDD;
	color:#333;
	padding:15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.video-playback {
	margin-top:10px;
	padding:10px 3px;
	background-color:#DDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:center;
}