
@import url('introduction.css');
@import url('about.css');
@import url('company.css');
@import url('contact.css');
@import url('forms.css');
@import url('help.css');
@import url('now.css');
@import url('products.css');
@import url('footer.css');

/* body styles
**********************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% arial,helvetica,Verdana,sans-serif;
	color: #000;
	background: #fff url('lyt/tlc_header.jpg') repeat-x;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

hr {
	visibility: hidden;
}

#body_wrapper {
	font-size: 90%;
	margin: auto;
	max-width: 955px;
	min-width: 955px;
}


/* header styles
**********************************************************************/

#header {
	height: 100px;
	color: #000;
}

#header h1 {
	padding: 25px 0 0 150px;
	font-family:"Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}

#header h2 {
	padding: 0 0 0 200px;
	font-size: 90%;
}

#header img {
	margin: -75px 0 0 15px;
}

/* navigation styles
**********************************************************************/

#navigation {
	margin: -125px 0 0 0;
	height: 20px;
	float: right;
}

#navigation h3 {
	visibility: hidden;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	padding: 10px;
	display: inline;
}

#navigation a {
	padding: 3px;
	text-decoration: none;
	background: inherit;
	color: #fff;
	font-size: 70%;
	font-weight: bold;
}

#navigation a:hover {
	background: #336 url('lyt/tab_triangle.gif') no-repeat bottom center;
	color: #bbb;
}

#navigation a:link.active, #navigation a:visited.active {
	background: #000048 url('lyt/tab_triangle.gif') no-repeat bottom center;
	color: #bbb;
}

/* overview styles
**********************************************************************/

#overview {
	margin: 10px 10px 10px 0px;
	width: 700px;
	height: 200px;
	float: right;
	background: #103 url('lyt/tlc_intro.jpg') no-repeat;
	color: #fff;
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
}

#overview h3 {
	padding: 15px;
	position: relative;
	margin-left: 75px;
	float: left;
	font-size: 150%;
}

#overview p {
	margin: 15px;
	width: 175px;
	float: right;
	clear: left;
}

/* news styles
**********************************************************************/

#latest_news {
	margin: 10px 0px 10px 10px;
	width: 225px;
	float: left;
	background: #eee;
	color: #000;
	border: 1px solid #ccc;
	display: inline;
	border-top: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
}

#latest_news h3 {
	margin: 4px 5px;
	padding: 10px;
        color: #666;
        border-bottom: 1px solid #ddd;
}

#latest_news p {
	padding: 8px 10px;
	font-size: 80%;
}

#latest_news .more{
	float: right;
}

#latest_news a{
	text-decoration: none;
	font-weight: bold;
	background: inherit;
	color: #103;
}

#latest_news a:hover {
	text-decoration: underline;
}


/* promotions styles
**********************************************************************/

.promotions {
	margin: 0px 0px 10px 10px;
	width: 225px;
	float: left;
	display: inline;
}

.promotions h3 {
	margin: 5px;
	padding: 10px;
	border-bottom: 1px solid #333;
}

.promotions img {
	margin-bottom: -3px;
}

.promotions ul {
	margin: 5px;
	padding: 8px 10px;
	font-size: 80%;
}

.promotions ul a {
	text-decoration: none;
	background: inherit;
	color: #000;
}

.promotions p {
	margin: 15px;
	font-size: 80%;
}

/* promotions styles
**********************************************************************/

