/**
 * Style sheet Basic
 */

/**
 * Basic tags
 */
img
{
	padding:1px;
	border:1px solid #9E9ABD;
}

a img
{
	display:block;
	margin:0px 3px 4px 0px;
	padding:1px;
	border:1px solid #9E9ABD;
}

a:hover img
{
	border:1px solid #D4001B;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:normal;
	font-size:20px;
	color:#7A414C;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:normal;
	font-size:14px;
	color:#9E9ABD;
	line-height:16px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#ccc;
	background-image:url("tl_files/graphics/background.gif");
	background-position:left top;
	background-repeat:repeat-x;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:"trebuchet ms", arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:Georgia, Times, serif;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:"trebuchet ms", arial, sans-serif;
}


/**
 * Font size
 */
#feature .testimonial
{
	padding:5px;
	background-color:#9E9ABD;
	font-family:Georgia, Times, serif;
	font-style:italic;
	font-size:13px;
	color:#fff;
	line-height:17px;
}

.address
{
	margin-top:20px;
	padding-left:5px;
	font-size:11px;
}

#feature .one,
#feature .two
{
	font-size:11px;
	line-height:13px;
}

#main .ce_text
{
	line-height:16px;
}

#footer .inside,
#footer .inside a
{
	font-size:10px;
	color:#999;
}

a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
	font-size:12px;
	color:#666;
}


/**
 * Layout
 */
#press .ce_text,
#testimonials .ce_text,
#projects .ce_gallery
{
	padding-bottom:10px;
	border-bottom:1px dotted #9E9ABD;
}

.ce_gallery
{
	margin-top:15px;
	margin-bottom:15px;
}

#main .mod_article
{
	padding-right:50px;
}

#left .mod_article
{
	padding-right:45px;
}

#left .inside
{
	padding-top:2px;
	padding-left:20px;
}

#main .inside
{
	padding-top:2px;
}

#footer .inside
{
	padding-top:20px;
	padding-left:20px;
}

#footer
{
	background-image:url("tl_files/graphics/frame-bottom.gif");
	background-position:left top;
	background-repeat:no-repeat;
}

#container
{
	background-image:url("tl_files/graphics/frame-middle.gif");
	background-position:left top;
	background-repeat:repeat-y;
}

#header
{
	background-image:url("tl_files/graphics/frame-top.gif");
	background-position:left bottom;
	background-repeat:no-repeat;
}


/**
 * Links
 */
#feature a
{
	text-decoration:none;
	color:#D4001B;
}

a
{
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
	color:#7A414C;
}

#feature a:hover
{
	text-decoration:underline;
	color:#D4001B;
}

