@charset "UTF-8";
/* CSS Document */		

* { margin: 0; padding: 0 }
			
html {
width:100%;
}
body {
font-family:  arial, sans-serif;
font-size:12px;
text-align:left;
background-color:#f7f7f7;
color: #666666;
width: 100%;
}
		
p { 
text-align: left;
}
		
.clear { /* A CSS class for the property */
clear: both;
} 
		
td
{
text-align:left;
}
		
a {
font-family: arial, Verdana, sans-serif;
color:#8BB5D8;
text-decoration:none;
}
		
a:hover { 
text-decoration:underline;
color:#8BB5D8;
}
a:visited {            
color:#8BB5D8;
text-decoration:none;
}
		
img { border: 0 }
		
		
/* Font styles --------------------------------- */		
		
h1 {
font-family: arial, sans-serif; 
color: #666666;
text-align:left;
font-weight:normal;
font-size:16px;
}
		
h2 {
font-family: arial, sans-serif; 
font-size:15px;
color: #666666;
text-align:left;
font-weight:normal;
line-height:18px;
}

h3 {
font-family: arial, sans-serif; 
font-size:13px;
line-height:17px;
color: #333333;
text-align:left;
font-weight:normal;
}
	
.headerstyle {
padding-top:8px;
font-family: arial, sans-serif;
font-size:16px;
color:#333333;
line-height: 20px;
}
	
/* End Font styles --------------------------------- */			

.container {
margin: auto;
width:990px;
}

#topmenu ul {
margin-left:0px;
margin-right:0px;
margin-top: 30px;
margin-bottom:10px;
list-style-type: none;
text-align: center;
background-color: #f7f7f7;
}

#topmenu ul li {  
display: inline;
}

#topmenu ul li a {
font-size:14px;
display:inline;
padding:5px 25px 5px 25px;
width:141px;
text-decoration: none;
color: #666666;
background-color: #f7f7f7;
}

#topmenu ul li a:hover {
text-decoration:underline;
font-size:14px;
display:inline;
padding:5px 25px 5px 25px;
color: #597fa1;
} 

.header {
padding-top:60px;
padding-left:40px;
padding-right:16px;
background-image:url(../images/my_pr_guide_03.png);
background-repeat:no-repeat;
height:212px;
width:934px;
text-align:left;
}

.headleft
{
width:565px;
float:left;
}

.armando
{
float:right;
margin-top:-20px;
}

.content {
background-image:url(../images/my_pr_guide_repeat.png);
background-repeat:repeat-y;
padding-left:40px;
padding-right:40px;
padding-top:20px;
height:460px;
}

.footer {
background-image:url(../images/my_pr_guide_10.png);
padding-left:40px;
padding-right:40px;
font-size:10px;
text-align:center;
padding-bottom:5px;
}

.frontbox {
display:inline-block;
padding-top:4em;
padding-left:1em;
padding-right:1em;
font-family: arial, sans-serif; 
font-size:18px;
color: #666666;
text-align:left;
font-weight:normal;
line-height:26px;
}

.cleft {
text-align:left;
width:65%;
display:inline-block;
float:left;
padding-right:5px;
font-size: 12px;
line-height: 16px;
}

.cright {
text-align:left;
width:32%;
display:inline-block;
float:right;
padding-left:16px;
font-size: 12px;
line-height: 16px;
margin-top:-52px;
}

.norm {
margin:0px;
padding-left:3em;
}
/* Text Scroller Styles --------------------------------- */	

ul {
	margin-bottom: 4em;
}


/* Listen */
ul#news {
	padding-left: 1em;
	padding-right: 1em;
	list-style-type: none;
}

/* End Text Scroller Styles --------------------------------- */

table.price {
	border-width: thin thin thin thin;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: rgb(102, 102, 102) rgb(102, 102, 102) rgb(102, 102, 102) rgb(102, 102, 102);
	border-collapse: collapse;
}
table.price th {
	border-width: thin thin thin thin;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: rgb(102, 102, 102) rgb(102, 102, 102) rgb(102, 102, 102) rgb(102, 102, 102);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.price td {
	border-width: thin thin thin thin;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: rgb(102, 102, 102) rgb(102, 102, 102) rgb(102, 102, 102) rgb(102, 102, 102);
	-moz-border-radius: 0px 0px 0px 0px;
}

.started
{
margin-bottom:15px;
}

input {
width:350px;
}

textarea {
width:600px;
}