/* -------------------------------------------------------------- 
  
	CSS Reset
	
	Based on work by Eric Meyer:
	* meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

em {font-style: italic;}

body { line-height: 1; background: #fff }

/* remember to define focus styles! */
:focus { outline: 0; }

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: collapse; border-spacing: 0; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }


/* -- @General ------------------------------------------- */

html {
	background:url('../img/footer-repeat.gif') 0 0 repeat;
}
body{ 
	background:#FFF url('../img/barSky_bg.gif') 0 0 repeat-x; 
	font:12px/20px 'Lucida Grande', Verdana, sans-serif;
	color:#000;
}
ul{ list-style:none; }
a {color:#3b61a0;font-weight:bold;}
a:hover {text-decoration:none;}
.clear{ clear:both; }

.error {color: #b11212;}

/* -- @Main Navigation ------------------------------------------- */

ul#main-nav{
	float:right;
	background:url('../img/mNav_bg.jpg') 0 0 no-repeat;
	width:489px;
	height:57px;
	margin-top:20px;
}
ul#main-nav li{
	float:left;
	margin:15px 19px 0 0;
}
ul#main-nav li.end {
	margin-right:0;
}
ul#main-nav li a {
	display:block;
	text-indent:-9999px;
	margin-bottom:5px;
}
ul#main-nav li a.products {
	background:url('../img/mNav_bg.jpg') 0 -15px no-repeat;
	width:85px;
	height:30px;
	/*margin-right:19px;*/
}
ul#main-nav li a.products:hover,
ul#main-nav li.over a.products {
	background:url('../img/mNav_bg.jpg') 0 -72px no-repeat;
	width:85px;
	height:30px;
}
ul#main-nav li a.resources {
	background:url('../img/mNav_bg.jpg') -104px -15px no-repeat;
	width:154px;
	height:30px;
	/*margin-right:22px;*/
}
ul#main-nav li a.resources:hover,
ul#main-nav li.over a.resources {
	background:url('../img/mNav_bg.jpg') -104px -72px no-repeat;
	width:154px;
	height:30px;
}
ul#main-nav li a.about-us {
	background:url('../img/mNav_bg.jpg') -280px -15px no-repeat;
	width:90px;
	height:30px;
	/*margin-right:19px;*/
}
ul#main-nav li a.about-us:hover,
ul#main-nav li.over a.about-us {
	background:url('../img/mNav_bg.jpg') -280px -72px no-repeat;
	width:90px;
	height:30px;
}
ul#main-nav li a.contact-us {
	background:url('../img/mNav_bg.jpg') -389px -15px no-repeat;
	width:100px;
	height:30px;
}
ul#main-nav li a.contact-us:hover,
ul#main-nav li.over a.contact-us {
	background:url('../img/mNav_bg.jpg') -389px -72px no-repeat;
	width:100px;
	height:30px;
}

/* Second tier */
ul#main-nav li ul {
	position: absolute;
	display:none;
	left:auto; 
	background-color:#fff;
	border:1px solid #b1bed4;
	padding:5px 0 5px 16px;
	width:220px;
    z-index:10;
}
ul#main-nav li.end ul {
    margin-left: -138px;
}
li>ul{
	top:auto;
	left:auto;
}
ul#main-nav li:hover ul, ul#main-nav li.over ul { 
	display:block;
}
ul#main-nav li ul li {
	float:none;
	margin:4px 0;
}
ul#main-nav li ul li a {
	text-indent:0;
	margin:0;
	color:#3b61a0;
	font-weight:bold;
	text-decoration:none;
}
ul#main-nav li ul li a:hover{
	text-decoration:underline;
}

/* Inline Products Navigation */
ul#main-nav li ul.products {
    padding: 0 6px;
}
ul#main-nav li ul.products li.subhead {
    padding: 14px 0 0 6px;
    background: url("../img/hr.gif") top left repeat-x;
}
ul#main-nav li ul.products li.subhead-first {
    margin-top: 0;
    background: none;
}
ul#main-nav li ul.products li.subhead h4 {
    font-size: 14px;
    font-weight: bold;
}
ul#main-nav li ul.products li.subhead ul.inline {
    position: static;
    background: none;
    border: 0;
    padding: 0 0 5px 6px;
    width: 208px;
}


