/* TelectronicsGroup Screen Styles - Author: Milubre Design - Date: November 2009 */

* {
	margin: 0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	position: relative;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
img {
	border: 0;
}
p {
	font-size: 0.8em;
	color: #ccc;
	margin: 10px 0 0 0;
	text-align: center;
}
#intro {
	background-color: #FFFFFF;
	margin: 6px auto;
	text-align: center;
	border-top: 15px solid #C10A0A;
	border-bottom: 15px solid #C10A0A;
	padding: 15px 30px 40px 30px;
}
#flash {
	padding: 15px 0;
	border-top: 2px solid #C10A0A;
}
#link {
	border-bottom: 2px solid #C10A0A;
}
#intro ul {
	list-style: none;
	margin: 0 0 10px 0;
}
#intro li {
	display: inline;
	padding: 0 10px 0 30px;
}
#intro a, #intro a:visited {
	color: #369;
	text-decoration: none;
	padding: 4px;
	font-size: 1.4em;
}
#intro a:hover {
	color: #f90;
}
#intro2 a, #intro2 a:visited {
	color: #369;
	text-decoration: none;
	padding: 4px;
	font-size: 1.2em;
}
#intro2 a:hover {
	color: #f90;
}
#logomilubredesign {
	position: absolute;
	top: 600px;
	left: 20px;
}

#sponsorAdDiv {
	background-color: #FFFFFF;
	padding: 20px;
	border-top: 10px solid #f90;
	border-right: 10px solid #900;
	border-bottom: 10px solid #900;
	border-left: 10px solid #f90;
}
#cont-right h2 {
	padding: 10px;
	color: #666666;
	font-size: 1.4em;
	line-height: 1.1em;
}
#cont-right h3 {
	padding: 10px;
	color: #C10B0A;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: bold;
}
#cont-right p {
	padding: 10px;
}
.promo {
	margin: 10px;
	border: 1px dashed #ccc;
}
.promo img {
	float: right;
	margin: 10px;
	border: 1px dashed #ccc;
	padding: 5px;
}

#absolute {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;

/*	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
*/}
#popup {
	width: 600px;
	height: 300px;
	background-color: #CCCCCC;
	text-align: center;
	margin:30px auto;
}


/* End styles */
