/* @override http://localhost/csia/style.css */

body {
	background-color: #bbbbbb;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(0, rgb(197,197,197)),
    color-stop(1, rgb(173,173,173))
	);
	background-image: -moz-linear-gradient(
    left bottom,
    rgb(187,187,187) 0%,
    rgb(153,153,153) 100%
	);
}

#businessCard {
	width: 460px;
	height: 300px;
	position: absolute;
	margin: -160px 0px 0px -240px;
	top: 50%;
	left: 50%;
	padding: 10px;
	background-color: #fffeff;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(0, rgb(255,255,255)),
    color-stop(1, rgb(221,221,221))
	);

	background-image: -moz-linear-gradient(
    left bottom,
    rgb(255,255,255) 0%,
    rgb(221,221,221) 100%
	);
		box-shadow: 0px 5px 12px #999999;
	-webkit-box-shadow: 0px 5px 12px #999999;
	-moz-box-shadow: 0px 5px 12px #999999;
	font: 13px/1.3 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	color: #424242;
}

#logo {
	width: 171px;
	height: 71px;
}

#stamp {
	height: 50px;
	top: 35px;
	left: 210px;
	width: 250px;
	position:  absolute;
	text-align: center;
	line-height: 1.4;
	font-size: 13px;
}

.box{
	padding: 15px;
	border-bottom: 1px dashed #929292;
}

.menu {
}
a {
	color: #424242;
}


ul {
	margin-top: 15px;
	margin-left: 8px;
}

#first {
	list-style-type: none;
}

ul li {
	float: left;
	list-style-type: disc;
	margin: 0 1em;
}

p {
	padding: 0;
	margin: 5px 0;
}
/*#businessCard {
	width: 480px;
	height: 395px;
	background: url(logo.png) no-repeat center top;
	
	position: absolute;
	margin:-198px 0px 0px -240px;
	top: 50%; 
	left: 50%;
	padding: 0px;
	text-align: left;
}

#dataPort {
	width: 480px;
	height: 320px;
	top: 75px;
	position: absolute;
	
	background-color: #ffffff;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(0, rgb(255,255,255)),
    color-stop(1, rgb(221,221,221))
	);

	background-image: -moz-linear-gradient(
    left bottom,
    rgb(255,255,255) 0%,
    rgb(221,221,221) 100%
	);
		box-shadow: 0px 5px 12px #9c9c9c;
	-webkit-box-shadow: 0px 5px 12px #9c9c9c;
	-moz-box-shadow: 0px 5px 12px #9c9c9c;
	font: 13px/1.3 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	color: #424242;
}


#contact {
	border-style: none;
	font-size: x-small;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 450px;
}
*/