/*!
 * Copyright (c) WorldStream
 *
 * Site by AMteam programmeurs + vormgevers
 */

/*
 * Global reset styles
 */
* {
	padding: 0;
	margin: 0;
}

html {
	overflow-y: scroll;
}

img {
	vertical-align: bottom;
	border: 0;
}

p, ul, ol, dl {
	margin-bottom: 18px;
}

ul, ol {
	padding-left: 18px;
}

	ul ul, ol ol, ul ol, ol ul {
		margin-bottom: 0;
	}

hr {
	display: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}

/*
 * Default styles
 */
body {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	background: #2e76cb url(../images/body.png) repeat-x;
}

a {
	color: #4b4b4b;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font: 30px/46px Arial, Helvetica, sans-serif;
	color: #2e76cb;
}

input[type=text] {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #4384d0;
	height: 15px;
	padding: 1px 2px 2px;
	border: 1px solid #6da0da;
}

input[type=password] {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	background: #4384d0;
	height: 15px;
	padding: 1px 2px 2px;
	border: 1px solid #6da0da;
}

button {
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
	color: #4b4b4b;
	background: url(../images/button.png) no-repeat;
	cursor: pointer;
	overflow: hidden;
	width: 282px;
	height: 30px;
	margin: 0;
	outline: none;
	border: none;
}

/*
 * Wrapper
 */
#wrapper {
	position: relative;
	width: 916px;
	margin: 0 auto;
}

/*
 * Header
 */
#header {
	float: left;
	position: relative;
	background: url(../images/header.png) no-repeat 100% 53px;
	width: 100%;
	padding: 10px 0 0;
	margin: 25px 0 -10px;
}

	/* Logo */
	#header h1 {
		float: left;
		position: relative;
		width: 220px;
		height: 80px;
		margin-left: -22px;
	}
	
		#header h1 a {
			display: block;
			position: relative;
			cursor: pointer;
			text-indent: -999em;
			background: url(../images/worldstream-internet-solutions.png) no-repeat;
			z-index: 1;
			overflow: hidden;
			width: 100%;
			height: 100%;
		}

	/* Navigation */
	#navigation {
		float: left;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		list-style: none;
		padding: 0;
		margin: 18px 0 0 -4px;
	}
	
		#navigation li {
			float: left;
			margin-right: 5px;
		}
		
			#navigation li a {
				display: block;
				text-decoration: none;
				color: #2e76cb;
				padding: 4px 9px 3px;
				margin: 1px 1px 0;
			}
			
				#navigation li:hover a {
					background: url(../images/navigation-hover.png) repeat-x;
					margin: 0;
					border: solid #6da0da;
					border-width: 1px 1px 0;
				}

			/* Subnavigation */
			#navigation li ul {
				display: none;
				position: absolute;
				z-index: 2;
				line-height: 28px;
				text-transform: none;
				list-style: none;
				overflow: hidden;
				width: 262px;
				padding: 0;
				border: solid #6da0da;
				border-width: 0 1px 1px;
			}
			
				#navigation li:hover ul {
					display: block;
				}
				
					#navigation li ul li {
						margin: -1px 0 0;
					}
	
						#navigation li:hover ul li a {
							background: url(../images/navigation-item.png);
							width: 244px;
							padding: 1px 9px;
							border: solid #add2ee;
							border-width: 1px 0 0;
						}
					
							#navigation li ul li:last-child a {
								padding-bottom: 0;
							}
							
							#navigation li ul li a:hover {
								background: url(../images/navigation-item-hover.png);
							}
	
	/* Top bar */
	#top-bar {
		position: absolute;
		top: -25px;
		left: 0;
		font-size: 11px;
		color: #939393;
		overflow: hidden;
		width: 100%;
		height: 18px;
		padding: 4px 0 3px;
	}
	
		#top-bar a {
			color: #939393;
		}
		
		#top-bar p {
			float: left;
			margin: 0 0 0 10px;
		}
		
		#top-bar ul {
			float: right;
			list-style: none;
			padding: 0;
			margin: 0 6px 0 0;
		}
		
			#top-bar ul li {
				display: inline;
				background: url(../images/gui.png) no-repeat 0 0;
				padding: 0 0 0 1px;
				margin: 0;
			}
			
				#top-bar ul li:first-child {
					background: none;
					padding: 0;
				}
			
				#top-bar ul li a {
					text-decoration: none;
					margin: 0 6px 0 10px;
				}
				
					#top-bar ul li a:hover {
						text-decoration: underline;
					}

	/* Logged in */
	#logged-in {
		position: absolute;
		top: 7px;
		right: 10px;
		font-size: 11px;
		color: #2e76cb;
		margin: 0;
	}
	
		#logged-in a {
			color: #2e76cb;
			margin-left: 5px;
		}
	
	/* Language */
	#language {
		float: right;
		clear: right;
		list-style: none;
		padding: 0;
		margin: 25px 5px 0 0;
	}
	
		#language li {
			float: left;
			margin: 0 4px;
		}
		
			#language li a {
				display: block;
				text-indent: -999em;
				background: url(../images/languages.png) no-repeat;
				overflow: hidden;
				width: 18px;
				height: 13px;
			}
			
				#language li.en a { background-position: 0 0; }
					#language li.en a:hover,
					.en #language li.en a { background-position: -18px 0; }
				#language li.nl a { background-position: 0 -13px; }
					#language li.nl a:hover,
					.nl #language li.nl a { background-position: -18px -13px; }
				#language li.de a { background-position: 0 -26px; }
					#language li.de a:hover,
					.de #language li.de a { background-position: -18px -26px; }
				#language li.es a { background-position: 0 -39px; }
					#language li.es a:hover,
					.es #language li.es a { background-position: -18px -39px; }

	/* Breadcrumbs */
	#breadcrumbs {
		position: relative;
		z-index: 1;
		float: left;
		clear: both;
		list-style: none;
		white-space: nowrap;
		font-size: 11px;
		height: 25px;
		padding: 0;
		margin: -10px 0 10px 11px;
	}
	
		#breadcrumbs li {
			display: inline;
			color: #2e76cb;
			padding: 0;
			margin: 0;
		}
		
			#breadcrumbs li ul {
				display: inline;
				background: url(../images/gui.png) no-repeat 3px -18px;
				padding: 0 0 0 15px;
				margin: 0;
			}

			#breadcrumbs li a {
				position: relative;
				top: 1px;
				color: #2e76cb;
				text-decoration: none;
			}
			
				#breadcrumbs li a:hover {
					text-decoration: underline;
				}
