/* 
	Style sheet for "10D Studio" web site
*/

/* general tags */
html { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
body { background-color: #000000; margin: 0pt; }
p,td,th,li,form { font-size: 0.9em; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #EFEFEF }
h4  { font-size: 0.9em; font-style: bold; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
h4.service  { color: #C08484 }

/* links */
a:link { text-decoration: underline; color: #C1CA77; }
a:visited { text-decoration: underline; color: #949C54; }
a.menu:link { text-decoration: none; color: #ffffff; }
a.menu:visited { text-decoration: none; color: #c6c6c6; }

a.sidebar:link { font-size: 1.1em; text-decoration: underline; color: #DAC871; }
a.sidebar:visited { font-size: 1.1em; text-decoration: underline; color: #BFA94B; }

/* header */
td.header { background-color: #000000; }

/* horizontal bars */
td.bluebar { background-color: #8F96CD; }
td.redbar { background-color: #885151; }
td.lightgreybar { background-color: #383838; }
td.darkgreybar { background-color: #2B2B2B; }

/* sidebar */
td.sidebar { background-color: #383838; }

/* contact info */
div.contact { font-size: 0.6em; color: #B5B5B5; }

/* content */
td.content { background-color: #2B2B2B; }

/* footer */
td.footer { font-size: 0.6em; color: #3C3C3C; background-color: #000000; }

