html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 12pt;
	background-color: white;
	background-image: url(../images/body_tile.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	border-top: 4px solid #1a1a1a;
}

h1, h2, h3, h4 {
	font-family: "myriad pro", helvetica, arial, sans serif;
	font-weight: normal;
}

form {
	margin: 0px;
	padding: 0px;
}

textarea {
	resize: none;
}

.tickercontainer {
	position: absolute;
	top: -129px;
	left: -204px;
	width: 100%;
	height: 125px;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	overflow: hidden;
	background-color: black;
}

.tickercontainer>.mask {
	position: relative;
	overflow: hidden;
}

ul.newsticker {
	position: relative;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.newsticker>li {
	float: left;
	margin: 0px;
	padding: 0px 1px 0px 1px;
}

ul.newsticker>li>a {
	display: block;
}

.tickerShadow {
	position: absolute;
	left: 0px;
	top: -10px;
	width: 100%;
	height: 10px;
	background-image: url(../images/film_shadow.png);
}

.header {
	position: relative;
	width: 960px;
	height: 370px;
	margin: 0px auto 0px auto;
}

.header>.logo {
	position: absolute;
	display: block;
	top: 40px;
	left: 20px;
	width: 292px;
	height: 123px;
	background-image: url(../images/netstant_logo.png);
}

.header>.menu {
	position: absolute;
	top: 70px;
	right: 20px;
	width: 464px;
	height: 55px;
	background-image: url(../images/menu_bar.png);
}

.header>.menu>a {
	position: relative;
	float: left;
	width: 90px;
	height: 50px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.header>.menu>a:hover {
	background-position: left top;
}

.header>.menu>a>.new {
	position: absolute;
	top: 1px;
	right: -3px;
	width: 39px;
	height: 39px;
	background-image: url(../images/menu_new.png);
}

.header>.menu>a[title~="Home"] {
	margin-left: 8px;
	background-image: url(../images/menu_home.png);
}

.header>.menu>a[title~="Contact"] {
	background-image: url(../images/menu_contact.png);
}

.header>.menu>a[title~="Support"] {
	background-image: url(../images/menu_support.png);
}

.header>.menu>a[title~="Portfolio"] {
	background-image: url(../images/menu_portfolio.png);
}

.header>.menu>a[title~="Articles"] {
	background-image: url(../images/menu_articles.png);
}

.header>.iconMenu {
	position: relative;
	width: 960px;
	height: 167px;
	top: 275px;
	background-image: url(../images/wave.png);
	background-position: 40px top;
	background-repeat: no-repeat;
}

.header>.iconMenu>a {
	position: relative;
	display: block;
	top: -75px;
	float: left;
	width: 132px;
	height: 115px;
	z-index: 1;
	cursor: pointer;
}

.header>.iconMenu>a[title~="NetBasic"] {
	background-image: url(../images/main_button_net_basics.png);
}

.header>.iconMenu>a[title~="NetStore"] {
	background-image: url(../images/main_button_net_store.png);
}

.header>.iconMenu>a[title~="NetRep"] {
	background-image: url(../images/main_button_net_rep.png);
}

.header>.iconMenu>a[title~="NetFeed"] {
	background-image: url(../images/main_button_net_feed.png);
}

.header>.iconMenu>a[title~="NetTools"] {
	background-image: url(../images/main_button_net_tools.png);
}

.header>.iconMenu>a[title~="NetHost"] {
	background-image: url(../images/main_button_net_host.png);
}


.header>.iconMenu>a[title~="netBasics"] {
	background-image: url(../images/net_basics_icon_large.png);
}

.header>.iconMenu>a[title~="netShow"] {
	background-image: url(../images/net_show_icon_large.png);
}

.header>.iconMenu>a[title~="netStore"] {
	background-image: url(../images/net_store_icon_large.png);
}

.header>.iconMenu>a[title~="netStream"] {
	background-image: url(../images/net_stream_icon_large.png);
}

.header>.iconMenu>a[title~="netFeed"] {
	background-image: url(../images/net_feed_icon_large.png);
}

.header>.iconMenu>a[title~="netApps"] {
	background-image: url(../images/net_apps_icon_large.png);
}

.contentBody {
	position: relative;
	width: 960px;
	min-height: 800px;
	margin: 0px auto 0px auto;
}

.bodyDivider {
	position: relative;
	width: 800px;
	height: 2px;
	margin-left: 20px;
	background-image: url(../images/body_divider.png);
}

.clients {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 960px;
	height: 135px;
	list-style-type: none;
}

.clients>li {
	float: left;
	height: 115px;
	background-position: center center;
	background-repeat: no-repeat;
}

.clients>li>a {
	display: block;
}

.clients>li>a>img {
	opacity: 0;
}

.clients>li.divider {
	float: left;
	width: 1px;
	height: 135px;
	padding: 0px 24px 0px 24px;
	background-image: url(../images/client_logos/divider.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.footer {
	background-color: #202020;
	padding: 50px 0px 20px 0px;
	margin-top: 50px;
	color: #cccccc;
	font-family: myriad pro, helvetica, arial, sans serif;
}

.footer>form {
	position: relative;
	width: 960px;
	margin: 0px auto 0px auto;
}

.footer>form>dl {
	float: left;
	margin-top: 0px;
	padding: 10px;
	overflow: hidden;
}

.footer>form>dl[title~="Login"] {
	width: 180px;
	min-height: 213px;
	border-radius: 5px;
	background-color: #161616;
	color: white;
}

.footer>form>dl>dt {
	font-size: 135%;
}

.footer>form>dl>dd {
	margin-left: 0px;
	margin-top: 8px;
	color: #666666;
}

.footer>form>dl>dd>input {
	padding: 5px;
	border: 0px;
	border-radius: 5px;
}

.footer>form>dl>dt>a, .footer>form>dl>dd>a {
	color: #cccccc;
	text-decoration: none;
}

.footer>form>dl>dd>a {
	color: #727272;
}

.footer>form>dl>dt>a:hover, .footer>form>dl>dd>a:hover {
	text-decoration: underline;
}

.footer>form>dl>dd>a.snIcon {
	display: block;
	width: 32px;
	height: 32px;
	background-position: left top;
}

.footer>form>dl>dd>a.snIcon:hover {
	background-position: left bottom;
}

.missionStatement {
	margin: 50px auto 0px auto;
	width: 800px;
	height: 308px;
	background-image: url(../images/developer_casual_dress.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.slideShowBorder {
	width: 800px;
	background-color: #d8d8d8;
	background-position: left top;
	background-repeat: repeat-x;
	padding: 1px;
	margin: 20px auto 20px auto;
}

.yourBizNeedsBasics {
	position: absolute;
	top: 75px;
	left: 140px;
	width: 176px;
	height: 170px;
	background-image: url(../images/main_button_net_basics.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.yourBizNeedsStore {
	position: absolute;
	top: 75px;
	left: 390px;
	width: 176px;
	height: 170px;
	background-image: url(../images/main_button_net_store.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.yourBizNeedsRep {
	position: absolute;
	top: 75px;
	left: 640px;
	width: 176px;
	height: 170px;
	background-image: url(../images/main_button_net_rep.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.enlargeImageBox {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url(../images/large_image_bg.png);
	background-repeat: repeat;
	z-index: 100;
}

.enlargeImageBoxLoading {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0px;
	color: white;
	text-align: center;
}

.enlargeImageBoxImage {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-repeat: no-repeat;
}

.enlargeImageBoxClose {
	position: absolute;
	width: 67px;
	height: 18px;
	top: 15px;
	right: 15px;
	background-image: url(../images/large_image_close.png);
	cursor: pointer;
}

.portfolioEntry {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 20px;
	border-top: 1px solid #EBEDF1;
	font-size: 10pt;
}

.portfolioThumbShadow {
	position: relative;
	float: left;
	width: 250px;
	height: 156px;
	padding: 16px;
	background-image: url(../images/thumb_shadow.png);
}

.portfolioThumb {
	display: block;
	position: relative;
	width: 250px;
	height: 156px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.portfolioThumbIcon {
	position: absolute;
	width: 104px;
	height: 85px;
	bottom: -20px;
	right: -20px;
	background-position: center center;
	background-repeat: no-repeat;
}

.portfolioTitle {
	font-size: 14pt;
	font-weight: bold;
}

.portfolioDomain {
	color: #9A9A9A;
}

.portfolioCategory {
	color: #9A9A9A;
}

.portfolioDescription {
	margin-top: 10px;
	width: 370px;
	color: #333;
}

.portfolioFeature {
	position: relative;
	width: 150px;
	background-color: #545454;
	background-image: url(../images/grey_panel_tile.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 2px;
	color: white;
}

.portfolioFeatureTick {
	position: absolute;
	right: -13px;
	bottom: 5px;
	width: 88px;
	height: 72px;
	background-image: url(../images/feature_tick.png);
}

.portfolioHeading {
	padding: 60px 0px 40px 0px;
	text-align: center;
	font-size: 35pt;
	font-weight: normal;
}