body  {
	background-image: url(../images/page-elements/swan-agri-background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #000;
}

h1 {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: -5px;
	letter-spacing: 1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 30px;
}
h2 {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-bottom: -5px;
}
h3 {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	letter-spacing: 1px;
}
.orders li table{
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	letter-spacing: 1px;
}
a {
	text-decoration: none;
	color: #999;
}

a:visited {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	color: #999;
	text-decoration: none;
}
#container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
  border: 0px solid #000000;
  text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

#portfolio {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0px;
	padding: 0px;
} 

#header {
	margin: 0px 0px 0px;
	height: 200px;
	width: 800px;
	background: #000 url(../images/page-elements/swan-agri-banner.jpg);
	padding: 0 0px;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#headerOrders {
	background-color: #000;
	background-image: url(../images/page-elements/swan-order-banner_2011.jpg);
	margin: 0px;
	height: 230px;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#sidenav {
	float: left; /* since this element is floated, a width must be given */
	width: 100px;
	padding-top: 35px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 35px;
}

#sidenav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}
#sidenav ul li{
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 10px;
	line-height: 25px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	list-style-type: none;
	text-indent: 6px;
	display: block;
	text-align: left;
}
#sidenav ul li  a{
	color: #999;
	text-decoration: none;
}
#sidenav ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#sidenav li strong  {
	color: #FFF;
	font-weight: normal;
}

.zhFlagNav {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	display: inline;
	padding: 0px 0px 0px 22px;
	background: url(../images/page-elements/tiny_flag_zh.png) no-repeat 6px 7px;
}

.zhFlag {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	display: inline;
	padding: 0px 0px 0px 26px;
	background: url(../images/page-elements/tiny_flag_zh.png) no-repeat 2px 0px;
}

.enFlagNav {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	padding: 0px 0px 0px 22px;
	background: url(../images/page-elements/tiny_flag_au.png) no-repeat 6px 7px;
}

.enFlag {
	font-family: Arial, Helvetica, sans-serif;
	display: inline;
	padding: 0px 0px 0px 26px;
	background: url(../images/page-elements/tiny_flag_au.png) no-repeat 2px 0px;
}


#mainContent {
	float: right;
	width: 643px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
#footer {
	padding-right: 10px;
	padding-left: 40px;
	bottom: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
	height: 40px;
	width: 700px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #999;
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 10px;
	background-color: #000;
	padding: 0px;
	text-align: left;
}
#footer p a{
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	font-variant: normal;
	font-style: normal;
}
#footer p a:hover {
	color: #9F3;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	clear: both;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.navfloat { /* this class can be used to float an element left in your page */
	text-align: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.post {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.boldheading {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: lighter;
	margin-bottom: -5px;
	letter-spacing: 2px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 30px;
}

.chinese {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
}


.hrule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: -2px;
	margin-top: -15px;
}

.hrule2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: -5px;
	margin-top: -20px;
}
small     {
	font-weight: normal;
	font-size: 11px;
	vertical-align: text-top;
}

p strong {
	font-weight: bold;
	color: #FFF;
}

p {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

#leftcol {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	width: 290px;
}
#leftcol a {
	color:#999;
}
#leftcol a:hover {
	color:#9F3;
	text-decoration: none;
}
#leftcol h1 {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	margin-bottom: -5px;
	letter-spacing: 1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 30px;
}
#leftcol h2 {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	letter-spacing: 1px;
	margin-bottom: -5px;
}
#leftcol h3 {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	letter-spacing: 1px;
}
#leftcol .arrowlink {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 1px;
	font-style: normal;
}
#leftcol .arrowlink a:hover {
	color:#9F3;
	text-decoration: none;
	background-color: #FFF;
}
#rightcol {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 310px;
	float: right;
}
#fullpageContent {
	text-align: left;
	margin: 0px;
	width: 800px;
	padding: 0px;
}

#clear {
	clear:both;
}

#galleryContent {
	width: 641px;
	margin: 0;
	padding: 0;
}

.gallery {
	list-style: none;
	width: 640px;
	margin: 0 auto;
	padding: 0 0 0 0px;
}
.gallery li {
	float: left;
	width: 115px;
	height: 115px;
    }
.xgallery li a {
	float: left;
	display: block;
	margin: 15px 15 px 0 0;
}
.orders {
	list-style: none;
	width: 640px;
	margin: 0 auto;
	padding: 0 0 0 0px;
}
.orders li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	width: 290px;
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #666;
}
.orders li table {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: left;
	line-height: 15px;
	background-color: #000;
	background-repeat: repeat-x;
	background-attachment: scroll;
	vertical-align: text-top;
	margin: 0px;
	text-indent: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	background-image: url(../images/spacers/black-fade.gif);
}
.orders li table caption {
	font-family: Arial, Helvetica, Hei, SimSun, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-indent: 11px;
	text-align: left;
	line-height: 15px;
	text-decoration: none;
	padding-bottom: 10px;
}
.orders li a {
	float: left;
	display: block;
	margin: 10px 10px 0 0;
}
