/* @override 
	http://bigvision.com.au/css/bigvision_v1.css
	http://bigvision09/css/bigvision_v1.css
*/

body {
	background: #1f2227 url(../images/backgrounds/header_back.gif) repeat-x;
	margin: 0;
	font: .75em Nobile, Calibri, "Lucida Grande", Tahoma, Ariel, sans-serif;
}

/* @group defaults */

img {
	border-style: none;
}



/* @end */

/* @group floats */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}



.containfloat {
	clear:both;
	line-height:0;
	height:0;
	font-size:0;	
}

.clearboth {
	clear: both;
}



/* @end */

/* @group structure */

.productItem {

}

#pageWrap {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	background: url(../images/backgrounds/logo_head.png) no-repeat;
}

#header {
	margin-left: 280px;
	padding-top: 50px;
	margin-right: 30px;
}

#navBar {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 44px;
}

#caption {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 45px;
}

#buttons {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	text-align: center;
}

#content {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	color: #d2d2d2;
}

#leftcol {
	width: 500px;
	float: left;
}

#rightcol {
	float: right;
	width: 290px;
}

#buttons img {
	margin-bottom: 20px;
	float: none;
}

#indexNews {
	width: 840px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	border-top: 1px solid #444a53;
}

.indexItem {
	float: left;
	width: 230px;
	margin-right: 15px;
	min-height: 200;
	text-align: left;
}

.indexItem a {
	text-decoration: none;
	color: #d2d2d2;
}

.indexItem img {
	float: left;
	margin-top: 5px;
}

#footer {
	text-align: center;
	width: 840px;
	color: #d2d2d2;
	font-size: .9em;
	padding-top: 20px;
	border-top: 1px solid #444a53;
	margin: 25px auto 15px;
}



/* @end */

/* @group mainNav */

/* @group current */

body#index img#indexLink, body#contact img#contactLink,
body#marketing img#marketingLink,
body#print img#printLink,
body#web img#webLink {
		background: url(../images/navbar/background.png) repeat-x;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding-right: 11px;
	padding-left: 11px;
	
}



/* @end */

.mainNav {
	text-align: center;
}

.mainNav img {
	padding: 12px 15px 13px;
}

.mainNav a {
	margin: -4px;
}

.mainNav img:hover {
	background: url(../images/navbar/background.png) repeat-x;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding-right: 14px;
	padding-left: 14px;
}



/* @end */

/* @group text */

.prodIMGcap {
	font-weight: bold;
}

.newsHead {
	margin-top: 0;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
	color: #d2d2d2;
}

.newsSummary {
	margin-top: 5px;
	display: block;
}

.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #daeac0;
	padding: 15px;
	background-color: #292d33;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 25px;
	margin-bottom: 0;
}

.testoree {
	font-style: italic;
	font-size: .8em;
	color: silver;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: -15px;
	padding: 20px 15px 10px;
	background-color: #363a40;
	z-index: -1;
	position: relative;
}

#content h1 {
	font-weight: normal;
	font-style: normal;
	color: #c04e37;
	margin-top: 0;
	text-shadow: #000000 0 -1px 1px;
}

#content strong {
	color: #c04e37;
}

#rightcol .articlecontent strong
 {
	color: #d2d2d2;
	font: normal normal 1.8em Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-weight: normal;
	font-style: normal;
	color: #c04e37;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 1.5em;
}

p {
	margin-top: 5px;
	margin-bottom: 20px;
}

h3 {
	color: #c04e37;
	margin: 0;
	text-shadow: #000000 0 -1px 0;
	font-weight: normal;
	font-style: normal;
	font-size: 1.3em;
}

h4 {
	padding-bottom: 5px;
	margin-bottom: -5px;
	margin-top: 12px;
}

#rightcol h3 {
	border-bottom: 1px solid #4e545d;
	font-size: 1.1em;
	text-shadow: #000000 0 -1px 0;
	font-weight: bold;
}

.required-label {
	background: url(../images/icons/reddot_tiny.png) no-repeat right;
	display: inline-block;
	width: 95%;
}



/* @end */

/* @group images */

.productItem img {
	border: 1px solid white;
	
}

.morenews {
	float: right;
}

#recentSites img {
	margin-right: 20px;
	margin-top: 20px;
}



/* @end */

/* @group forms */

.KT_field_error {
	color: #b7d684;
	font-weight: bold;
	font-size: .9em;
	background: url(../images/icons/alert_tiny.png) no-repeat 0;
	padding-left: 25px;
	margin-top: -10px;
	margin-bottom: 20px;
}

#KT_tngerror {
	background: url(../images/icons/alert_large.png) no-repeat;
	padding-left: 40px;
	color: #b7d684;
	width: 75%;
}

form ol {
	list-style-type: none;
	margin: 0;
	padding: 1px;
}

form li {
	margin-bottom: 10px;
}