/* -- @Video Selector------------------------------------------- */
#video-selector{
    text-align:center;
}
#select-video{
    width:280px;
}



/* -- @Breadcrumb ------------------------------------------- */

ul#breadcrumbs{
	float:left;
	margin:0 0 5px 10px;
}
ul#breadcrumbs li{
	float:left;
	font-size:11px;
	margin-right:7px;
	color:#3e63a2;
}
ul#breadcrumbs li a{
	color:#3e63a2;
	font-weight:bold;
	text-decoration:none;
}
ul#breadcrumbs li a:hover{
	text-decoration:underline;
}

/* -- @Footer Navigation ------------------------------------------- */

ul#footer-nav{
	width:345px;
	height:24px;
	margin:0 auto;
}
ul#footer-nav li{
	float:left;
}
ul#footer-nav li a{
	display:block;
	text-indent:-9999px;
}
ul#footer-nav li a.privacy{
	background:url('../img/fNav_bg.png') 0 0 no-repeat;
	width:102px;
	height:24px;
	margin-right:5px;
}
ul#footer-nav li a.privacy:hover{
	background:url('../img/fNav_bg.png') 0 -24px no-repeat;
	width:102px;
	height:24px;
}
ul#footer-nav li a.terms{
	background:url('../img/fNav_bg.png') -107px 0 no-repeat;
	width:137px;
	height:24px;
	margin-right:5px;
}
ul#footer-nav li a.terms:hover{
	background:url('../img/fNav_bg.png') -107px -24px no-repeat;
	width:137px;
	height:24px;
}
ul#footer-nav li a.press-room{
	background:url('../img/fNav_bg.png') -249px 0 no-repeat;
	width:91px;
	height:24px;
	margin-right:5px;
}
ul#footer-nav li a.press-room:hover{
	background:url('../img/fNav_bg.png') -249px -24px no-repeat;
	width:91px;
	height:24px;
}
ul#footer-nav li a.compliance{
	background:url('../img/fNav_bg.png') -345px 0 no-repeat;
	width:114px;
	height:24px;
}
ul#footer-nav li a.compliance:hover{
	background:url('../img/fNav_bg.png') -345px -24px no-repeat;
	width:114px;
	height:24px;
}

/* -- @LeftSide Navigation ------------------------------------------- */

#side-nav{
	float:left;
	width:229px;
}
#side-nav h3{
	background-color:#3b61a0;
	color:#fff;
	font-size:18px;
	width:217px;
	padding:15px 0 15px 10px;
	font-weight: bold;
}
#side-nav li{
	margin:0;
	padding:0;
}
#side-nav li a{
	display:block;
	width:217px;
	padding: 4px 0 4px 10px;
	text-decoration:none;
}
#side-nav li a:hover {
	background:url('../img/sNavLinkHover_bg.gif') 0 0 no-repeat;
	text-decoration:none;
}
#side-nav li.active a {
	background:url('../img/sNavLinkHover_bg.gif') 0 0 no-repeat;
	text-decoration:none;
	color:#000;
}
#side-nav li.active ul{
	background-color:#f9fafc;
	border-bottom:1px solid #d0d8e5;
	width:227px;
}
#side-nav li.active ul li a{
	padding-left:20px;
	width:209px;
	color:#3b61a0;
}
#side-nav li.active ul li a:hover,#side-nav li.active ul li a.active{
	background:url('../img/rNavArrow.gif') 10px 12px no-repeat;
	color:#000;
}
#side-nav li.active ul li a{
	background:none;
	
}
a.visit-trimerit{
	display:block;
	width:153px;
	height:27px;
	text-indent:-9999px;
	background:url('../img/visitTriMerit_btn.gif') 0 0 no-repeat;
}
a.learn-more{
	margin: 25px 0;
	display:block;
	width:106px;
	height:27px;
	text-indent:-9999px;
	background:url('../img/learn-more-btn.gif') 0 0 no-repeat;
}
a.contact-gam{
	margin: 25px 0;
	display:block;
	width:249px;
	height:27px;
	text-indent:-9999px;
	background:url('../img/contact-gam-btn.gif') 0 0 no-repeat;
}
/* -- @Right Sidebar ------------------------------------------- */

