/*
------------------------------------------------------------------------
Coniferous
------------------------------------------------------------------------

Author:     Kyle Rogerson, kyle@coniferousops.com
Updated:    March 28 2008
Copyright:  (c) 2008 Coniferous.

All rights reserved.
*/

body {
	margin: 0px;
	padding: 0px;

	background-color: #f4f4f4;

	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

/*
------------------------------------------------------------------------
CONTAINER
------------------------------------------------------------------------
*/

.container_black {
	margin: 0px auto;
	padding: 25px 0px 0px 0px;
	
	width: 100%;
	
	background-color: #000000;
	
	text-align: left;
}

.container {
	margin: 0px auto;
	padding: 0px;
	
	width: 980px;
	
	text-align: left;
}

.ad_container {
	margin: 0px auto;
	padding: 0px;
	
	width: 100%;

	background-color: #000000;
	background-image: url(images/ad_back.jpg);
	background-repeat: repeat-x;
	
	text-align: left;
}

/*
------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------
*/

#header {
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	
	width: 940px;
}

.logo a, .logo a:visited {
	width: 250px;
	height: 60px;
	
	background-image: url(images/logo_coniferous.png);
	background-repeat: no-repeat;

	float: left;
	display: block;
}



.logo p {
	margin: 2px 0px 0px 12px;
	
	color: #999999;
	float: left;
}

.menu {
	margin: 2px 0px 0px 0px;
	padding: 0px;
	
	font-size: 11px;
	
	list-style-type: none;
	
	float: right;
}

.menu li {
	margin: -8px 0px 0px 0px;
	padding: 0px;

	float: left;
}

.menu li b {
	color: #ffffff;
}

.menu li.current, .menu li.current a:hover {
	background-color: #333333;
	-webkit-border-radius: 3px;
}

.menu li a, .menu li a:visited {
	padding: 5px 10px 5px 10px;

	color: #999999;
	text-decoration: none;
	display: block;
}

.menu li a:hover {
	background-color: #222222;
	-webkit-border-radius: 3px;
}

/*
------------------------------------------------------------------------
ADVERTISING
------------------------------------------------------------------------
*/

#ad {
	margin: 0px auto;
	padding: 25px 0px 0px 60px;

	width: 961px;
	height: 375px;

	background-image: url(images/landing.jpg);
	background-repeat: no-repeat;
}

#portfolio {
	margin: 0px auto;
	padding: 25px 0px 0px 60px;

	width: 961px;
	height: 375px;

	background-image: url(images/portfolio_tempLanding.jpg);
	background-repeat: no-repeat;
}

#ad_mediabrowser {
	margin: 0px auto;
	padding: 25px 0px 0px 19px;

	width: 961px;
	height: 425px;

	background-image: url(images/ad_mediabrowser.jpg);
	background-repeat: no-repeat;
}

#ad .link a, #ad .link a:visited {
	margin: 0px;
	padding: 0px;
	
	width: 425px;
	height: 425px;
	
	display: block;
}

#ad_thankyou {
	margin: 0px auto;
	padding: 394px 0px 0px 665px;
	
	width: 315px;
	height: 56px;

	background-image: url(images/ad_thankyou.jpg);
	background-repeat: no-repeat;
}

.forum_badge a, .forum_badge a:visited {
	width: 295px;
	height: 40px;
	
	background-image: url(images/forum_badge.png);
	background-repeat: no-repeat;
	 
	display: block;
}

.forum_badge a:hover {
	background-position: 0px -40px;
}

/*
------------------------------------------------------------------------
CALL TO ACTION MESSAGE
------------------------------------------------------------------------
*/

#message {
	margin: 30px 0px 30px 0px;
	padding: 0px;
	
	width: 980px;
	height: 100px;

	background-image: url(images/message_back2.png);
	background-repeat: no-repeat;
}

#message .column_left {
	margin: 0px;
	padding: 19px 15px 0px 20px;
}

