@charset "UTF-8";
/* CSS Document */

p {
	font: 12px Verdana;
	color:#000;
}

h1 { 
	font: 16px Verdana;
	color:#003;
	font-weight:bold;
}

h2 { 
	font: 14px Verdana;
	color:#fff;
	font-weight:bold;
}

label {
	font: 12px bold Verdana,sans-serif;
	color:#FFF;
}

tr {
	font: 12px Verdana;
	color:#000;
}



#smshowcase {
	width: 600px;
	height: 300px;
	background:#e2e2e2;
	border: medium #666 solid;
	padding-left: 10px;
	padding-bottom: 0px;
	background-image:url('../images/prodback.jpg');
    background-repeat:repeat-x;
}

#smshowcase .smimage {
	position: absolute;
	left: 20px;
	top:50px;
	width: 310px;
	height: 225px;
	background-color:#666;
	padding: 10px;
}

#smshowcase .smdata {
	position: absolute;
	left: 360px;
	top:50px;
	width: 230px;
	height: 225px;
	background-color:#666;
	padding: 10px;
}



#mdshowcase {
	width: 600px;
	height: 350px;
	background:#e2e2e2;
	border: medium #666 solid;
	padding-left: 10px;
	padding-bottom: 0px;
	background-image:url('../images/prodback.jpg');
    background-repeat:repeat-x;
}
#mdshowcase .mdimage {
	position: absolute;
	left: 20px;
	top:50px;
	width: 310px;
	height: 275px;
	background-color:#666;
	padding: 10px;
}
#mdshowcase .mddata {
	position: absolute;
	left: 360px;
	top:50px;
	width: 230px;
	height: 275px;
	background-color:#666;
	padding: 10px;
}


#lgshowcase {
	width: 600px;
	height: 375px;
	background:#e2e2e2;
	border: medium #666 solid;
	padding-left: 10px;
	padding-bottom: 0px;
	background-image:url('../images/prodback.jpg');
    background-repeat:repeat-x;
}
#lgshowcase .lgimage {
	position: absolute;
	left: 20px;
	top:50px;
	width: 310px;
	height: 300px;
	background-color:#666;
	padding: 10px;
}
#lgshowcase .lgdata {
	position: absolute;
	left: 360px;
	top:50px;
	width: 230px;
	height: 300px;
	background-color:#666;
	padding: 10px;
}

#xlshowcase {
	width: 600px;
	height: 450px;
	background:#e2e2e2;
	border: medium #666 solid;
	padding-left: 10px;
	padding-bottom: 0px;
	background-image:url('../images/prodback.jpg');
    background-repeat:repeat-x;
}
#xlshowcase .xlimage {
	position: absolute;
	left: 20px;
	top:50px;
	width: 310px;
	height: 375px;
	background-color:#666;
	padding: 10px;
}
#xlshowcase .xldata {
	position: absolute;
	left: 360px;
	top:50px;
	width: 230px;
	height: 375px;
	background-color:#666;
	padding: 10px;
}



#platshowcase {
	width: 600px;
	height: 750px;
	background:#e2e2e2;
	border: medium #666 solid;
	padding-left: 10px;
	padding-bottom: 0px;
	background-image:url('../images/prodback.jpg');
    background-repeat:repeat-x;
}
#platshowcase .lgimage {
	position: absolute;
	left: 20px;
	top:50px;
	width: 180px;
	height: 675px;
	background-color:#666;
	padding: 10px;
}
#platshowcase .lgdata {
	position: absolute;
	left: 230px;
	top:50px;
	width: 365px;
	height: 675px;
	background-color:#666;
	padding: 10px;
}

/*

.shadow {
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000; 
}
*/


img {
	border: 2px solid #000;
}

a:link {
	text-decoration: underline;
	font: Verdana, Geneva, sans-serif;
	color: #FFF;
	}
a:visited {
	text-decoration: underline;
	font: Verdana, Geneva, sans-serif;
	color: #FFF;
	}
a:active {
	text-decoration: underline;
	font: Verdana, Geneva, sans-serif;
	color: #FFF;
	}
a:hover {
	text-decoration: underline;
	font: Verdana, Geneva, sans-serif;
	color: red;
	}