#right-sidebar{
	float:right;
	width:220px;
}
#right-sidebar a.facebook {
    float: left;
    margin-bottom: 10px;
    width: 220px;
    height: 40px;
    text-indent: -5000em;
    background: url('../img/facebook.jpg') 0 0 no-repeat;
}
#right-sidebar a.facebook:hover {
    background: url('../img/facebook.jpg') 0 -40px no-repeat;
}
.right-callout{
    float: left;
	width:218px;
	border:1px solid #afa275;
	background-color:#f3f1eb;
	margin-bottom:11px;
}
.right-callout.facebook {
    text-align: center;
}
.right-callout.facebook a {
    text-decoration: none;
    font-size: 11px;
    color: #3e63a2;
}
.right-callout-inner{
    position: relative;
	border:1px solid #fff;
	background:url('../img/rCallout_bg.gif') 0 bottom no-repeat;
	padding: 20px 13px;
}
.right-callout.facebook .right-callout-inner {
    padding: 20px 0px 10px;
}
.right-callout-inner h3{
	color:#455a21;
	font-size:16px;
	font-weight: bold;
	text-align:center;
	margin-bottom: 5px;
}
.right-callout-inner p{
	text-align:center;
	line-height:16px;
	margin: 8px 0;
}
.right-callout-inner a.button {
	display:block;
	margin:20px auto 0 auto;
	background:url('../img/rCalloutBtn_bg.gif') 0 0 no-repeat;
	width:188px;
	height:40px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	line-height:37px;
}
.right-callout-inner a.button:hover {
	background:url('../img/rCalloutBtn_bg.gif') 0 -40px no-repeat;
}
.right-callout-inner .facebook-like {
    width: 210px;
    margin: 0 auto;
    overflow: hidden;
}

/* -- @Structure ------------------------------------------- */

#head, #content-wrap, #footer-content{
	width:960px;
	margin:0 auto;
}
#head{
	height:101px;
	background:url('../img/header_bg.jpg') 0 0 no-repeat;
}
a.logo{
	display:block;
	position:absolute;
}
#content-wrap{
	clear:both;
	width:960px;
	min-height: 430px;
	padding-top:8px;
	margin-bottom:30px;
}
#content{
	clear:both;
	width:940px;
	margin:0 auto;
}
#footer{
	background:#cac0a2 url('../img/footer-repeat.gif') 0 0 repeat;
	width:100%;
	border-top:1px solid #FFFFFF;
}
#tree-foot{
	background-position:center;
	width:100%;
	height:1px;
	clear:both;
	margin-top:25px;
    border-bottom: solid 1px #acbcd5;
}
#footer-wrap{
	background:url('../img/footer-top.jpg') 0 0 no-repeat;
	width:1024px;
	margin:0 auto;
	padding-top:35px;
	padding-bottom:25px;
}
#footer-wrap img{
	margin-top:25px;
}
#footer-wrap p{
	text-align:center;
	color:#000000;
	font-size:11px;
	margin-top:10px;
}

/* -- @Body generic styles ------------------------------------------- */

#body ul{
	list-style:disc;
	color:#3b61a0;
	line-height: 20px;
	margin-left: 14px;
}
#body ul span{/* Used to make the text black and disc blue */
	color:#000;
}
#body ol{
	color:#3b61a0;
	line-height: 20px;
	margin-left:18px;
}
#body ol span{/* Used to make the text black and number blue */
	color:#000;
}
#body li {
	margin: 10px 0;
}

table{
	border:1px solid #aebbd2;
	padding: 5px;
}
th{
	background-color:#3b61a0;
	text-align:left;
}
tr.odd{
	background-color:#f9f8f5;
}


/* -- @Container ------------------------------------------- */

