/*-----------------------------------------
	Website:
	Creator:
	Last Modified:
	
	0. MAIN
	1. Generic
	2. Text, headers
	3. Links
	4. Areas, Divs
	5. Tables
	6. Forms
	7. Images
	8. Lists
	9. Menus
-----------------------------------------*/

/*-----------------------------------------
	0. MAIN
-----------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
	color: #222;
	line-height: 18px;
	text-align: center;
	background: #000;
	font-family: georgia, times;
}

/*-----------------------------------------
	1. Generic
-----------------------------------------*/

.a-left {
	text-align: left;
}

.a-right {
	text-align: right;
}

.a-center {
	text-align: center;
}

.float-left {
	float: left;
	margin: 0px 20px 20px 0px;
}

.float-right {
	float: right;
	margin: 0px 0px 20px 20px;
}

.green-color {
	color: #0c0;
}

.red-color {
	color: #f00;
}

.red-bg {
	background: #fff0f0;
	border: 1px solid #f00;
}

.clear {
	clear: both;
}

/*-----------------------------------------
  2. Text, headers
-----------------------------------------*/

h1, h2, h3, h4, h5 {
	margin: 10px 0px;
	padding: 0px;
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

div#left-column h2 {
	margin: 0px 0px 10px 0px;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.8em;
}

p {
	margin: 20px 0px;
}

strong {
	font-size: 1.4em;
}

small {
	font-style: italic;
	font-size: 0.8em;
}

blockquote {
	margin: 1.25em;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}


sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

div#footer-container a:link, div#footer-container a:active, div#footer-container a:visited {
	color: #666;
	text-decoration: none;
}

div#footer-container a:hover {
	color: #666;
	text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div#flash-container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 700px;
	z-index: 1;
}

div#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

div#canvas {
	width: 950px;
	margin: 20px auto;
	background: #fff;
}

div#header-container {
	position: relative;
	width: 950px;
	height: 169px;
	background: transparent url("../assets/images/standard/header-bg.jpg") top left no-repeat;
}

div#menu-container {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 570px;
	height: 31px;
}

div#menu-about {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 117px;
	height: 31px;
}
div#menu-graphics {
	position: absolute;
	top: 0px;
	left: 117px;
	width: 110px;
	height: 31px;
}
div#menu-websites {
	position: absolute;
	top: 0px;
	left: 227px;
	width: 110px;
	height: 31px;
}
div#menu-branding {
	position: absolute;
	top: 0px;
	left: 337px;
	width: 110px;
	height: 31px;
}
div#menu-training {
	position: absolute;
	top: 0px;
	left: 447px;
	width: 123px;
	height: 31px;
}

div#content-container {
	width: 950px;
	height: 560px;
	text-align: left;
}

div.about {
	background: #fff url("../assets/images/standard/left-column-about.jpg") top left no-repeat;
}
div.graphics {
	background: #fff url("../assets/images/standard/left-column-graphics.jpg") top left no-repeat;
}
div.websites {
	background: #fff url("../assets/images/standard/left-column-websites.jpg") top left no-repeat;
}
div.branding {
	background: #fff url("../assets/images/standard/left-column-branding.jpg") top left no-repeat;
}
div.training {
	background: #fff url("../assets/images/standard/left-column-training.jpg") top left no-repeat;
}

div#left-column {
	display: inline;
	float: left;
	width: 195px;
	margin: 30px 0px 0px 85px;
	color: #666;
}

div#right-column {
	display: inline;
	float: right;
	width: 460px;
	margin: 30px 40px 0px 0px;
	color: #333;
	font-size: 0.9em;
}

div#footer-container {
	width: 950px;
	height: 39px;
	background: transparent url("../assets/images/standard/footer-bg.jpg") top left no-repeat;
	font-family: verdana;
	color: #666;
	font-size: 0.7em;
}

div.footer-left {
	float: left;
	line-height: 39px;
	margin-left: 85px;
	color: #fff;
}

div.footer-right {
	float: right;
	line-height: 39px;
	margin-right: 30px;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table {
}

table th {
}

table td {
	font-size: 1em;
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

form {
}

fieldset {
}

legend {
}

input {
}

input:focus {
	background: #f2fbff;
}

textarea {
}

textarea:focus {
	background: #f2fbff;
}

label {
}

select {	
}

select:focus {
	background: #f2fbff;
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
	border: 0px;
}

/*-----------------------------------------
  8. Lists
-----------------------------------------*/

ul#left-column-list {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}

ul#left-column-list li {
	padding: 0px;
	margin: 0px;
	font-size: 0.9em;
}

ul li {
}

dl {
}

dt {
}

dd {
}

/*-----------------------------------------
  9. Menus
-----------------------------------------*/



