/* STYLESHEET FILE DESCRIPTION: Styles for Startups special page  */

/* GENERAL
#########################################*/
.sidenote {
	opacity: 0.5;
	position: absolute;
}

/* Section title */
.sectitle .sep-left,
.sectitle .sep-right {
	width: 387px;
	margin-top: 5px;
	border-top: 1px solid #fff;
	opacity: 0.5;
	position: absolute;
}

.sectitle .sep-right {margin-left: 693px;}

.sectitle .title {
	font-family: BasefontBoldItalic;
	text-transform: uppercase;
	font-size: 18px;
	color: #d2d920;
	text-align: center;
}

.sectitle .subtitle {
	margin-top: 5px;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
}


/* INTRO
#########################################*/
#intro {
	margin-top: 150px;
	background: url('../sections/startups/intro-image.png') no-repeat 60px 0;
}

/* Side notes */
#intro .sidenotes-1 {
	width: 89px;
	height: 82px;
	margin: 20px 0 0 840px;
	background: url('../sections/startups/intro-sidenotes-1.png') no-repeat;
}

#intro .sidenotes-2 {
	width: 242px;
	height: 169px;
	margin: 380px 0 0 820px;
	background: url('../sections/startups/intro-sidenotes-2.png') no-repeat;
}

#intro .sidenotes-3 {
	width: 146px;
	height: 151px;
	margin: 320px 0 0 0;
	background: url('../sections/startups/intro-sidenotes-3.png') no-repeat;
}

/* Heading */
#intro .heading {
	padding-top: 40px;
	margin-left: 500px;
	font-family: BasefontThin;
	text-transform: uppercase;
}

#intro .heading .special {
	padding: 6px 5px 1px 5px;
	font-size: 20px;
	color: #005ca3;
	background-color: #cfd722;
	border-radius: 4px;
	display: inline-block;
}

#intro .heading .forstartups {
	margin: 10px 0 0 0px;
	font-size: 40px;
	color: #cfd722;
}

/* Intro text */
#intro .introtext {
	width: 400px;
	margin: 20px 0 0 500px;
}

#intro .introtext p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 21px;
}

#intro .introtext p strong {font-family: Bold;}

/* For partners */
#intro .for {
	height: 140px;
	margin: 25px 0 0 500px;
}

#intro .for .label {
	margin-left: 120px;
	margin-bottom: 15px;
	font-family: Italic;
}

#intro .for a {
	margin-right: 15px;
	display: inline-block;
}

/* We are text */
#intro .wearetext {
	width: 660px;
	margin: 20px 0 0 150px;
}

#intro .wearetext p {
	font-size: 16px;
	line-height: 21px;
}


/* HOSTING
#########################################*/
#hosting {margin-top: 60px;}

/* Side notes */
#hosting .sidenotes-1 {
	width: 153px;
	height: 191px;
	margin: 25px 0 0 910px;
	background: url('../sections/startups/hosting-sidenotes-1.png') no-repeat;
}

/* Packages */
#hosting .packages {
	height: 360px;
	margin-top: 30px;
}

#hosting .package {
	position: absolute;
}

#hosting .package .logo,
#hosting .package .specs,
#hosting .package .cpu,
#hosting .package .ram,
#hosting .package .hdd,
#hosting .package .plus1,
#hosting .package .plus2,
#hosting .package .box,
#hosting .package .order {position: absolute;}

#hosting .package .box {
	width: 240px;
	height: 305px;
	background: url('../sections/startups/hosting-package.png') no-repeat;
	position: absolute;
}

#hosting .package .logo {
	width: 46px;
	height: 216px;
	margin: 40px  0 0 168px;
	background: url('../sections/startups/hosting-logo-l.png') no-repeat;
	z-index: 30;
}

#hosting .package .specs {
	width: 86px;
	height: 126px;
	margin: 34px 0 0 24px;
	background: url('../sections/startups/hosting-specs.png') no-repeat;
	z-index: 25;
}

#hosting .package .cpu,
#hosting .package .ram,
#hosting .package .hdd,
#hosting .package .plus1,
#hosting .package .plus2 {
	width: 105px;
	margin-left: 26px;
	color: #005ca3;
}

#hosting .package .cpu {margin-top: 4px;}
#hosting .package .ram {margin-top: 28px;}
#hosting .package .hdd {margin-top: 53px;}
#hosting .package .plus1 {margin-top: 87px;}
#hosting .package .plus2 {margin-top: 111px;}

#hosting .package .order {margin: 294px 0 0 68px;}

	/* S */
#hosting .package.startup-s {margin-left: 190px;}

#hosting .package.startup-s .box {
	margin-top: 28px;
	-ms-transform: scale(0.75,0.75);
    -webkit-transform: scale(0.75,0.75);
    transform: scale(0.75,0.75);
}

#hosting .package.startup-s .logo {
	width: 35px;
	height: 163px;
	margin: 94px  0 0 157px;
	background: url('../sections/startups/hosting-logo-s.png') no-repeat;
	z-index: 30;
}

#hosting .package.startup-s .specs {
	height: 110px;
	margin: 93px 0 0 49px;
}

	/* M */
#hosting .package.startup-m {margin-left: 425px;}

#hosting .package.startup-m .box {
	margin-top: 12px;
	-ms-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
}

#hosting .package.startup-m .logo {
	width: 41px;
	height: 194px;
	margin: 63px  0 0 164px;
	background: url('../sections/startups/hosting-logo-m.png') no-repeat;
	z-index: 30;
}

