/*---------------------------------------
Basic Style Sheet

Author: 	P.Shackleton
Email:		info@mixd.co.uk
Website:	http://www.mixd.co.uk
---------------------------------------*/

/* Import styles
---------------------------------------*/
@import url("layout.css");
@import url("typography.css");
@import url("colour.css");



/* Global
---------------------------------------*/

body { font-family: Arial, Helvetica, sans-serif; font-size: 74%; color: #333; background: url(../images/global/background/leftrouter.gif) repeat-y;  }

a:link { text-decoration: underline; color: #333; }
a:hover, a:active, a:focus { text-decoration: underline; color: #000;}
a:visited { color:#333; }



* { margin: 0; padding: 0; }
img { border: 0; }

p {padding-bottom: 10px; font-size: 1em; line-height:1.3em; }