/*--------------------------------------------------------------------------------
//
//	Omega
//
//	by MSM DesignZ - http://www.msmdesignz.com
//
//  Copyright 2007 MSM DesignZ This code cannot be redistributed without
//  permission from http://www.msmdesignz.com
//
//	Date: 14/11/07
//
// ---------------------------------------------------------------------------------
//	Global Styles
// --------------------------------------------------------------------------- */

* {
	margin: 0 ;
	padding: 0;
}

body {
	font: 62.5%/1.8em Arial, Helvetica, Geneva, sans-serif;
	color: white;
	background: black;
}

#wrapper, #wrapper2 {
	width: 980px;
	margin: 20px auto;
}

a {
	text-decoration: none;
}


img {
	border: 0;
}

/*------------------------------------------------------------------------
//	Content
// ---------------------------------------------------------------------- */

#contentContainer {
	width: 960px;
	padding: 10px 10px 20px 10px;
	background: url(../images/bg.jpg) top no-repeat;
	min-height: 500px;
	height:auto;
}

/* for Internet Explorer */

* html #contentContainer  {
	height: 500px;
}

#contentContainer, #column1, #banner, #column2 {
	float: left;
}

#banner {
	width: 980px;
	height: 136px;
}

#contentContainer p {
	padding: 5px 0px;
	font-size: 1.2em;
}

#column1 {
	width: 650px;
	padding: 20px;
}

#column2 {
	width: 250px;
	padding: 0px 0px 0px 20px;
}

#column3 {
	width: 920px;
	padding: 20px;
}

#contentContainer ul {
	display: inline;
}

#contentContainer li {
	list-style-type: none;
	padding: 0px 2px;
	display: inline;
}

/*------------------------------------------------------------------------
//	Headings
// ---------------------------------------------------------------------- */

.download {
	float: left;
	width: 200px;
	height: 310px;
	padding: 10px;
}

.download p {
	text-align: center;
}

/*------------------------------------------------------------------------
//	Headings
// ---------------------------------------------------------------------- */

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	padding: 10px 0px;
	border-bottom: 1px dotted #3e4a4c;
}

h2 {
	color: #907D73;
	padding: 5px 0px;
	font-size: 1.4em;
}

.red {
	color: red;
}


/*------------------------------------------------------------------------
//	Copyright
// ---------------------------------------------------------------------- */

#footer {
	clear: both;
	width: 980px;
	margin: 5px auto;
}

#copyright {
	float: left;
	width: 400px;
}

#msmdesignz {
	float: right;
	width: 400px;
	text-align: right;
}

#footer a:link, #footer a:active, #footer a:visited, #contentContainer a:link, #contentContainer a:active, #contentContainer a:visited {
	color: red;
}

#footer a:hover, #contentContainer a:hover {
	color: white;
	text-decoration: underline;
}