#hosting .package.startup-m .specs {margin: 60px 0 0 36px;}

	/* L */
#hosting .package.startup-l {margin-left: 686px;}

/* Limits */
#hosting .limits {
	width: 620px;
	height: 116px;
	margin: 20px 0 0 230px;
	background: url('../sections/startups/hosting-icon.png') no-repeat;
}

#hosting .limits p {
	padding: 20px 0 0 125px;
	font-size: 14px;
	line-height: 19px;
}

#hosting .limits p strong {font-family: Bold;}


/* DEDICATED
#########################################*/
#dedicated {margin-top: 40px;}

#dedicated .sep-left,
#dedicated .sep-right {
	width: 425px;
}

#dedicated .sep-right {margin-left: 655px;}

/* Side notes */
#dedicated .sidenotes-1 {
	width: 108px;
	height: 101px;
	margin: -80px 0 0 20px;
	background: url('../sections/startups/dedicated-sidenotes-1.png') no-repeat;
}

/* Hurry */
@font-face {
    font-family: 'Handwriting';
    src: url('/images/fonts/noteworthy-light.eot');
    src: url('/images/fonts/noteworthy-light.eot?#iefix') format('embedded-opentype'),
         url('/images/fonts/noteworthy-light.woff') format('woff'),
         url('/images/fonts/noteworthy-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

#dedicated .hurry {
	margin: 30px 0 40px 0;
	text-align: center;
	font-family: Handwriting;
	font-size: 24px;
}

#dedicated .hurry em {
	width: 30px;
	height: 36px;
	margin: -5px 0 0 -31px;
	background: url('../sections/startups/dedicated-units.png') no-repeat;
	display: inline-block;
	position: absolute;
	
}

/* Servers */
#dedicated .servers {
	height: 380px;
	text-align: center;
}

#dedicated .server {
	width: 200px;
	height: 365px;
	background: url('../sections/startups/dedicated-server.png') no-repeat 50% 10px;
	border-right: 1px solid rgba(255,255,255,0.3);
	display: inline-block;
}

#dedicated .server.s-5 {border-right: none;}

#dedicated .server .number {
	width: 5px;
	height: 10px;
	margin: 22px 27px;
	background: url('../sections/startups/dedicated-numbers.png') no-repeat;
	position: absolute;
	z-index: 20;
}
	
	/* Specs */
#dedicated .server .specs {
	width: 180px;
	height: 180px;
	margin: 70px 0 0 10px;
	background: url('../sections/startups/dedicated-specs.png') no-repeat 50% 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: absolute;
}

#dedicated .server .cpu,
#dedicated .server .ram,
#dedicated .server .hdd {
	width: 180px;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	position: absolute;
}

#dedicated .server .cpu {font-size: 12px;}

#dedicated .server .cpu strong {
	display: block;
	text-align: center;
	font-size: 14px;
}

#dedicated .server .cpu {margin-top: 26px;}
#dedicated .server .ram {margin-top: 90px;}
#dedicated .server .hdd {margin-top: 150px;}

	/* Price */
#dedicated .server .price {
	height: 40px;
	margin-top: 267px;
	color: #d1d820;
	position: absolute;
}

#dedicated .server .price .value,
#dedicated .server .price .units {
	width: 200px;
	text-align: center;
	position: absolute;
}

#dedicated .server .price .value {
	font-size: 30px;
}

#dedicated .server .price .units {
	margin-top: 27px;
	font-size: 14px;
}

#dedicated .server .price .disclaimer {
	margin: -3px 0 0 125px;
	font-size: 16px;
	position: absolute;
}

#dedicated .server .order {
	margin: 325px 0 0 50px;
	position: absolute;
}

#dedicated .server.s-2 .number {background-position: 0 -10px;}
#dedicated .server.s-3 .number {background-position: 0 -20px;}
#dedicated .server.s-4 .number {background-position: 0 -30px;}
#dedicated .server.s-5 .number {background-position: 0 -40px;}

/* Disabled */
#dedicated .server.sold {
	background: url('../sections/startups/dedicated-sold.png') no-repeat 50% 10px;
}

#dedicated .server.sold .specs,
#dedicated .server.sold .price {opacity: 0.4}

#dedicated .server.sold .number,
#dedicated .server.sold .order {display: none;}


/* MORE
#########################################*/
#more {
	width: 720px;
	height: 115px;
	margin: 60px 0 40px 180px;
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 200px;
}

#more h2 {
	margin-top: -24px;
	text-align: center;
}

#more h2 > span {
	padding: 7px 10px 2px 10px;
	background: url('/images/generic/widget-payment-heading.png') repeat-x;
	color: #d9e022;
	display: inline-block;
}

#more .image {
	width: 199px;
	height: 228px;
	margin: -80px 0 0 -30px;
	background: url('../sections/startups/more-image.png') no-repeat;
	position: absolute;
}

#more .text {
	margin-left: 200px;
	margin-right: 30px;
	font-size: 16px;
	line-height: 21px;
}

#more .contact {
	margin: 10px 0 0 200px;
	font-size: 21px;
}


/* DISCLAIMER
#########################################*/
#disclaimer {
	width: 760px;
	margin: 70px 0 40px 150px;
	padding: 20px 10px 140px 10px;
	border-top: 1px solid #fff;
	background: url('../sections/startups/disclaimer-sidenotes-1.png') no-repeat 50% bottom;
	opacity: 0.6;
}

#disclaimer p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 19px;
}

#disclaimer p em {
	margin-left: -9px;
	display: inline-block;
}