@charset "utf-8";
/* PURPOSE: main.css for the SR&D,C&CTRRD  Website 
     rsuthe11 Assignment 1 CSC10217 Web Dev II Session 2 2010
     AUTHOR: Ross Sutherland
     LAST UPDATE: 19/08/2010 */
body{background-color: #00ADD0; /* Turquoise */
     background-image: url(../images/blueGradientBackground.gif);
     background-repeat: repeat-x;
     color: #000000;
	 line-height: 150%;
	 font-size: 12pt;
     font-family: Arial, Verdana, sans-serif;
}

h1{background-color: #005293; /* Teal Blue */
   color: #FFFFFF;
   text-align: center;
   font-size: 16pt;
   font-weight: bold;
   font-family: Arial, Verdana, sans-serif;
}

h2{background-color: #00ADD0; /* Turquoise */
   color: #FFFFFF;
   text-align: center;
   font-size: 14pt;
   font-weight: bold;
   font-style: italic;
   font-family: Arial, Verdana, sans-serif;
}
h3{background-color: #39F935; /* Bright Green */
   color: #FFFFFF;
   text-align: center;
   font-size: 12pt;
   font-style: italic;
   font-family: Arial, Verdana, sans-serif;
}
h4{background-color: #6C6F70; /* Steel Grey */
   color: #FFFFFF;
   text-align: center;
   font-size: 12pt;
   font-family: Arial, Verdana, sans-serif;
}
a:link{color:#005293; /* Teal Blue */
}
a:visited{color:#005293; /* Teal Blue */
}
a:hover{color:#6C6F70; /* Steel Grey */
}
a:active{color:#39F935; /* Bright Green */
}
/* Align Images Right */
.imageRight{float: right;
}
/* Fun bullets for Tech Zone E - Magazine Stories and quotes on about us page */
.srdList{font-size:12pt;
          font-style: italic;
          font-family: Arial, Verdana, sans-serif;
          padding-left: 10px;
          margin-left:10px;
          list-style: none;
   
}
.srdList li{padding-left: 50px;
           background-image: url(../images/computer.gif);
           background-repeat: no-repeat;
           background-position: 0 0.5em;		
}
/* Tech Zone Page */
#profileImage{float:right;
}
/* Appears once, at all page's first heading 1 */
#logoImage{float:left;
}

#productsImage{float:right;
}
         

#wrapper{margin-left: auto;
         margin-right: auto;
         width: 960px;
}

#banner{background-color: transparent;
}

#nav {background-color: transparent;
     text-align: center;
}
/* Turn off default underline of Navigation Images Breadcrumb text navigation*/
a.nounderline{
text-decoration:none;
}
/* Display nav bar images inline and center for bricking effect */
.navBar li{display: inline;
list-style-type:none;
text-decoration:none;
text-align: center;
}

#content{background-color: transparent;
         color: #000000;
	     line-height: 150%;
	     font-size: 12pt;
         font-family: Arial, Verdana, sans-serif;
         float: left;
         width:450px;
		 padding:10px;
         border-color:#3F9C35;
         border-width:5px;
         border-top-style:none;
         border-right-style:solid;
         border-bottom-style:none;
         border-left-style:none;

}

#columnRight{background-color:transparent;
             color: #000000;
	         line-height: 150%;
	         font-size: 12pt;
             font-family: Arial, Verdana, sans-serif;
             margin-left:470px;
		     padding:10px;
             border-color:#3F9C35;
             border-width:5px;
             border-top-style:none;
             border-right-style:none;
             border-bottom-style:none;
             border-left-style:solid;
}
/* Auction Registeration Form Layout */
#container {background-color: transparent;
	       margin: 0px auto;
	       padding: 0px;
	       color: #000000;
	       width: 450px;
		   
}
#joincontainer {width: 440px;
	           background-color: transparent;
	           
	           border: solid #3399cc 1px;
			   
}
#joinbox {background-color: #c5dee8;
	     margin: 5px 5px 5px 5px;
	     padding: 5px 5px 5px 5px;
	     font-family: Verdana, Helvetica, Arial, sans-serif;
	     font-size: .8em;
	     color: #000000;
		 
}
/*
div.srdAuctionRegisterForm{clear: both;
                          background-color:transparent;
                          border: 4px solid #005293;
                          padding: 10px;
                          margin: 10px;
                          min-width: 420px;		 
}
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formWidget {
  float: right;
  width: 300px;
  text-align: left;
  }
  */
/* SRD Contact and Auction Login Form Layout */
#srdForm{clear: both;
           background-color:transparent;
           border: 4px solid #005293;
           padding: 10px;
           margin: 10px;
           min-width: 420px;		 
}
hr{width: 100%;
  color:#005293; /* Teal Blue */
  background-color:#005293; /* Teal Blue */
  height: 4px;
  }
#footer{clear: both;
        font-size:8pt;
        font-style: italic;
        font-family: Arial, Verdana, sans-serif;
        line-height: 100%;  
}

