/* DXtreme Software On The Web Cascading Style Sheet*/

/*DIV tag properties*/

li.singlespace
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
	font-weight: normal;
	margin-top: 0pt;
	margin-bottom: 0pt;
}

li.doublespace
{
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
	font-weight: normal;
	margin-top: 10pt;
	margin-bottom: 0pt;
}

ul.first_level
{
	margin-top: 10pt;
	margin-bottom: 0pt;
	margin-left: 12pt;
	list-style-type: square;
}

ul.second_level
{
	margin-top: 10pt;
	margin-bottom: 0pt;
	margin-left: 12pt;
	list-style-type: disc;
}

ul.third_level
{
	margin-top: 10pt;
	margin-bottom: 0pt;
	margin-left: 12pt;
	list-style-type: circle;
}

ol.first_level
{
	margin-top: 0pt;
	margin-left: 20pt;
	list-style-type: decimal;
}

ol.second_level
{
	margin-top: 10pt;
	margin-left: 17pt;
	list-style-type: lower-alpha;
}

ol.third_level
{
	margin-top: 10pt;
	margin-bottom: 0pt;
	margin-left: 17pt;
	list-style-type: lower-roman;
}


#home
{
    text-align: center;
    border-top-width: 1px;
    padding-top: 40px
}

#order
{
    text-align: center;
    border-top-width: 1px;
    padding-top: 45px
}

#prods
{
    text-align: center;
    border-top-width: 1px;
    padding-top: 25px
}

#links
{
    text-align: center;
    border-top-width: 1px;
    padding-top: 45px
}

#birds
{
    text-align: center;
    border-top-width: 1px;
    padding-top: 35px
}

#reviews
{
    text-align: left;
    border-top-width: 1px;
    padding-top: 0px
}



A:link
{
    text-decoration: none;
    color: blue;
}

A:visited
{
    text-decoration: none;
    color: blue;
}
A:hover
{
    text-decoration: underline;
    color: red;
}
A:active
{
    text-decoration: none;
    color: red;
}

/*See Also anchor (hyperlink) properties by behavior;*/

A.dsotw:link
{
    text-decoration: none;
    color: blue;
    font-size: 9pt;
}

A.dsotw:visited
{
    text-decoration: none;
    color: blue;
    font-size: 9pt;
}
A.dsotw:hover
{
    text-decoration: none;
    color: red;
    font-size: 9pt;
}
A.dsotw:active
{
    text-decoration: none;
    color: red;
    font-size: 9pt;
}

