body{
  font-family: 'Open Sans', sans-serif;
  background: url(http://i.imgur.com/ZIzh3BV.png);
  margin:30px;
}

a{
  text-decoration:none;
  color:white;
}

.logo{
  float:left;
  color:white;
  font-weight:bold;
  margin-right:15px;
  margin-left:15px;
}

.peterriver-nav{
  background-image: url("http://i.imgur.com/7MAJJgg.png");
  padding-top:15px;
  padding-bottom:15px;
  font-size:14px;
  padding-left:15px;
  margin-bottom:10px;
}
#lgo{
  width:50px;
  height:50px;
  margin:5px;

}
#desc{
  text-align: justify;
  padding:10px;
}
.fblike{
    overflow: auto;
    height: 50px;
    margin: 3px;
}
#top_ad {
            text-align : center;
            height: 90px;
            width: 728px;
        }
.peterriver-nav ul { margin: 0; padding: 0; list-style-type: none; list-style-image: none; }

.peterriver-nav li { margin-right: 0px; display: inline; }

.peterriver-nav ul li a { text-decoration:none;  margin: 3px; display:block;padding: 5px 5px 5px 5px; color:#ffffff; }

.peterriver-nav ul li a:hover { color: #fff; background-color:#38528a; text-decoration:none; }

.peterriver-nav li.current-menu-item a{ color: #fff; text-decoration:none;}

.peterriver-nav li.current_page_item  { color: #fff; text-decoration:none;}

.peterriver-nav{margin:0 auto;}
body{margin:0;}

.wrap {background:#FFFFFF;margin:3px 3px 3px 3px;-moz-box-shadow: 0 0 1px #000000;-webkit-box-shadow: 0px 0px 1px #888; border: none;-webkit-border-radius: 5px;border-radius: 5px;}


.pcad {
  text-align:center;
  padding-top:10px;
}

.categorycontent{
  text-align:center;
  padding-top: 10px;
  padding-bottom: 15px;
}
.offer{
  display:inline-block;
  padding:5px;
}

.boxtxt {
  color:#3498db;
  font-size:12px;
  font-weight:Bold;
  padding-top:2px;
  width:125px;
}

.boximg{
  width:125px;
  height:100px;
padding:1px;
   border:1px solid #021a40;
   border-radius: 10px;
}

b {
  color: #3498db;
  font: bold 26px 'Fjalla One', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}



.btn { 
	position: relative;
        overflow: visible;
        display: inline-block;
	border:0;
	padding:12px 2px 12px;
	box-shadow:0px 0px 10px #888;
	text-shadow:none;
	font-size:14px;
	font-family:"sans-serif";
	line-height:1;
	-webkit-transition:.2s ease-in all;
	-webkit-font-smoothing:antialiased;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	background:#5cb85c;
	text-shadow: none;
	margin-left:10px;
	margin-right:10px;
	
}


.btn:active {
	background:#47a447;
	text-shadow: none;
	border:0;
}


.btn:hover {
	background:#47a447;
	text-shadow: none;
}

.btnred:active {
	background:#000;
	text-shadow: none;
}

.msg {
	text-align: center;
	color: #800000;
	font-size: 12px;
}

.second{
  text-align:center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.third{
  text-align:center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.name{
  color:#3498db;
  font: 18px , sans-serif;
  font-weight:bold;
  text-align:left;
  padding-left:10px;
  padding-bottom:5px;
}

#resultimage{
  width:95%;
  border:1px solid #ddd;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -moz-box-shadow:0 0 5px #7E7E7E;
  box-shadow:0 0 5px #7E7E7E;
  -webkit-box-shadow:0 0 5px #7E7E7E
}

.container {
	padding-top: 10px;
    	margin-left: auto;
    	margin-right: auto;
    	width: 220px;
}

/* Facebook */
.fb-icon-bg {
        background: #354f88;
        height: 44px;
        margin: 0 0 -44px 0;
        width: 41px;
}
 
.fb-icon-bg:after {
  content: url(http://i.imgur.com/1topjBX.png);
  display: block;
  padding: 11px 10px 5px 15px;
}
 
.fb-bg {
        background: #3b5998;
        display: block;
        height: 44px;
        margin: 0 0 10px 41px;
        width: 180px;
}
 
.fb-bg:after {
        color: #fff;
        font-size: 14px;
        content: "share on facebook";
        font-family: 'Oswald', sans-serif;
        height: 37px;
        position: relative;
        text-transform: uppercase;
        top: 22%;
        width: 41px;
}
 
.fb-bg:hover{
  cursor: pointer;
}
 
.fb-bg:active{
  background: #354f88;
}

/* Pinterest */
.pin-icon-bg {
        background: #CB1F27;
        height: 44px;
        margin: 0 0 -44px 0;
        width: 41px;
}
 
.pin-icon-bg:after {
  content: url(http://i.imgur.com/MiYwvYP.png);
  display: block;
  padding: 11px 10px 5px 15px;
}
 
.pin-bg {
        background: #DE353C;
        display: block;
        height: 44px;
        margin: 0 0 10px 41px;
        width: 180px;
}
 
.pin-bg:after {
        color: #fff;
        font-size: 14px;
        content: "share on Pinterest";
        font-family: 'Oswald', sans-serif;
        height: 37px;
        position: relative;
        text-transform: uppercase;
        top: 22%;
        width: 41px;
}
 
.pin-bg:hover{
  cursor: pointer;
}
 
.pin-bg:active{
  background: #DE353C;
}

/* Twitter */
.twi-icon-bg {
        background: #32BBE9;
        height: 44px;
        margin: 0 0 -44px 0;
        width: 41px;
}
 
.twi-icon-bg:after {
  content: url(http://i.imgur.com/a4dGZb9.png);
  display: block;
  padding: 11px 10px 5px 15px;
}
 
.twi-bg {
        background: #17CCFF;
        display: block;
        height: 44px;
        margin: 0 0 10px 41px;
        width: 180px;
}
 
.twi-bg:after {
        color: #fff;
        font-size: 14px;
        content: "share on Twitter";
        font-family: 'Oswald', sans-serif;
        height: 37px;
        position: relative;
        text-transform: uppercase;
        top: 22%;
        width: 41px;
}
 
.twi-bg:hover{
  cursor: pointer;
}
 
.twi-bg:active{
  background: #17CCFF;
}


 
/* Google+ */
.g-icon-bg:after {
  content: url(http://i.imgur.com/aBylSAq.png);
  display: block;
  padding: 13px 10px 6px 13px;
}
 
.g-icon-bg {
        background: #ce3e26;
        height: 44px;
        margin: 0 0 -44px 0;
        width: 41px;
}
 
.g-bg {
        background: #de4c34;
        height: 44px;
        margin-left: 41px;
        width: 180px;
}
 
.g-bg:after {
        color: #fff;
        font-size: 14px;
        content: "share on google+";
        font-family: 'Oswald', sans-serif;
        height: 37px;
        position: relative;
        text-transform: uppercase;
        top: 22%;
        width: 41px;
}
 
.g-bg:hover {
  cursor: pointer;
}
 
.g-bg:active {
  background: #ce3e26;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

.footer {
	text-align: center;
	font-size: 12px;
	padding-bottom:10px;
}

a.footlink {
  text-decoration:none;
  color:blue;
}

.popup {
  display:none;
}

.uibutton { 
    position: relative; 
    z-index: 1;
    overflow: visible; 
    display: inline-block; 
    padding: 0.3em 0.6em 0.375em; 
    border: 1px solid #999; 
    border-bottom-color: #888;
    margin: 0;
    text-decoration: none; 
    text-align: center;
    font: bold 11px/normal 'lucida grande', tahoma, verdana, arial, sans-serif; 
    white-space: nowrap; 
    cursor: pointer; 
    /* outline: none; */
    color: #333; 
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f6f6), to(#e4e4e3));
    background-image: -moz-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: -o-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: linear-gradient(#f5f6f6, #e4e4e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3'); /* for IE 6 - 9 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    /* IE hacks */
    zoom: 1; 
    *display: inline; 
}

.uibutton:hover,
.uibutton:focus,
.uibutton:active {
    border-color: #777 #777 #666;
}

.uibutton:active {
    border-color: #aaa;
    background: #ddd;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


/* overrides extra padding on button elements in Firefox */
.uibutton::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* ............................................................................................................. Icons */

.uibutton.icon:before {
    content: "";
    position: relative; 
    top: 1px; 
    float:left;

    width: 10px; 
    height: 12px; 
    margin: 0 0.5em 0 0; 
    background: url(fb-icons.html) 99px 99px no-repeat;
}


.uibutton.edit:before  { background-position: 0 0; }
.uibutton.add:before  { background-position: -10px 0; }
.uibutton.secure:before  { background-position: -20px 0; }
.uibutton.prev:before  { background-position: -30px 0; }
.uibutton.next:before  { float:right; margin: 0 -0.25em 0 0.5em; background-position: -40px 0; }

/* ------------------------------------------------------------------------------------------------------------- BUTTON EXTENSIONS */

/* ............................................................................................................. Large */

.uibutton.large {
    font-size: 2em;

}

/* ............................................................................................................. Submit, etc */

.uibutton.confirm {
    border-color: #29447e #29447e #1a356e;
    color: #fff;
    background-color: #5B74A8;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#637bad), to(#5872a7));
    background-image: -moz-linear-gradient(#637bad, #5872a7);
    background-image: -o-linear-gradient(#637bad, #5872a7);
    background-image: linear-gradient(#637bad, #5872a7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#637bad', EndColorStr='#5872a7'); /* for IE 6 - 9 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #8a9cc2;
}

.uibutton.confirm:active {
    border-color: #29447E;
    background: #4F6AA3;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* popup */

.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
}
.dialog_parent {
    position: absolute;top: 150px;z-index: 1000;
}
.corner1 {
    background-position: left top;
}
.corner2 {
    background-position: right top;
}
.corner3 {
    background-position: left bottom;
}
.corner4 {
    background-position: right bottom;
}
.corner {
    background-image: url("http://2.bp.blogspot.com/-9nVh-xgamvw/Ud1_84PW_XI/AAAAAAAAADU/J7HRRbNvaOA/s1600/Vo3hNjP.gif");
    height: 10px;
    opacity: 0.5;
    width: 10px;
}
.shadow_border1 {
    height: 10px;
    width: 600px;
}
.shadow_border {
    background-color: #4F4F4F;
    opacity: 0.5;
}
.dialog_inner {
    background-color: #FFFFFF;
    border: 1px solid #665665;
}
.dialog_parent .title_bar {
    background-color: #6D84B4;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    padding: 5px;
    text-align: left;
}
.dialog_inner .main_div {
    border: 1px solid #999999;
    padding: 10px;
    text-align: center;
}
.dialog_inner .buttons_div {
    background-color: #F2F2F2;
    border-top: 1px solid #C6C6C6;
    padding: 6px 18px;
}

#tbl_div{
  border: 0pt none; display: block; height: 100%; left: 0pt; padding: 0px; position: fixed; top: 0pt; width: 100%; z-index: 1001;
}
 
#tbl_div_bg{
  background-color: White; border: 0pt none; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); height: 100%; left: 0pt; opacity: 0.6; padding: 0px; position: fixed; top: 0pt; width: 100%; z-index: 1001;
}