﻿body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #f9f9f9;
}
html {
	margin: 0px;
}
#outercontainer 
{
    width: 982px;
    margin: 0px auto 0px auto;
    width: 982px;
    margin: 0px auto 0px auto;
    background-color: #ffffff;
    background-image: url(/Content/images/shadow_side.jpg);
    background-repeat: repeat-y;
    background-position: right;
}
#innercontainer 
{
    width: 975px;
    background-color: #ffffff;
    border-left: 1px solid #e4e4e4;
    
} 
#header {
	position: relative;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	height: 105px;
	color: #ffffff;
}
#logo {
	position: absolute;
	top: 15px;
	left: 20px;
}
#tagline {
	position: absolute;
	top: 76px;
	left: 200px;
	width: 400px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: bold;
}
#contactdetails {
	position: absolute;
	right: 10px;
	top: 76px;	
}

#contentcontainer 
{
    width: 970px;
}
#leftcontent {
	width: 160px;
	float: left;
	margin-right: 20px;
	padding: 20px 0px 20px 20px;
}
#rightcontent {
	float: left;
	margin-right: 20px;
	padding: 20px 10px 30px 20px;
	width: 680px;
}
#footer {
	position: relative;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	height: 70px;
	padding: 2px;
	font-size: 10px;
	margin: 0px;
}
#footer a{
	color: #ffffff;
}
#footer a:hover{
	color: #ffffff;
}


h1 {
	color: #6699CC;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 14px;
}
h2 {
	color: #6699CC;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
h3 {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
}
p {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}
a {	
	color: #6699CC;
	text-decoration: none;
}
a:hover {	
	color: #6699CC;
	text-decoration: none;
}

/*navigation*/
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	margin: 0px 0px 5px 0px;
	border: 1px solid #6699CC;
}
#navigation li a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 10px;
}
#navigation li a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #6699CC;
}
.indent a
{
    padding-left: 20px !important;
}



/* Category Display*/
.categoryitem {
	border-top: 5px solid #6699CC; 
	border-left: 1px solid #6699CC;
	border-bottom: 5px solid #6699CC; 
	border-right: 1px solid #6699CC;
	width: 108px;
	height: 100px;
	float: left;
	margin: 0px 20px 20px 0px;
	position: relative;
}
.categoryitemtext {
	position: absolute;
	right: 3px;
	bottom: 3px;
	text-align: right;
}
.categoryitemtext a {
	color: #666666;
	text-decoration: none;
}
.categoryitemtext a:hover{
	color: #6699CC;
	text-decoration: none;
}

/* Product List Display*/
.productlistitem {
	border: 1px solid #6699CC;
	padding: 15px; 
	margin-bottom: 20px;
	margin-right: 20px;
	width: 280px;
	float: left;
	height: 140px;
	overflow: auto;
}
.productlistimage {
	float: left;
	margin-right: 20px;
}
.productlisttext {
	float: left;
}
.bluebold {
	color: #6699CC;
	font-weight: bold;
	
}


/*Product Details*/
.productdetailsimage {
	float: left;
	margin-right: 20px;
}
.productdetailstext {
	float: left;
}
.enquirebutton {
	background-image: url(images/button_bg.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	width: 105px;
	padding: 2px;
}
.enquirebutton a {
	color: #ffffff;
}
.enquirebutton a:hover {
	color: #ffffff;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border-collapse: collapse;
}

table td 
{
  padding: 5px;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}


#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}
