﻿/* RESET */
html, body, 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: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus { outline: 0; }
html, body, form { height: 100%; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" ""; }
body 
{
	line-height: 1;
	color: black;
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Sans-Serif;
}
h1
{
	color: #1c6bb1;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 28px;
}
h2
{
	color: #67b0d0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
}
h3
{
	color: #67b0d0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}
a
{
	color: #1c6bb1;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
p
{
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
}

/* CLASSES */
.alignleft { text-align: left; }
.alignright { text-align: right; }
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
.button
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 20px 10px 0 0;
	background-color: #106c9b;
	border: solid 2px #282828;
	display: block;
	float: right;
}
.button a
{
	font-weight: bold;
	color: White;
	display: block;
	padding: 8px 14px;
	text-decoration: none;
	text-transform: lowercase;
}
.button a:hover
{
	-moz-border-radius:5px;
	background-color: #575757;
}
.buttonDownload
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 20px 10px 0 0;
	background-color: #269910;
	border: solid 2px #282828;
	display: block;
	float: right;
}
.buttonDownload a
{
	font-weight: bold;
	color: White;
	display: block;
	padding: 8px 14px;
	text-decoration: none;
	text-transform: lowercase;
}
.buttonDownload a:hover
{
	-moz-border-radius:5px;
	background-color: #575757;
}
.framedContent { width: 866px; margin: 0 auto; }
.extendedinputfield { width: 560px;	font-size: 14px; }
.lightGrayBar { border-top: solid 2px #dedede; }

/* NAMED ELEMENTS */
#PageWrap {	background-color: White; width: 966px; margin: 0 auto; border-right: 1px solid #dedede; border-left: 1px solid #dedede; }
#PageContent { background-color: White; min-height: 300px; }
#Header { height: 135px; border-bottom: solid 3px #282828; margin-bottom: 30px; }
#Header img { display: block; float: left; }
#Logo {	margin-top: 8px; }
#PlanetTelexInc { margin: 25px 0 25px 15px; }
#Slogan { margin: 50px 0 0 135px; }
#MainMenu { width: 660px; float: right; }
#MainMenu ul li { float: left; }
#MainMenu ul li a 
{
	display: block;
	color: White;
	text-decoration: none;
	text-transform: lowercase;
	padding: 5px 18px 8px;
	font-size: 18px;
	font-weight: bold;
}
#MainMenu_1, #MainMenu_2, #MainMenu_3, #MainMenu_4, #MainMenu_5, #MainMenu_6
{
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
#MainMenu ul li:hover {	background-color: #106c9b; }
#MainMenu .jNetMenuSeparator { width: 1px; }
#MainMenu .jNetMenuItem { background-color: #282828; }
#MainMenu .jNetMenuCurrentItem { background-color: #575757; }
#Footer { padding-top: 10px;	background-color: White; height: 45px; border-bottom: solid 1px #dedede; }
#Footer .framedContent { border-top: solid 1px #eeeeee; padding-top: 4px; }
#Footer span { color: #828282; display: block; padding-top: 5px; font-size: 15px; }
#Footer a { color: #282828; text-decoration: none; text-transform: lowercase; }
#Footer a:hover { text-decoration: underline; }
