/**
* Disable padding and margin for all elements
**/
* {
	padding:				0px;
	margin:					0px;
}

body{
	font-family:			Arial, Verdana;
	font-size:				small;
	color:					#fff;
	background:				#333;
}

#content{
	border:					0px solid #bdbdbd;
	width:					999px;
	margin:					50px auto;
}

.block {
    width:                  312px;
    height:                 574px;
	border: 				5px solid #fff;
	float:					left;
	background:				#000;
}

.header {
	height:					100px;
	border-bottom:			5px solid #fff;
}

.picture {
	height:					273px;
	border-bottom:			5px solid #fff;
    text-indent:            -5000px;
}

.link {
    height:                 88px;
    padding-top:            20px;
    text-align:             center;
}

.link a {
    color:                  #fff;
    font-weight:            bold;
    text-decoration:        none;
}

.enter_button {
    margin:                 0 auto;
    width:                  111px;
    height:                 41px;
    background:             url(images/forward.png) no-repeat;
    display:                block;
}

.slogan {
    text-align:             center;
    font-weight:            bold;
    padding-top:            20px;
    font-size:              1.4em;
}

#silicagel {
    margin-right:           16px;
}

#orange {
    margin-right:           16px;
}

#silicagel .header {
    background:             url(images/silicagel_logo.gif) no-repeat;
}

#silicagel .picture {
    background:             url(images/silicagel_small.png);
}

#silicagel .link {
    background:             #009de1;
}

#orange .header {
    background:             url(images/o-range_logo.gif) no-repeat;
}

#orange .picture {
    background:             url(images/o-range_small.png);
}

#orange .link {
    background:             #ff9000;
}

#aquapac .header {
    background:             url(images/aquapac_logo.gif) no-repeat;
}

#aquapac .picture {
    background:             url(images/aquapac_small.png);
}

#aquapac .link {
    background:             #78a700;
}

#footer{
	border: 				5px solid #fff;
	margin-top:				30px;
	height:					187px;
	background:				#000;	
}

#footer p{
    margin-top:             40px;
	font-size:				12px;
    text-align:             center;
}

.cb {
    clear:                  both;
}

