/* CSS Document */
p,a,h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	color: #555555;
	font-weight: normal;
	letter-spacing:0px;
	}
h1 { 
	font-size:22px;
	font-weight:bold;
	margin:1px;}
h2 { 
	font-size:18px;
	font-weight:bold;
	margin:0px;}
h3 { 
	font-size:14px;
	font-weight:bold;
	margin:0px;
	color:#3d5d7b;
}
.bottomContent h3 
{
    color:#555555;
    font-size:16px;
}
h4 { 
	font-size:12px;
	margin:0px;
	font-weight:bold;
	color:#5391ce;
}
h5 { 
	font-size:14px;
	color:#444;
    font-weight:bold;
    background-color:#dedede;
    padding:5px;
    width:98%;
    margin:0;
	}
p { 
	font-size:12px;
	font-weight:normal;
	margin:10px 0px;
	line-height:16px;}
a { 
	font-size:12px;
	font-weight:normal; 
	color:#1A75CF;
	text-decoration:underline;}
a:hover {
	text-decoration:none;
	color:#3d5d7b;}
ul, ol, li, td {
	font-size: 12px;
	text-decoration:none;
	list-style-image:url(/images/arrow.jpg);
	font-family:Arial, Helvetica, sans-serif;
	color: #555555;
}
li {
	line-height:14px;
	margin-bottom:8px;}
ul {
	margin-left: 0px; 
	padding-left: 16px; 
}
ul li {
	font-size: 12px; 
	list-style-position: outside;
}
.inputyellow {
	font-size: 12px;
	color: #999999;
	height: auto;
	text-align: left;
	border:1px solid #cccccc;
	padding:3px;
	margin:3px;}
.input {
	font-size: 12px;
	color: #666666;
	width:200px;
	margin:5px;}
.button
{
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	cursor: pointer;
	width:auto;
	height:auto;
	margin:0px;
	background-color:#5391ce;
	border:1px solid #3d6c9a;
	color:#fff;
	padding:3px 5px;
	}
.inputSearch {
	font-size: 10px;
	background-color: #FFFFFF;
	color: #666;
	font-weight:bold;
	height: auto;
	width:140px;
	text-align: left;
	border:1px solid #999;
	text-transform:uppercase;
	padding:5px 3px;
	margin-right:3px;
	background-image:url(/images/searchBg.jpg);
	background-repeat:repeat-x;
	float:left;
}
select {
	font-size: 12px;
	color: #666666;
	width:203px;
	margin:5px;
}
option {
	font-size: 12px;
	background-color: #FFFFFF;
	color: #666666;
	height: auto;
	text-align: left;
	margin:3px;}
textarea{
	font-size: 12px;
	padding:3px;
	color:#666666;
}
.formright textarea{
	font-size: 12px;
	padding:3px;
	color:#666666;
	width:300px;
	height:150px;
}
input[type="radio"] { 
	border:0;
	width:auto;}
input[type="checkbox"] { 
	border:0;
	width:auto;}
hr {
	height: 0px; 
	border-top: 1px solid #d5d8d7;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;}
normal {
	color: #666;
	font-weight: normal;
	font-size:12px;}
.yellow {
	color:#FDB930;
}
.blue {
	color:#568dc0;
}
.red {
	color:#c31131;
}
.green {
	color:#a8bc20;
}
.black 
{
    color:#000;
}
.greyBg {
	font-size:14px;
	font-weight:bold;
	background-color:#FDB930;
	color:#666;
	padding:10px;}
.picture {
	border:1px solid #ccc;
	margin-left:10px;}
.greyBorder {
	border:1px solid #cccccc;
}
.inputQuantity{
	width:20px;
	height:20px;
	padding-left:5px;
	padding-top:5px;
}
.strikeThrough {
	text-decoration:line-through;
	font-weight:lighter;
}
.price {
	font-size:24px;
	color:#009900;
}
.goButton {
    background-image:url(/images/goButton.png);
    background-repeat:no-repeat;
    border:0 none;
    color:#FFFFFF;
    cursor:pointer;
    font-size:11px;
    font-weight:bold;
    height:23px;
    position:relative;
    text-align:center;
    width:26px;
    margin-left:2px;
    float:left;
}
.goButton:hover {
    background-image:url(/images/goButtonHover.png);
    background-repeat:no-repeat;
    border:0 none;
    color:#FFFFFF;
    cursor:pointer;
    font-size:11px;
    font-weight:bold;
    height:23px;
    position:relative;
    text-align:center;
    width:26px;
    margin-left:2px;
}
.portfolio a 
{
   width:209px;
   min-height:222px;
   float:left;
   background-image:url(http://www.precis.us/images/portfolioBG.jpg);
   background-repeat:no-repeat;
   padding:15px 0px 0px 10px;
}
.portfolio a:hover
{
   width:209px;
   min-height:222px;
   float:left;
   background-image:url(http://www.precis.us/images/portfolioBGHover.jpg);
   background-repeat:no-repeat;
   padding:15px 0px 0px 10px;
}