/*---------------------------------------------------------
basic.css - styles for SRC Website

version:1.1
author: Andrew Sherman
Email: andy@imanageit.net
Description: Initial style sheet for main content shell for SRC
authorFlags: !!Required Dev
-----------------------------------------------------------*/
/*body id determines layout structure for page*/
/*this page = threeColLayout*/

body {
	/*insert main text styles*/
	font-family: arial;
	/*font-size: 10px;*/
	font-size: 11px;
	background: #e2e3e5;
}


body, p {
	margin: 0;
	padding: 0;
}

/*!!insert code to centre content [oncontainer woth neg margins]*/

/*main page container*/
#container {
	width: 970px;
	/*min-height: 650px;*/
	/*for centered layout - !!does this have an effect on inner container positioning??*/
	position: relative;
	left: 50%;
	margin-left: -485px;
	background: url(../images/containerBgTile.jpg) repeat-y left top;
}

#navBar{
	margin-left: 5px;
}


/*-----------------
Three column layout
#threeColLayout
------------------*/

#col1 {
	display: inline;
	width: 315px;
	/*!!need fix for min-height in ie6*/
	min-height: 350px;
	margin-left: 11px;
	margin-top: 5px;
	/*border-bottom: 1px solid #C7C7C7;*/
	/*background: #DEE3E6;*/
	float: left;

}

#col2 {
	display: inline;
	width: 315px;
	margin-left: 1px;
	margin-top: 5px;
	/*background: #DEE3E6;*/
	float:left;
}

#col3 {
	display: inline;
	width: 316px;
	/*height: 250px;*/
	margin-left: 1px;
	margin-top: 5px;
	/*border-bottom: 1px solid #C7C7C7;*/
	/*background: #DEE3E6;*/
	float:left;
}

/*-----------------
Two column layout
-----------------*/

#twoColLayout #col1 {
	display: inline;
	width: 315px;
	/*!!need fix for min-height in ie6*/
	min-height: 350px;
	margin-left: 11px;
	margin-top: 5px;
	/*border-bottom: 1px solid #C7C7C7;*/
	/*background: #DEE3E6;*/
	float: left;
}

#twoColLayout #col2 {
	display: inline;
	width: 631px;
	margin-left: 1px;
	margin-top: 5px;
	/*background: #DEE3E6;*/
	float:left;
}

/*-----------------
one column layout
-----------------*/

#oneColLayout #col1 {
	display: inline;
	width: 948px;
	/*!!need fix for min-height in ie6*/
	min-height: 350px;
	margin-left: 11px;
	margin-top: 5px;
	/*border-bottom: 1px solid #C7C7C7;*/
	/*background: #DEE3E6;*/
	float: left;
}



/*----------------------------
main header style - all pages
----------------------------*/

h1 {
	width: 100%;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	background: #6B7C86;
	
}

h1 p {
	/*add additional margin from top for header text*/
	margin-top: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h2 {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}


.altColh1 {
	width: 100%;
	height: 30px;
	margin-top: 0px;
	/*border-bottom: 1px solid #666;*/
	border-top: 1px solid #fff;
	font-family: Arial;
	font-size: 12px;
	color: #6B7C86;
	background: #ffffff;
}


/*!! extranous code - div around <p>'s find alt solution*/
.greyBox {
	margin-top: 0px;
	border-bottom: 1px solid #C7C7C7;
	background: #DEE3E6;
}

p {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	/*background: #ff0000;*/
	
}

/*use to add padding so img has border*/
/*.img-wrapper {
	position: relative;
	padding-right: 3px;
	float: left;
}*/
/*
img {
	margin: 1px;
	padding: 2px;
	border: 1px solid #ccc;
	background: #fff;
	float: left;
}

img.right { 
	padding: 4px;
	margin: 0 0 2px 2px;
	display: inline;
}

img.left {
	padding: 4px;
	margin: 0 2px 2px 0;
	display: inline;
}*/

/*-------new img css test--*/

img {
	border:0;
	
}

p img { 
	max-width: 100%; 
	padding: 0;
	/*remove to take away white frame (two below)*/
	border: 1px solid #ccc;
	background: #fff;
}

/*no formatting on images*/
 .none {
	border: 0px;
}

img.right { 
	padding: 4px; 
	margin: 0 0 2px 7px; 
	display: inline; 
}
img.left { 
	padding: 4px; 
	margin: 0 7px 2px 0; 
	display: inline; 
}

.right { 
	float: right; 
}
.left { 
	float: left; 
}

.clear {
	clear: both;
}

img.centered { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

/*style for specific img in shoppers>onlineconversion*/

#imgConversion{
	margin-bottom: 10px;
	margin-left: 0px;
}

/*style for specific img - loginBtn*/

.logBtnImg {
	border: 0px;
	float: none;
}

/*---------------------------------------
home page login button/text layout style
----------------------------------------*/

.LogBtn span {
	display: block;
	font-weight: bold;
	margin-top: -40px;
	margin-left: 60px;
}

.LogBtn em {
	font-weight: normal;
	font-style: normal;
	margin-left: 60px;
}

/*-----------
inline styles 
------------*/
/*bold text*/

span {
	font-weight: bold;
	font-size: 11px;
}

/*--------------------
link styles - generic
--------------------*/
.link {
	float: right;
}

a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

a:link, a:visited {
	text-decoration: underline;	
}

a:hover, a:active {
	text-decoration: none;
}


/*-------
footer
-------*/

#footer {
	width: 970px;
	height: 56px;
	background: url(../images/footerCentre.jpg) repeat-x left top;
	clear: both;
}

/*text styles for footer*/
#footer p{
	font-size: 10px;
	color: #ffffff;

}

/*!! find better markup for footer corner pieces*/

#footer .footerLeft {
	height: 56px;
	padding-left: 15px;
	padding-top: 15px;
	float: left;
	background: url(../images/footerLeft.jpg) no-repeat left top;
}

#footer .footerRight {
	height: 56px;
	padding-right: 25px;
	padding-top: 25px;
	float: right;
	background: url(../images/footerRight.jpg) no-repeat right top;
}

/*controls styling of newsletter swf

#footer span {
	display: block;
	padding-right: 17px;
	padding-top: 17px;
	float: left;
}*/

/*----------------
footer link styles
----------------*/

#footer a {
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;	
}


/*---------------------
bottom visual Blaze tag
---------------------*/

#vbTag {
	position: absolute;
	bottom: -20px;
	right: 0px;
}

#vbTag a {
	color: #666;
}
