/*
-------------------------------------------------
URI: http://www.synaxis-ds.com/
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT
	3.1 main form
	3.2 container
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 tertiary content
	3.8 footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	
5: TEMPLATE / PAGE SPECIFIC
	
6: USEFUL CLASSES

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */

/* Imported mostly from Tripoli reset.css - http://www.monc.se/tripoli/css/reset.css */
* { margin:0; padding:0; text-decoration:none; outline:none } code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font:inherit } a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none } table { border-collapse:collapse; border-spacing:0 } caption, th, td, center { text-align:left; vertical-align:top } q { quotes:"" "" } font { color:inherit !important; font:inherit !important; color:inherit !important } marquee { overflow:inherit !important; -moz-binding:none } blink { text-decoration:none } nobr { white-space:normal }
/* end of import */
body { height:100%; text-align:center; min-width:775px; background:#efeeee }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:arial, verdana, "microsoft sans serif", helvetica, sans-serif; line-height:1.4em; color:#333333; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size:1.1em; font-family:monaco, "Lucida Console", courier, mono-space }
h1 { font-size:1.6em; color:#333333; margin:0 0 12px 0; line-height:110% }
h2 { font-size:1.5em; color:#333333; margin:0 0 12px 0; line-height:110% }
h3 { font-size:1.4em; color:#333333; margin:0 0 12px 0 }
h4 { font-size:1.3em; color:#333333; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#333333; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#333333; margin:0 0 12px 0 }
p {  font-size:1.2em; color:#333333; margin:0 0 12px 0; line-height:140%; }
a { color:#cc0000; text-decoration:none }
a:hover { color:#cc0000; text-decoration:underline }
a:visited {  }
a:active {  }
ul { margin:0 0 12px 0; font-size:1.2em }
ol { margin:0 0 12px 0; font-size:1.2em }
dl { margin:0 0 12px 0; font-size:1.2em }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.1em; color:#333333; padding-bottom:30px; }
blockqoute {  }
table { border-top:1px solid #ccc;  border-left:1px solid #ccc }
th, td { border-bottom:1px solid #ddd; border-right:1px solid #ccc }
fieldset { border:1px solid #ccc; }
legend { background:#fff; }
label { font-size:1.1em }
textarea, input[type='text'], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }
ul.bullet-image { list-style-image:url(../images/backgrounds/bullet.jpg); margin-left:18px; }
ul.bullet-image li { padding-bottom:10px; }
.highlight { color:#333333; font-weight:bold;}

ul.bullet-image2 { list-style-image:url(../images/backgrounds/bullet.jpg); margin:10px 5px 15px 38px; }
ul.bullet-image2 li { padding-bottom:10px;}


/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { width:100%; text-align:center; background:#a54f4a url("../images/backgrounds/top.gif") repeat-x }

/* 3.3 - content wrappers */
div.header-wrapper { width:749px; margin:0 auto; position:relative; text-align:left }
div.content-wrapper { width:749px; margin:0 auto; position:relative; text-align:left; background:#fff }

/* 3.4 - header */
div#header { width:749px; height:196px; margin:0 auto }
div#links { height:23px }

ul#contact-information { float:right; list-style:none; margin:0!important; height:23px  }
ul#contact-information li  {float:left; color:#fff; margin:3px 5px 0 15px }
ul#contact-information li a { color:#fff }

ul#text-resizer { float:left; list-style:none; height:23px; margin:0!important  }
ul#text-resizer li {float:left; color:#fff; margin:3px 15px 0 0 }
ul#text-resizer li a {float:left; color:#fff }

/* 3.5 - content */
div#content { width:100%; text-align:center; background:#efeeee }

/* 3.6 - primary content */
div#primary-content { }
div#left-sub-col { width:190px; float:left; background:url(../images/backgrounds/sub-nav.jpg) #FFFFFF no-repeat;  padding:20px 10px; background-position:top;}
div#left-sub-col ul#sub-nav { font-size:1.2em; margin-left: 0; padding-left: 0; list-style-type: none;}
div#left-sub-col ul#sub-nav li { padding:5px 5px; border-bottom: 1px solid #999999;}
div#left-sub-col ul#sub-nav li.first-list { padding:0px 5px 5px 5px; border-bottom: 1px solid #999999;}
div#left-sub-col ul#sub-nav li.last-list { padding:5px 5px; border-bottom: none;}
div#left-sub-col ul#sub-nav li a { display: block; padding: 3px; text-decoration:none; color:#9e261d; }
div#left-sub-col ul#sub-nav li a:hover { background-color: #9e261d; color: #fff;}
div#left-sub-col ul#sub-nav li a.current { background-color: #9e261d; color: #fff;}

/* 3.7 - secondary content */
div#secondary-content { margin-bottom:30px; }
div#right-sub-col { width:515px; float:left; background:url(../images/backgrounds/sub-content.jpg) #FFFFFF no-repeat; background-position:right top; padding:20px 10px;}
div#right-sub-col p { margin-left:0px;}
div#right-sub-col h1 { color:#9e261d; font-size:2.6em; letter-spacing:-1px; margin-bottom:10px;}
div#right-sub-col h2 { color:#2A2A2A; font-size:2.0em; letter-spacing:-1px; margin-bottom:10px; padding-top:5px;}
div#right-sub-col h3 { color:#9e261d; font-size:1.6em; letter-spacing:-1px; margin:10px 0px 10px 0px; font-variant:small-caps; padding-top:20px;}
div#right-sub-col h4 { color:#2A2A2A; font-size:1.4em; letter-spacing:-1px; margin:10px 0px 2px 0px; padding-top:5px;}

.strap-line { color: #424242; font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;	letter-spacing:0.1em; text-transform: lowercase;	line-height: 125%;	font-size: 1.4em; font-variant: small-caps; font-style:italic;}
ul.case-list { font-family:georgia, serif; letter-spacing:0.1em; line-height:140%; padding:10px 0px; list-style:none; font-size:1.2em; }
/* 3.8 - tertiary content */
div#tertiary-content { padding:20px; clear:both }
div#tertiary-content p {color:#55605c; line-height:180%; font-size:1.1em}

/* 3.9 - footer */
div#footer { background:url(../images/backgrounds/footer.gif) no-repeat left bottom; margin:0!important; padding:0!important; clear:both; }
div#footer span {float:left; padding:8px 0 0 20px;  }
div#footer ul {float:right; list-style:none; padding:0 20px 0 0; font-size:1em; }
div#footer ul li {padding:8px 0 0 10px; float:left;  }
div#footer ul li.last-footer-link {padding:8px 0 0 10px!important; }
div#footer a { color:#fff; }
div#footer a:hover { color:#fff; text-decoration:underline }

/* 3.10 - search engine script */
div#search-engine-script { width:749px; margin:0 auto; text-align:left; padding-top:20px }
div#search-engine-script h1, div#search-engine-script p { margin:5px 20px; font-size:1.1em; color:#7e7d7d }

#basewords { width:749px; margin:0 auto; list-style:none }
#basewords li { display:inline; margin:0 4px; font-size:0.95em; color:#7e7d7d }
#basewords strong { font-weight:normal }


/* -----------------------------------------------
4. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* 4.1 - accessibility */
ul#skiplinks { display:none }
ul#skiplinks a, ul#skiplinks a:hover, ul#skiplinks a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden } 
ul#skiplinks a:active, ul#skiplinks a:focus { position:static; width:auto; height:auto }

/* 4.2 - navigation */
a.btn-more-info { display:block; width:157px; height:23px; text-decoration:none; background:url("../images/buttons/more-info.gif") top left; text-indent:-9000px }
a.btn-more-info:hover { background-position:50% -23px; }


/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */

/* 5.1 - index page */
div#flash-banner { margin:0!important; height:173px }

div#services { float:left; width:374px; height:197px; background:url("../images/backgrounds/services.jpg") no-repeat }
div#services h2 { margin:25px 0 0 20px; font-size:2em; color:#fff }
div#services h3 { margin:4px 0 0 20px; font-size:1.5em; color:#f0acac; font-weight:normal }
div#services p { margin:10px 40px 0 20px; color:#fff; line-height:180%; font-size:1.1em }

div#technology { float:right; width:375px; height:197px; background:url("../images/backgrounds/technology.jpg") no-repeat }
div#technology h2 { margin:25px 0 0 20px; font-size:2em; color:#fff }
div#technology h3 { margin:4px 0 0 20px; font-size:1.5em; color:#f0acac; font-weight:normal }
div#technology p { margin:10px 170px 0 20px; color:#fff; line-height:180%; font-size:1.1em }

div#welcome { float:left; width:374px }
div#welcome h3 { margin:25px 0 0 20px; color:#9e261d; font-size:2.6em; letter-spacing:-1px }
div#welcome p { margin:10px 20px 0 20px; color:#55605c; line-height:180%; font-size:1.1em }

div#products { float:right; width:375px }
div#products h3 { margin:25px 0 0 20px; color:#9e261d; font-size:2.6em; letter-spacing:-1px }
div#products p { margin:10px 20px 0 20px; color:#55605c; line-height:180%; font-size:1.1em }

ul.product-list { margin:10px 0 0 14px; list-style:none }
ul.product-list li { float:left; margin-left:3px }

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
.centre-align { text-align:center;}