/* CSS Document */
/*********************************/
/*      Portfolio Website        */     
/*   Website CSS Style Sheet     */
/*                               */
/*        By: JMI Designs        */
/*********************************/


body { margin-left:0px; margin-right:0px; margin-top:10px; background: url("images/bg.gif") }

/* This code doesn't work with bottom at the same time.--- ul { color:red; }*/
li { font-family: Geneva, Arial, Helvetica, sans-serif; font-size:9pt; color:black; }

/* ------------ Below Code for Border color of aligning table ----------- */

.bordercolor { border: 1px solid #04a3ff; }

/* ------------ Below Code for Navigation Links at bottom of page ----------- */

a:link    { color: black; text-decoration: underline; }   /* unvisited links      */
a:visited { color: black; text-decoration: underline; }   /* visited links        */
a:active  { color: black; text-decoration: underline; }   /* when link is clicked */
a:hover   { color: blue; text-decoration: underline; }    /* mouse is over link   */

.divide_bars { font-family: arial, helvetica, sans-serif; font-size: 11px; color: black; }

.headline1 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size:18pt; font-weight: bold; text-align:center; }
.headline2 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size:14pt; font-weight: bold; }
.small_title { font-family: Geneva, Arial, Helvetica, sans-serif; font-size:11pt; font-weight: bold; }
.general_text { font-family: Geneva, Arial, Helvetica, sans-serif; font-size:9pt; }
.copyright { font-family: tahoma, arial, helvetica, sans-serif; text-align:center; font-size: 10px; color: black; }
.service_text { font-family: Geneva, Arial, Helvetica, sans-serif; text-indent: 15pt; font-size:9pt; margin-top:0em; margin-left: 1.5em; margin-right: 4em; }
.client_text { font-family: Geneva, Arial, Helvetica, sans-serif; text-indent: 15pt; text-align:left; font-size:9pt; margin-top:0em; margin-left: 1em; margin-right: 1em; }

.main_text { font-family: Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal; text-align:justify; text-indent: 15pt; line-height: 13pt; margin-top:1.5em; margin-left: 3em; margin-right: 3em; }

/* Below is code format for the Quote Request Page */
.request_quote { font-family: Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal; text-align:justify; line-height: 10pt; width:250px; margin-top:1.5em; margin-left: 3em; margin-right: 3em; }
.error { font-family: Arial, Helvetica, sans-serif; font-size:9pt; font-weight:normal; color:#ff0000; }

/* --- Below Code for the saying flash movie  ---*/
.saying { margin-top:1.5em; margin-right: 2.5em; }

.dots { background-image: url("images/dot.gif"); background-position: 90% 20%; background-repeat: repeat-y; }

.service_box { background-image: url(/images/service_box.gif); background-position: 0% 0%; background-repeat: no-repeat; }