#container{
	width:707px;
	border:1px solid #aebbd2;
	float:left;
}
#container-wrap{
	border:1px solid #fff;
	background:#fff url('../img/container_bg.gif') 0 0 repeat-y;
}

#body,#title{
	margin-left:230px;
}
#title {
	background-color:#f3f1eb;
	padding:15px 12px;
	border-bottom:1px solid #fff;
}
#title h1 { 
	color:#455a21;
	font-size:18px;
	font-weight: bold;
	line-height:25px;
    min-height: 40px;
}
#title a.visit {
    height: 27px;
    margin: 7px 7px 0 0;
    display: block;
    float: right;
    text-indent: -3000px;
    font-size: 0;
    line-height: 0;
}
#title a.visit-tri-merit {
    width: 150px;
    background: url('../img/visit-tri-merit.gif') top left no-repeat;
}
#title a.visit-auction-check {
    width: 150px;
    background: url('../img/visit-auction-check.gif') top left no-repeat;
}
#title a.visit-gam-tag {
    width: 128px;
    background: url('../img/visit-gam-tag.gif') top left no-repeat;
}
#title a.visit-cattle-post {
    width: 157px;
    background: url('../img/visit-cattle-post.gif') top left no-repeat;
}
#title a.visit-eye-d {
    width: 97px;
    background: url('../img/visit-eye-d.gif') top left no-repeat;
}
#title a.visit-aqua-merit {
    width: 165px;
    background: url('../img/visit-aqua-merit.gif') top left no-repeat;
}
#body{
	border-top:1px solid #aebbd2;
	padding:5px 12px 15px 12px;
    min-height: 210px;
}
#body p{
	margin: 15px 0;
	line-height: 20px;
}
#body p.caption {
    margin-top: 0;
}
#body h2{
	color:#455a21;
	font-size:16px;
	font-weight: bold;
	margin:15px 0;
	line-height: 20px;
	text-transform: capitalize;
}
#body h3 {
    margin: 15px 0;
    font-size:14px;
	color:#3b61a0;
    font-weight: bold;
}

#body h4 {
    margin: 15px 0;
    font-size:12px;
	color:#000;
    font-weight: bold;
}


ul#product-grid{
	width:450px;
	list-style:none;
	color:#000;
	float:left;
	margin: 5px 0 10px 0;
}
ul#product-grid li{
	float:left;
	width:205px;
	padding-right:15px;
	margin-bottom:25px;
}
ul#product-grid li.right{
	padding-left:15px;
	padding-right:0;
	border-left:1px solid #aebbd2;
	margin-left: -1px; /* negative one to collapse border to left */
}
ul#product-grid li.left{
	border-right:1px solid #aebbd2;
}
ul#product-grid li.divider {
	width:450px;
	display:block;
	height:0;
	margin:0;
	padding:0;
}
ul#product-grid h3{
	margin:6px 0 8px 0;
	line-height:16px;
}
ul#product-grid h3 a{
	font-size:14px;
	color:#3b61a0;
	text-decoration:none;	
}
ul#product-grid h3 a:hover{
	text-decoration:underline;
}
ul#product-grid p{
	line-height:16px;
	margin: 8px 0 6px 0;
}

#video-content{
	background:url('../img/vidPlayer_bg.png') 0 0 no-repeat;
	width:688px;
	height:388px;
	margin:0 auto;
	padding:45px 0 0 48px;
    position:relative;
    z-index:0;
}
#video-container h1 {
	font-size: 18px;
	color:#fff;
	width: 590;
	padding-top: 20px;
	margin: 15px 20px;
}
#video-container p {
	color:#fff;
	width: 560px;
	margin: 15px 20px;
	font-weight: bold;
	line-height: 20px;
}
#video-new{
    position:absolute;
    height:148px;
    width:148px;
    top:23px;
    right:26px;
}

/* -- @Home page ------------------------------------------- */
.front h1 {
    font: 16px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    width: 940px;
    line-height: 27px;
    margin: 33px 0 40px;
    text-shadow: 1px 1px #edf1f6;
}
.front h1 strong {
    color: #485e29;
}