#message .column_right {
	margin: 0px;
	padding: 19px 15px 0px 20px;
}

#message .column_left p {
	float: left;
	width: 185px;
}

#message .column_right_big {
	margin: 0px;
	padding: 19px 10px 0px 15px;
	
	width: 480px;
	
	float: left;
}

#message .column_left_big {
	margin: 0px;
	padding: 19px 10px 0px 15px;
	
	width: 480px;
	
	float: left;
}

#message .triangle {
	margin: 0px 0px 0px 4px;
	float: none;
}

.demo a, .demo a:visited {
	margin: 4px 0px 0px 0px;
	
	width: 96px;
	height: 31px;
	
	background-image: url(images/demo.png);
	background-repeat: no-repeat;
	 
	float: right;
	display: block;
}

.demo a:hover {
	background-position: 0px -31px;
}

/*
------------------------------------------------------------------------
COLUMN DEFINITIONS
------------------------------------------------------------------------
*/

.column_left {
	margin: 0px;
	padding: 20px 15px 20px 20px;
	
	width: 295px;
	
	float: left;
}

.column_center {
	margin: 0px;
	padding: 20px 15px 20px 15px;
	
	width: 290px;
	
	float: left;
}

.column_right {
	margin: 0px;
	padding: 20px 20px 20px 15px;
	
	width: 295px;
	
	float: left;
}

/*
------------------------------------------------------------------------
COPY
------------------------------------------------------------------------
*/

h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	
	font-size: 17px;
	font-weight: normal;
	color: #222222;
}

h1 b {
	padding: 2px 3px 1px 3px;
	font-weight: normal;
	
	border-bottom: 3px solid #cccccc;
}

h1 i {
	font-style: normal;
	color: #aaaaaa;
}

small {
	font-size: 10px;
	vertical-align: super;
}

p {
	margin: 0px;
	padding: 0px;
	
	line-height: 16px;
}

p b {
	color: #222222;
}

p a, p a:visited {
	color: #336699;
	text-decoration: none;
}

p a:hover {
	color: #222222;
}

p img {
	margin: 0px 15px 0px 0px;
	padding: 3px 0px 0px 0px;
	
	float: left;
}

/*
------------------------------------------------------------------------
BUY
------------------------------------------------------------------------
*/

#buy {
	margin: 30px 0px 0px 0px;
	padding: 90px 0px 0px 0px;
	
	width: 980px;
	height: 170px;
	
	background-image: url(images/buy_back.png);
	background-repeat: no-repeat;
	
}

#buy .column_left {
	margin: 0px;
	text-align: center;
}

#buy .column_center {
	margin: 0px;
	text-align: center;
}

#buy .column_right {
	margin: 0px;
	text-align: center;
}

#buy h1 {
	margin: 0px 0px 10px 0px;
}

.buy a, .buy a:visited {
	margin: 0px auto;
	margin-top: 15px;
	
	width: 96px;
	height: 31px;
	
	background-image: url(images/buy.png);
	background-repeat: no-repeat;
	 
	display: block;
}

.buy a:hover {
	background-position: 0px -31px;
}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer {
	margin: 0px auto;
	margin-top: 40px;
	padding: 12px 0px 75px 0px;
	
	width: 100%;

	background-color: #f4f4f4;
}

#footer p {
	color: #999999;
	line-height: 12px;
}

#footer p a, #footer p a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: none;
}

#footer p a:hover {
	color: #222222;
}

.left {
	float: left;
}

.right {
	float: right;
}

.mt a, .mt a:visited {
	margin: 0px 0px 0px 3px;

	width: 28px;
	height: 12px;
	
	background-image: url(images/mt.png);
	background-repeat: no-repeat;

	border: none;
	float: right;
	display: block;
}

.mt a:hover {
	background-position: 0px -13px;
}

#footer p.license {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	color: #999999;
	line-height: 12px;
	
	border-top: 1px solid #dddddd;
}

#footer p b {
	padding: 0px;
	background: none;

	color: #999999;

	border: none;
}