body
{
    padding:0;
    margin:0;
    background-color:#E8EFEF;
    font-family: helvetica, arial, sans-serif;
    color:#333;
}

p, a, li, td, label
{
    font-size:small;
}

p.larger
{
    font-size:medium;
}

th
{
    font-size:small;
    font-weight:bold;
}

small
{
    font-size:x-small;
}

small a
{
    font-size:x-small;
}

a
{
    text-decoration:none;
    font-weight:bold;
    color:#333;
}

a:hover
{
    text-decoration:underline;
    color:#000;
}

a img
{
    border:0;
}

.tip
{
    font-size:x-small;
    color:#999;
}

.error
{
    color:#c00;
    font-weight:bold;
}

.message
{
    color:#00416D;
    font-weight:bold;
    font-size:large;
}

h1
{
    color: #000;
    font-size: x-large;
    font-weight:bold;
}

h2
{
    color: #999;
    font-size: large;
    font-weight:bold;
}

h3
{
    color: #000;
    font-size: medium;
    font-weight:bold;
    margin:5px;
}

.form
{
    width:570px;
}

.half .form
{
    width:440px;
}

.form td, .details td
{
    font-size:medium;
    color:#00416D;
    font-weight:bold;
}


.details
{
    width:100%;
}

.details td.value
{
    color:#000;
    font-weight:normal;
}

.form td input
{
    width:100%;
    font-size:medium;
    color:#666;
}

.form td select
{
    width:100%;
    font-size:medium;
    color:#666;
}

.form td textarea
{
    width:100%;
    font-size:medium;
    color:#666;
}

.results td, .results th
{
    border: 1px solid #ccc;
    padding:2px;
    word-wrap: break-word;
}

.results
{
    width:940px;
}

.similar
{
    border: 1px solid #aaa;
    margin:10px;
    padding:5px;
}


#container
{
    width:960px;
    margin:0 auto;
    min-height:400px;
    background-color:#fff;
}

#header
{
    width:940px;
    margin:10px auto;
    padding:5px;
    text-align:right;
}

#header h1
{
    font-size:large;
    font-style:italic;
    margin:0;
    font-family:Georgia, serif;
}
#header h2
{
    font-size:medium;
    font-style:italic;
    margin:0;
    margin-bottom:10px;
    font-family:Georgia, serif;
}

.border
{
    border:1px solid #aaa;
    background-color:#fff;
    padding:10px;
    margin:5px;
    margin-bottom:10px;
}

.border h1, .border h2, .border h3, .border p, .border a
{
    margin:0;
}


.border.phone, .border.membership
{
    padding-top:21px;
    padding-bottom:21px;
}


img.border
{
    padding:0;
    margin:0;
    border:1px solid #aaa;
}

.script
{
    font-family:Georgia, serif;
    font-size:x-large;
}

.black
{
    color:#000;
}

h1.grey
{
    color:#999;
}

p.featured_text
{
    font-size:120%;
    float:left;
    width:250px;
    margin-right:20px;
}

#ptslogo p
{
    font-style:italic;
    font-size:x-large;
    font-weight:normal;
}

#ptslogo a
{
    font-style:italic;
    font-size:x-large;
    font-weight:bold;
}

#ptslogo img
{
    float:right;
    margin-left:20px;
}

#random p
{
    margin:0;
    padding:0;
}

#admin
{
    background-color:#DDDDDD;
    padding:5px;
}

#breadcrumb
{
    float:left;
}

#breadcrumb a
{
    font-size:medium;
}

#login
{
    float:right;
    width:300px;
    text-align:right;
}

#content
{
    width:950px;
    float:left;
    background-color:#fff;
    padding:5px;
}

#container.home
{
    background-color:#E8EFEF;
}

#container.home div#content
{
    background-color:#E8EFEF;
}

#footer
{
    background-color:#333;
    width:100%;
    height:120px;
    padding-top:10px;
}

#footer p, #footer a
{
    color:#fff;
    text-align:center;
}

#menu
{
    margin-top:30px;
}

#menu ul
{
    padding:0;
    margin:0;
}

#menu li
{
    display:inline;
    list-style:none;
    padding:8px;
}

#menu a
{
    font-size:large;
    background-color:#999;
    color:#fff;
    padding:5px;
    text-decoration:none;
}

#menu a:hover
{
    background-color:#00416D;
    color:#fff;
    text-decoration:none;
}

#productList
{
	border: none;
}

#contactList
{
	border: none;
}

.right
{
    float:right;
}

.left
{
    float:left;
}

.third
{
    width:290px;
}

.twothird
{
    width:580px;
}

.half
{
    width:440px;
}

.quarter
{
    width:220px;
}

.autocomplete
{
    background-color:#fff;
    border:1px solid #666;
}

.autocomplete ul
{
    padding:0;
    margin:0;
}

.autocomplete li
{
    list-style:none;
    padding:5px;
    margin:0;
    cursor:pointer;
}

.autocomplete li:hover
{
    background-color:#E8EFEF;
}

.event
{
    border-bottom:1px dotted #999;
    margin-right:20px;
    margin-bottom:5px;
    padding-bottom:5px;
    float:left;
    clear:both;
    width:430px;
}

.event img.event_image
{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

.clear
{
    clear:both;
}

.email table
{
	width: 500px;
}

.email td, .email th
{
    border: 1px solid #ccc;
	width: 33%;
	text-align:center;
}

.email th
{
	font-size:medium;
	font-weight:bold;
	color:#00416D;
}

.email td, .email td a, .left p
{
	font-size:medium;
    color:#666;
	font-weight:normal;
}

#dateLeft input, #dateRight input
{
	width: 25px;
}

#dateYear2  input, #dateYear22  input{ width: 45px; }

#dateLeft, #dateRight
{
	float: left;
}

#dateRight 
{
	margin-left: 40px;
}

#a5
{
	float: left; 
	width: 110px; 
	height: 100px; 
	margin: 10px;
}

#a4
{
	width: 110px; 
	margin: 10px 110px 5px 10px;
}

#a6
{
	width: 110px; margin: 4px 110px 4px 10px;
}

#custom_scan
{
	width: 110px; margin: 5px 110px 5px 10px;
}

#a5ed
{
	float: left;
	width: 110px;
	height: 100px;
	margin: 10px;
}

#a4ed
{
	width: 110px;
	margin: 10px 10px 5px 10px;
}

#a6ed
{
	width: 110px; margin: 4px 10px 4px 10px;
}

#custom_scaned
{
	width: 110px; margin: 5px 10px 5px 10px;
}

.clearer
{
	line-height: 0px;
	clear: both;
}

#yearLeft input, #yearRight input 
{
    width: 10%;
}

.center_text {
    text-align: center;
}

div#button_nav form
{
    margin-top: -23px;
    margin-left: 200px;
    width: 253px;
    float: left;
    clear: none;
}

div#button_nav form input
{
    float: right;
    clear: none;
}

div#button_nav form.sover
{
    float:right;
    margin-right:50px;
}

.submit_send, .submit_edit, .submit_sover
{
    font-size: 12px;
    margin: 0px;
    padding: 1px;
}