#product-showcase ul li {
    list-style: none;
    width: 708px;
    height: 265px;
}
#product-showcase .bx-wrapper {
    position: relative;
}
#product-showcase .bx-window {
    border: solid 1px #bbb5a4;
}
#product-showcase .bx-pager {
    width: 708px;
    height: 64px;
    border-bottom: solid 1px #bbb5a4;
    border-left: solid 1px #bbb5a4;
    border-right: solid 1px #bbb5a4;
    background: #bbb5a4;
}
#product-showcase .bx-pager a {
    float: left;
    border: solid 1px #FFF;
    text-indent: -3000px;
    font-size: 0;
    line-height: 0;
}
#product-showcase .bx-pager a.pager-1 {
    width: 115px;
    height: 62px;
    margin: 0 1px 0 0;
    background: url('../img/logo-sprite.png') 0px 0px;
}
#product-showcase .bx-pager a.pager-1.pager-active,
#product-showcase .bx-pager a.pager-1:hover {
    background: url('../img/logo-sprite.png') 0px -62px;
}
#product-showcase .bx-pager a.pager-2 {
    width: 115px;
    height: 62px;
    margin: 0 1px 0 0;
    background: url('../img/logo-sprite.png') -115px 0px;
}
#product-showcase .bx-pager a.pager-2.pager-active,
#product-showcase .bx-pager a.pager-2:hover {
    background: url('../img/logo-sprite.png') -115px -62px;
}
#product-showcase .bx-pager a.pager-3 {
    width: 115px;
    height: 62px;
    margin: 0 1px 0 0;
    background: url('../img/logo-sprite.png') -230px 0px ;
}
#product-showcase .bx-pager a.pager-3.pager-active,
#product-showcase .bx-pager a.pager-3:hover {
    background: url('../img/logo-sprite.png') -230px -62px;
}
#product-showcase .bx-pager a.pager-4 {
    width: 114px;
    height: 62px;
    margin: 0 1px 0 0;
    background: url('../img/logo-sprite.png') -345px 0px;
}
#product-showcase .bx-pager a.pager-4.pager-active,
#product-showcase .bx-pager a.pager-4:hover {
    background: url('../img/logo-sprite.png') -345px -62px;
}
#product-showcase .bx-pager a.pager-5 {
    width: 115px;
    height: 62px;
    margin: 0 1px 0 0;
    background: url('../img/logo-sprite.png') -459px 0px;
}
#product-showcase .bx-pager a.pager-5.pager-active,
#product-showcase .bx-pager a.pager-5:hover {
    background: url('../img/logo-sprite.png') -459px -62px;
}
#product-showcase .bx-pager a.pager-6 {
    width: 117px;
    height: 62px;
    background: url('../img/logo-sprite.png') -574px 0px;
}
#product-showcase .bx-pager a.pager-6.pager-active,
#product-showcase .bx-pager a.pager-6:hover {
    background: url('../img/logo-sprite.png') -574px -62px;
}

#product-showcase button.bx-prev {
    width: 32px;
    height: 45px;
    display: block;
    position: absolute;
    top: 110px;
    left: 1px;
    background: url('../img/pager-buttons.png') top left no-repeat;
    border: none;
    cursor: pointer;
    text-indent: -3000px;
    font-size: 0;
    line-height: 0;
}
#product-showcase button.bx-next {
    width: 33px;
    height: 45px;
    display: block;
    position: absolute;
    top: 110px;
    right: -1px;
    background: url('../img/pager-buttons.png') top right no-repeat;
    border: none;
    cursor: pointer;
    text-indent: -3000px;
    font-size: 0;
    line-height: 0;
}
#product-showcase .pos-container {
    display: none;
}