/*
 * Container
 */
#container {
	clear: both;
	overflow: hidden;
	width: 100%;
}

	/* Boxes */
	#container .columns {
		background: #e1e1e1 url(../images/columns.png) repeat-x;
		overflow: hidden;
		width: 910px;
		margin-bottom: 20px;
		border: 3px solid #efefef;
	}

		#container .column {
			float: left;
			color: #a0a0a0;
			width: 263px;
			padding: 7px 20px 0;
			margin-bottom: -2px;
		}
		
			#container .column.hover {
				background: #fff;
				cursor: pointer;
			}
		
			#container .column a {
				color: #a0a0a0;
			}
		
			#container .column h2 {
				font-weight: bold;
				height: 46px;
				margin-bottom: 2px;
			}
			
				#container .column h2 a {
					text-decoration: none;
				}
			
				#container .column h2 small {
					font-size: 30px;
					color: #e1e1e1;
				}
	/* Boxes */
	#container .columns2 {
		background: #e1e1e1 url(../images/columns2.png) repeat-x;
		overflow: hidden;
		width: 910px;
		margin-bottom: 20px;
		border: 3px solid #efefef;
	}

		#container .column2 {
			float: left;
			color: #a0a0a0;
			padding: 7px 20px 0;
			margin-bottom: -2px;
		}
		
			#container .column2.hover {
				background: #fff;
				cursor: pointer;
			}
		
			#container .column2 a {
				color: #a0a0a0;
			}
		
			#container .column2 h2 {
				font-weight: bold;
				height: 46px;
				margin-bottom: 2px;
			}
			
				#container .column2 h2 a {
					text-decoration: none;
				}
			
				#container .column2 h2 small {
					font-size: 30px;
					color: #e1e1e1;
				}

	
	/* Products */
	.products {
		position: relative;
		background: #2e76cb url(../images/products.png) repeat-x 0 -56px;
		overflow: hidden;
		width: 910px;
		margin: 0 0 20px;
		border: 3px solid #efefef;
	}
	
		/* CPU selector */
		.products .cpu {
			float: left;
			list-style: none;
			height: 57px;
			padding: 0;
			margin: 0;
			border-right: 1px solid #fff;
		}
		
			.products .cpu li {
				float: left;
				height: 56px;
				border-color: #fff #e1e1e1 #fff #fff;
				border-style: solid;
				border-width: 1px 1px 0;
			}
			
				.products .cpu li:hover {
					background: #fff;
				}
			
				#wrapper .products .cpu li.active {
					background: url(../images/products.png) repeat-x;
					border-color: #2e76cb;
				}
			
			.products .cpu li a {
				display: block;
				cursor: pointer;
				text-decoration: none;
				font-size: 16px;
				line-height: 54px;
				font-weight: bold;
				color: #4b4b4b;
				height: 100%;
				padding: 0 18px;
			}
			
				.products .cpu li.active a {
					color: #fff;
				}
				
				.products .cpu li a span {
					float: left;
				}
				
		/* Product */
		.product {
			background: #2e76cb url(../images/products-servers.png) repeat-y 0 55px;
			overflow: hidden;
			width: 910px;
			margin: 0 0 20px;
			border: 3px solid #efefef;
		}
		
			.product h2 {
				font-size: 16px;
				line-height: 54px;
				font-weight: bold;
				color: #fff;
				background: #2e76cb url(../images/products.png) repeat-x;
				padding: 0 18px;
				border: solid #2e76cb;
				border-width: 1px 1px 0;
			}
			
			.product .change-server {
				float: left;
				clear: left;
				font-weight: bold;
				padding: 10px 20px;
				color: #fff;

			}
			
				.product .change-server a {
					color: #fff;
				}

			.product .selected-settings {
				float: left;
				clear: left;
				padding: 10px 20px;
				color: #fff;

			}
		
		/* Settings */
		.settings {
			float: right;
			clear: both;
			color: #fff;
			font-weight: bold;
			overflow: hidden;
			width: 566px;
			padding: 0 20px;
			margin: -234px 0 0;
		}
		
			.settings h3 {
				color: #fff;
				font-weight: bold;
			}
			
			.settings span {
				float: right;
				margin-top: -18px;
			}
			
				.settings .disabled span {
					color: #abc8ea;
					text-decoration: line-through;
				}
			
			.settings fieldset {
				margin-bottom: 12px;
				border: none;
			}
			
				.settings fieldset legend {
					margin-bottom: 6px;
				}
			
				.settings fieldset p {
					margin-bottom: 6px;
				}
			
				.settings fieldset label {
					font-weight: normal;
				}
				
				.settings fieldset input[type=text] {
					margin: 0 4px;
				}
				
				.settings fieldset input[type=radio],
				.settings fieldset input[type=checkbox] {
					vertical-align: text-bottom;
					margin-right: 10px;
				}
				
			.settings hr {
				display: block;
				height: 0;
				margin: 0 0 18px;
				border: solid #6da0da;
				border-width: 0 0 1px;
			}
				
			.settings button {
				float: right;
				margin-bottom: 20px;
			}
						
		/* CPU logos */
		.cpu strong {
			float: left;
			text-indent: -999em;
			background: url(../images/products-cpu.png) no-repeat;
			height: 100%;
			margin-right: 10px;
		}
		
			.cpu strong.amd { background-position: 0 0; width: 57px; }
				.cpu .active strong.amd { background-position: 100% 0; }
			.cpu strong.intel { background-position: 0 -57px; width: 42px; }
				.cpu .active strong.intel { background-position: 100% -57px; }

		/* Servers */
		.servers {
			float: left;
			clear: both;
			position: relative;
			background: url(../images/products-servers.png);
			overflow: hidden;
			width: 912px;
			margin-bottom: -1px;
		}
		
			.servers .loader {
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
				background: #2e76cb url(../images/loader.gif) no-repeat 50% 50%;
				width: 100%;
				height: 100%;
			}

		
		/* Server */
		.server {
			float: left;
			background: url(../images/products-server.png) no-repeat 0 54px;
			width: 283px;
			height: 167px;
			padding: 10px 0;
			margin: 0 11px 0 10px;
			border-bottom: 1px solid #6da0da;
		}
		
			.server h3 {
				color: #fff;
				overflow: hidden;
				height: 46px;
				margin-left: 9px;
			}
			
				.server h3 small {
					font-size: 22px;
					font-weight: bold;
				}

			.server ul {
				font-weight: bold;
				color: #abc8ea;
				overflow: hidden;
				height: 80px;
				margin: 0 0 1px 101px;
			}
			
				.server ul strong {
					color: #fff;
				}
			
			.server p {
				overflow: hidden;
				height: 40px;
				margin: 0;
			}
			
			.server .price {
				float: left;
				font-size: 18px;
				line-height: 40px;
				color: #cb2f2e;
				margin: 0 0 0 118px;
			}
			
				.server .price strong {
					font-size: 30px;
				}
				
			.server a {
				float: right;
				text-indent: -999em;
				background: url(../images/products-server-order.png) no-repeat;
				width: 65px;
				height: 40px;
			}
			
				.en .server a { background-position: 0 0; }
				.nl .server a { background-position: 0 -40px; }
				.de .server a { background-position: 0 -80px; }
				.es .server a { background-position: 0 -120px; }

/*
 * Footer
 */
#footer {
	font-size: 10px;
	text-align: center;
	color: #fff;
}

	#footer a {
		color: #fff;
	}
	
	#footer hr {
		display: block;
		height: 0;
		margin: 0 0 12px;
		border: solid #6da0da;
		border-width: 0 0 1px;
	}
	
	#footer p {
		margin: 0;
	}
	
	/* Payment methods */
	#payment-methods {
		list-style: none;
		background: #e1e1e1 url(../images/payment-methods.png) repeat-x;
		padding: 0;
		margin: 0 0 20px;
		border: 3px solid #efefef;
	}
	
		#payment-methods li {
			display: inline;
		}
	
	/* Copyright */
	#copyright {
		list-style: none;
		color: #81ade0;
		padding: 0;
	}
	
		#copyright li {
			display: inline;
			background: url(../images/gui.png) no-repeat 0 -36px;
			padding: 0 0 0 8px;
			margin: 0 0 0 4px;
		}
		
			#copyright li:first-child {
				background: none;
				padding: 0;
				margin: 0;
			}
		
			#copyright li a {
				color: #81ade0;
				text-decoration: none;
			}
			
				#copyright li a:hover {
					text-decoration: underline;
				}