a:active {
	outline: none !important;
}

a:focus {
	-moz-outline-style: none !important;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(/images/layout/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}

#logo a {
	display: block;
	background-image: url(/images/layout/logo.png);
	background-repeat: no-repeat;
	width: 337px;
	height: 177px;
	margin: 95px auto 0;
	text-indent: -999999px;
}

#rightblock {
	background-image: url(/images/layout/right-fade.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 280px;
}

#content {
	margin-top: 10px;
}

#navigation ul,
#navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul li a {
	display: block;
	height: 49px;
	background-image: url(/images/layout/navigation-sprite.png);
	margin: 3px 0;
	text-indent: -999999px;
}

#navigation ul li.about	a			{background-position: 0px 0px ;}
#navigation ul li.about	a:hover		{background-position: 0px -50px  ;}
#navigation ul li.about	a.current	{background-position: 0px -100px ;}

#navigation ul li.services a		{background-position: -300px 0px ;}
#navigation ul li.services a:hover	{background-position: -300px -50px  ;}	
#navigation ul li.services a.current{background-position: -300px -100px ;}

#navigation ul li.products a		{background-position: -600px 0px ;}
#navigation ul li.products a:hover	{background-position: -600px -50px  ;}
#navigation ul li.products a.current{background-position: -600px -100px ;}

#navigation ul li.info a			{background-position: -900px 0px ;}
#navigation ul li.info a:hover		{background-position: -900px -50px  ;}
#navigation ul li.info a.current	{background-position: -900px -100px ;}

#navigation ul li.contact a			{background-position: -1200px 0px ;}
#navigation ul li.contact a:hover	{background-position: -1200px -50px  ;}
#navigation ul li.contact a.current	{background-position: -1200px -100px ;}

#navigation ul li.login a			{background-position: -1500px 0px ;}
#navigation ul li.login a:hover		{background-position: -1500px -50px  ;}
#navigation ul li.login a.current	{background-position: -1500px -100px ;}

.content-wrap {
	border: 1px solid #005581;
	border-width: 0 3px 3px 0;
	padding: 5px 15px 15px 15px;
	min-height: 815px;
}

.content-wrap img {
	border-top: 1px solid #008dd6;
	border-right: 1px solid #008dd6;
	border-left: 1px solid #005581;
	border-bottom: 1px solid #005581;
}

dl.table-display
{
	float: left;
	width: 545px;
	margin: 1em 15px;
	padding: 0;
/*	border-bottom: 1px solid #A7A9AC;*/
}

.table-display dt
{
	clear: left;
	float: left;
	width: 200px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #A7A9AC;
	font-weight: bold;
}

.table-display dd
{
	float: left;
	width: 300px;
	margin: 0;
	padding: 5px;
	border-top: 1px solid #A7A9AC;
}

a {
	color: #005581;
	font-weight: bold;
}

/*
	### Form Styling ###
*/

form#inforequest {
	background: #ECEDED;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 540px;
}

form#inforequest fieldset {
	border: none;
	margin-bottom: 10px;
}

form#inforequest fieldset:last-of-type {
	margin-bottom: 0;
}

form#inforequest legend {
	color: #005581;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 0 1px 1px #0082c5;
}

form#inforequest ol li {
	background: #c5ebff;
	background: rgba(255,255,255,.3);
	border-color: #ffffff;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}

form#inforequest ol li.error
{
	background-color: #FFCDCD;
	border-color: #FF7F7F;
}

form#inforequest ol ol li {
	background: none;
	border: none;
	float: left;
}

form#inforequest label {
	float: left;
	font-size: 13px;
	width: 110px;
}

form#inforequest #uploadedfiles input {
	width: auto;
	margin: 0 15px;
}

form#inforequest fieldset fieldset label {
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}

form#inforequest input:not([type=radio]),
form#inforequest textarea {
	background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	outline: none;
	padding: 5px;
	width: 325px;
}

form#inforequest input:not([type=submit]):focus,
form#inforequest textarea:focus {
	background: #e7f7ff;
}

form#inforequest input[type=radio] {
	float: left;
	margin-right: 5px;
}

form#inforequest button {
	background: #407EA0;
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #ffffff;
	display: block;
	font: 18px;
	letter-spacing: 1px;
	margin: auto;
	padding: 7px 25px;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
}

form#inforequest button:hover {
	background: #366b88;
	cursor: pointer;
}

/*
	### End Form Styling ###
*/

a:hover {
	color: #999;
}

#footer #yastech a {
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
	width: 130px;
	float: right;
	text-align: right;
	display: block;
	padding: 35px 80px 35px 15px;
	background-image: url(http://cdn.yastech.ca/marketing/footers/yastech.png);
	background-position: right center;
	background-repeat: no-repeat;
	color: #5d5d5d;
}