#body .contact fieldset div.form-item {
    clear: both;
    margin: 10px 0;
	color:#000;
	display: block;
	min-height: 30px;
}
#body .contact fieldset div.form-button {
	padding: 15px 0 0 135px;
}
#body .contact fieldset div.form-button input {
    margin-right: 10px;
    padding: 0;
    width: auto;
}
fieldset div.form-item label {
    float: left;
    padding-top: 3px;
    padding-right: 5px;
	width:135px;
	text-align:right;
}
fieldset div.form-item input, 
fieldset div.form-item textarea {
    float: left;
	width:280px;
	padding:3px;
}
fieldset div.form-checkitem {
	margin: 0 0 0 135px;
	padding: 5px 0;
	clear: left;
}
fieldset div.form-checkitem input {
	float:left;
}
fieldset div.form-checkitem label {
	width: 275px;
	display: block;
	line-height: 16px;
	float:left;
}
fieldset div.form-list-group {
	margin: 40px 0 35px 0; 
	clear: both;
}

fieldset div.form-list-group p {
	padding: 0 0 0 135px;
}

.form-left{
	float:left;
	width:140px;
	text-align:right;
}
.form-right{
	float:right;
	width:290px;
}


/* -- @Press Room styles ------------------------------------------- */

.press-release-preview {
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #aebbd2;
}

.press-release-preview-last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.press-release-preview h3 a,
.press-release-preview-last h3 a {
	text-decoration: none;
	text-transform: capitalize;
}

.press-release-preview h3 a:hover,
.press-release-preview-last h3 a:hover {
	text-decoration: underline;
}


/* -- @Footer logo styles ------------------------------------------- */

#footer-logos {
	margin: 0 auto;
	width: 515px;
	height: 110px;
    display: block;
	margin-top: 25px;
	text-align: left;
}
#footer-logos img {
	border:none;
	margin: 0 5px;
	float: left;
}
#footer-logos a.logo-truste img {
    margin-top: 8px;
    border: 2px solid #7B6A38;
}
#footer-usda-info {
	float:left;
	margin: 0 5px;
	padding: 0;
	font-size: 10px;
	display: block;
	width: 250px;
	color: #000000; 
}
#footer-usda-info ul {
	margin: 0 15px;
	list-style: disc;
}
#footer-usda-info ul li {
	margin: -2px 0;
	padding: 0;
}
#footer-usda-info p {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 10px;
}
#footer-usda-info a {
	margin: 0;
	padding: 0;
}


/* -- @Press Room styles ------------------------------------------- */

div#body div.gallery-row {
	width: 445px;
	display: block;
}

div#body div.gallery-item {
	display: block;
	float: left;
	width: 135px;
	margin: 0 5px 25px 5px;
	text-align: center;
}

div#body div.gallery-item p {
	line-height: 16px;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

div#body div.gallery-item img {
	border: 1px solid #aebbd2;
}

/* -- @Locate a Sales Rep styles ------------------------------------------- */

#container-findRep{/*Alternate width for Find a Rep container */
	width:907px;
	border:1px solid #aebbd2;
	float:left;
}

img.dot {
	margin:0 0 -8px 5px;
	*margin:0 0 -3px 5px; /* IE hack */
}

img.map {
	margin:20px 30px 0 30px;
	border:none;
}

#rep-addresses h3 {
    margin: 0px 0;
}
#rep-addresses table{
	border:0;
	padding:0;
	margin:20px 0 0 0;
	width:100%;
}

#rep-addresses td {
	width:30%;
}

#rep-addresses td.divider {
	border-left:1px solid #d6dde8;
	padding:0 0 0 13px;
	width:30%;
}

/* -- @mov wmv download links ------------------------------------------- */

a.mov{
	margin:0;
	padding:0 0 0 18px;
	background-image:url(../img/movicon.gif);
	background-repeat:no-repeat;
	background-position:0 0;
		
}

a.wmv{
	margin:0;
	padding:0 0 0 18px;
	background-image:url(../img/wmvicon.gif);
	background-repeat:no-repeat;
	background-position:0 0;
		
}


/* -- GAM SOURCE style ------------------------------------------- */
#body .source h2{
	font-size: 14px; 
	font-weight: bold;
	color:#455A21;
}
#body hr{
	border: 1px solid rgb(174, 187, 210);
	clear:both;
}
#body .source .image{
	float:right;
	margin-left:10px;
    border:3px solid #aebbd2;
}
#body .image{
    border:3px solid #aebbd2;
}
}