label {
	font-weight: bold;
}

#gjOrder label {
	margin-top: 15px;
	display: block;
	margin-bottom: -12px;
	line-height: 1em;
}

#gjOrder label.error {
	margin-top: 1px;
	color: #dc1a37;
	font-style: italic;
}

#gjOrderSubmit {
	margin-top: 20px;
}

fieldset {
	border: 1px solid #4e545d;
	margin-top: 10px;
	padding: 15px;
	background-color: #292d33;
	width: 75%;
}

legend {
	color: #c04e37;
	font-weight: bold;
}

.textfield {
	border-style: none;
	font-size: 1em;
	padding: 5px;
	width: 95%;
	background: white url(../images/navbar/background.png) repeat-x;
}

.textarea {
	background-color: #e2e2e2;
	font-size: .9em;
	width: 95%;
	padding: 5px;
}

.submit {
	text-align: center;
	width: 75%;
	padding: 15px;
}

li.formSignup {
	padding: 10px 0 10px 10px;
	background-color: #444a53;
	border: 1px dotted #6c727b;
	width: 95%;
}

li.formSignup p {
	font-size: .9em;
	margin-bottom: 0;
}



/* @end */

/* @group lists */

#leftcol ul {
	margin-top: 10px;
}

/* also */

ul.also {
	list-style-type: none;
	margin: 15px 0 20px;
	padding: 0;
}

ul.also a {
	padding: 5px 10px 5px 40px;
	display: block;
	background: url(../images/icons/righttriangle_tiny.png) no-repeat 15px 6px;
	border-bottom-width: 1px;
	border-bottom-color: white;
	width: 240px;
	text-transform: lowercase;
		color: #d2d2d2;

}

ul.also a:hover {
	color: #b7d684;
	background-color: #4e545d;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* current */

body.copywriting #copywritingLink,
body.presentations #presentationsLink,
body.event #eventLink,
body.profile #profileLink,
body.pr #prLink,
body.signs #signsLink,
body.stationary #stationaryLink,
body.brochures #brochuresLink,
body.basic #basicLink,
body.advanced #advancedLink,
body.cms #cmsLink
 {
	background-color: #444a53;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #b7d684;
}

/* offsite links */



/* @end */

/* @group links */

.indexItem a:hover {
	color: #b7d684;
}

.nbcf a {
	color: #fdbbd3;
	text-decoration: none;
}

ul.offsiteLinks a {
	background: url(../images/icons/web_tiny_g.png) no-repeat right;
	padding-right: 25px;
	color: #d2d2d2;
}

ul.offsiteLinks a:hover {
	background: url(../images/icons/web_tiny.png) no-repeat right;
	color: #66adf7;
}

#footer a {
	color: #d2d2d2;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.mailLink a {
	background: url(../images/icons/mail_tiny_g.png) no-repeat right;
	padding-right: 25px;
		color: #d2d2d2;
}

.mailLink a:hover {
	background-image: url(../images/icons/mail_tiny.png);
	border-bottom-style: none;
	color: #66adf7;
}

.downloadLink a {
	background: url(../images/icons/downloadTiny_g.png) no-repeat right;
	padding-right: 25px;
		color: #d2d2d2;

}

.downloadLink a:hover {
	background-image: url(../images/icons/downloadTiny.png);
	border-bottom-style: none;
	color: #b7d684;
}

#content a {
	text-decoration: none;
}

p a {
	color: #b7d684;
}

p a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}



/* @end */

/* @group tables */

#prices {
	border-collapse: collapse;
	width: 450px;
}

#prices td {
	border-bottom: 1px dotted #444a53;
}

#prices th {
	text-align: left;
}



/* @end */

/* @group news */

.news_h1 {
	color: #c04e37;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 30px;
}

.news_h2 {
	color: #d2d2d2;
	margin-top: 3px;
	padding-top: 0;
	font: 1.3em Georgia, "Times New Roman", Times, serif;
}

.newsicon {
	float: left;
}

#rightcol .article a {
	text-decoration: none;
	font-style: italic;
}

#rightcol .article a:hover {
	color: #b7d684;
}

.reading {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}

.article p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* news page */

.newsdate {
	font-style: italic;
	border-bottom: 1px solid #4e545d;
	padding-bottom: 5px;
	margin-top: -3px;
}

.newshort {
	font-style: italic;
	padding: 10px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4e545d;
	border-left: 5px solid #4e545d;
	margin-left: 15px;
	margin-bottom: 35px;
	margin-top: 30px;
}

.newslong {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
}

.articlecontent {
	margin-bottom: 25px;
}

.articlecontent a {
	color: #d2d2d2;
}

.articlecontent a:hover {
	color: #b7d684;
}

.article {
	padding-left: 20px;
	padding-right: 10px;
	border-top: 2px groove #292d33;
	padding-top: 20px;
}



/* @end */