@charset "utf-8";

/* Global Reset */
/* --------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
:focus {
	outline: 0;
}

/* Body Content */
/* --------------------------------------------------------*/

img, div { behavior: url(../pngfix/iepngfix.htc) }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #0B283A;
	text-align: center;
	color: #000;
}

.links a {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
	decoration: none;
}


.page {
	width: 700px;
	margin: 0 auto;
}
#container {
	text-align: left;
	float: left;
	width: 100%;
	background: url(images/netconcepts-xmas-09-bk.jpg) no-repeat center top;
	min-height: 1000px;
}
#header {
	float: left;
	width: 100%;
	height: 220px;
	overflow: hidden;
	text-align: center;
}
#header h1 {
	margin: 0;
	padding: 10px 0;
}
#header h2 {
	margin: 0; 
	padding: 142px 0px 0px 0px; 
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5dc4fc;
	font-weight:bold;
}
#header p {
	margin: 0; 
	padding: 6px 0px 0px 0px; 
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight: normal;
}
.content {
	float: left;
	width: 100%;
	height: 287px;
	padding: 120px 0 0;
}
#slider {
	width: 480px;
	margin: 0 auto;
	position: relative;
}
.scroll {
	width: 350px;
	clear: left;
	position: relative;
	text-align: center;
	margin-left: 50px;
}
.panel {
	text-align: center;
	padding: 20px;
	width: 340px;
	height: 100px;
}
.panel p {
	color:#1c5e1d;
	font-size:11px;
	padding: 10px 0 0;
	text-align:center;
}
.panel p strong {
	font-weight: bold;
}
.panel p img {
	padding-right: 3px;
}
.panel .input {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	width:125px;
	padding: 3px;
	border-color:#D6DEE5 #EAEAEA #EAEAEA #D6DEE5;
	border-style:solid;
	border-width:1px;
}
.panel .input:hover,
.panel .input:focus {
	background: #FFF9E3;
	color: #444;
}
.scrollButtons {
	cursor:pointer;
	position:absolute;
	top:40px;
}
.scrollButtons.left {
	top:40px;
	left: 0;
}
.scrollButtons.right {
	top:40px;
	right: 0;
}
#slider .before {
	width:59px;
	height:61px;
	background:url(images/left-arrow.png) no-repeat 0 0;
}
#slider .before:hover {
	background:url(images/left-arrow-hover.png) no-repeat 0 0;
}
#slider .after {
	width:59px;
	height:61px;
	background:url(images/right-arrow.png) no-repeat 0 0;
	float:right;
}
#slider .after:hover {
	background:url(images/right-arrow-hover.png) no-repeat 0 0;
}

.navigation {
	text-align:center;
	width: 100%;
	float: left;
	clear: both;
	margin: 80px 0 0;
}
.navigation li {
	display: inline;
	padding-right: 8px;
	background:url(images/bar-spacer.gif) no-repeat right 7px;
}
.navigation li.last {
	padding-right: 0;
	background:none;
}
.navigation a {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #585656;
	font-weight:bold;
	text-decoration:none
}
.navigation a:hover,
.navigation a.selected {
	font-size:11px;
	color: #E8464A;
	font-weight:bold;
	text-decoration:underline;
}

#footer {
	float: left;
	width: 100%;
	padding-left: 110px;
	margin: 100px 0 0;
}
#footer li {
	float: left;
	padding-right: 10px;
}
#footer li a {
	height:83px;
}
#footer #button1 a {
	width:156px;
	background:url(images/button-friend.png) no-repeat 0 0;
}
#footer #button2 a {
	width:151px;
	background:url(images/button-twitter.png) no-repeat 0 0;
}
#footer #button3 a {
	width:157px;
	background:url(images/button-fb.png) no-repeat 0 0;
}
#footer #button1 a:hover {
	background:url(images/button-friend-on.png) no-repeat 0 0;
}
#footer #button2 a:hover {	
	background:url(images/button-twitter-on.png) no-repeat 0 0;
}
#footer #button3 a:hover {
	background:url(images/button-fb-on.png) no-repeat 0 0;
}

.btn {
	border:0 none;
	cursor:pointer;
	float:left;
	text-indent:-9999em;
}