
/* blue theme */

@import url(main.css);

body { background:#1F3243 url("images/02/bg.gif") no-repeat center top; }
div.contentcontainer { background:#4A6B89 url("images/02/bgInner.gif") repeat-y; }
body.home div.contentcontainer { background:#4A6B89 url("images/02/bgLeft.gif") repeat-x top; }

/* text scroll area on homepage */
div#track { border-left:1px solid #7195B5; }
div#dragBar { background: #7195B5 url(../images/arrow-down.gif) bottom right no-repeat; } 


/* footer */
div.footer, div.footer a {	color:#fff; }


h1 { border-bottom:4px solid #7195B5; }
h2 { border-bottom:1px dashed #7195B5; }

input.formbutton { background:#1F3243; }


div.right div.text table.datatable { border:4px solid #7195B5; }
div.right div.text table.datatable th { background:#1F3243; }
div.right div.text table.datatable td { background:#4A6B89; border-bottom:1px solid #7195B5; }
div.right div.text table.contact td.left { border-right:1px solid #7195B5; }
div.right div.text table.form { background:#4A6B89; }
div.right div.text table.form td { border-bottom:1px solid #3C5D7C; }

div.right div.text div.caption { background-color:#4A6B89; }

div.right div.text div.item { background:#4A6B89; }
div.right div.text div.item div.detail h4 { background:#1F3243; padding-left: 10px; }
div.right div.text div.item div.detail p { padding-left: 10px;}