 
 p{
	font-size:13px;
	color: #4d4d4d;
}

 p a{
 	text-decoration:none;
	font-size:13px;
	color: #4d4d4d;
}

ul li a {
font-size:13px;
color: #4d4d4d;		
}

p a.foxycart {
background:transparent url(../images/all.png) no-repeat scroll 0 0;
color:#FFFFFF;
float:left;
font-size:13pt;
font-weight:bold;
height:57px;
margin-right:356px;
padding:9px 0 0;
text-align:center;
width:222px;
}

p a.individual {
background:transparent url(../images/all.png) no-repeat scroll 0 0;
color:#FFFFFF;
float:left;
font-size:10pt;
font-weight:bold;
height:57px;
margin-right:356px;
padding:12px 0 0;
text-align:center;
width:222px;
}

div a.internal {
background:transparent url(../images/by_page_link.png) no-repeat scroll 0 0;
color:#FFFFFF;
float:left;
font-size:13pt;
font-weight:bold;
height:89px;
padding:27px 17px 0 12px;
text-align:center;
text-decoration:none;
width:205px;
}

a.boton{
background:url(../images/boton.gif) no-repeat;
color:#FFFFFF;
width:184px;
height:96px;
text-align: center;
padding:27px 0 0 3px;
font-size: 8pt;
float: left;
font-weight: bold;
margin-left: 40px;
}

a.boton2{
background:url(../images/boton.gif) no-repeat;
color:#FFFFFF;
width:184px;
height:96px;
text-align: center;
padding:27px 0 0 3px;
font-size: 8pt;
font-weight: bold;
float: right;

}
/*****************************************************/
a.boton-3{
background:url(../images/boton.gif) no-repeat;
color:#FFFFFF;
width:184px;
height:96px;
text-align: center;
padding:27px 0 0 3px;
font-size: 8pt;
float: left;
font-weight: bold;
margin-left: 0px;
}

a.boton-4{
background:url(../images/boton.gif) no-repeat;
color:#FFFFFF;
width:184px;
height:96px;
text-align: center;
padding:27px 0 0 3px;
font-size: 8pt;
font-weight: bold;
float: right;
margin-right:70px ;
}




/*******************************************************/



.button1{
	background:url(../images/button1.png) no-repeat;
	height:32px;
	width:77px;
	border:0px;
	color:#FFF;
	font-size:12px;
	padding-bottom:13px;
	cursor:pointer;
	float:right;
}


.buttonmypage{
	background:url(../images/button1.png) no-repeat;
	height:32px;
	width:77px;
	border:0px;
	color:#FFF;
	font-size:12px;
	padding-left: 13px;
	padding-top: 3px;
	cursor:pointer;
	float:left;
	text-decoration: none;
}

.button2 {
	
	display: block;
	
	float: right;
	
	background: url(../images/button2.png) no-repeat;

	width: 57px;
	
	height: 18px;

	font-size: 10px;

	color: #fff;
	
	text-decoration: none;
	
	text-align: center;
	
	line-height: 18px;
	
}


.button3{
	background:url(../images/button3.png) no-repeat;
	height:89px;
	width:228px;
	border:0px;
	color:#FFF;
	font-size:20px;
	cursor:pointer;
}
body{
	width:1000px;
	background-color:#EEE;
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
}





#header{
	
	position: relative;
	
	background: url(../images/header.jpg) no-repeat;
	
	width: 1000px;
	
	height: 187px;
	
	padding: 1px 0 0 0;
	
	z-index: 999;
	
}





#header #logo1 {
	
	position: absolute;
	
	top: 32px;
	
	left: 0;

}



#header #logo1 a img {
border: none;	
	
}

#header form {
	
	position: absolute;
	
	top: 72px;
	
	right: 12px;

	background:url(../images/header_search.jpg);
	
	width: 240px;
	
	height: 26px;
	
}

#header form input {
	
	float: left;

	background: transparent;
	
	width: 185px;
	
	height: 22px;
	
	margin-top: 4px;
	
	padding-left: 4px;

	border: 0;

}

#header form button {
	
	float: left;
	
	background: transparent;
	
	width: 34px;
	
	height: 26px;
	
	margin-left: 8px;
	
	text-indent: -9999em;
	
	border: 0;
	
	cursor: pointer;
	
}





#header ul#menu {
	
	position: relative;
	
	margin-top: 140px;
	
//	margin-top: 0;
	
//	padding-top: 140px;
	
	width: 900px;
	
	height: 45px;

	list-style: none;

	z-index: 999;

}

#header ul#menu li {
	
	display: block;
	
	position: relative;
	
	float: left;
	
	background: url(../images/header_separator.jpg) no-repeat left top;
		
	padding-left: 15px;
	
	padding-right: 15px;
	
}

#header ul#menu li.first {
	
	background: none;

}

#header ul#menu li a {
	
	display: block;
	
	height: 33px;
	
	padding-top: 12px;

	font-size: 16px;
	
	color: #fff;

	text-decoration: none;

}

#header ul#menu li a:hover {
	
	color: #eee;

}

#header ul#menu li ul {
	
	display: none;
	
	

	position: absolute;
	
	top: 45px;
	
	left: 2px;
	
	background: #00b1e5;
	
	margin:0px 0px 0px 0px;
	
	padding: 0;

	z-index: 999;
	
}
/***********************************/


/***************************************/

#header ul#menu li:hover ul {
	
	display: block;

}

#header ul#menu li ul li {
	
	float: none;
	
	background: none;
	
	height: 30px;
	
	
	
	border-bottom: 2px solid #03f;
	
	z-index: 999;
	
}

#header ul#menu li ul li:hover {
	
	background: #45c6ed;
	
}

#header ul#menu li ul li.last {
	
	border: none;

}

#header ul#menu li ul li a {
	
	
	height: 30px;
	
	padding: 0;
	
	line-height: 30px;
	
}
/**************************/
#header ul#menu li ul li a {
	
	display: block;
	
	height: 33px;
	
	padding-top: 5px;

	font-size: 16px;
	
	color: #fff;

	text-decoration: none;

}

#header ul#menu li ul li a:hover {
	
	color: #eee;

}





#header ul#menu li ul li ul{
	
	display: none;
	
	position: absolute;
	
	top: 0px;
	
	left: 2px;
	
	background: #00b1e5;
	
	margin:0px 0px 0px 65px;
	
	padding: 0;

	z-index: 999;
	
}

#header ul#menu li ul li:hover ul{
	
	display: block;

}


#header ul#menu li ul li ul.submenues li {
	
	float: none;
	
	background: none;
	
	height: 30px;
	
	border-bottom: 2px solid #03f;
	
	z-index: 999;
	
}

#header ul#menu li ul li ul.submenues li:hover {
	
	background: #45c6ed;
	
}




/******************************/
#footer{
	width:1000px;
	height:63px;
	overflow:hidden;
	background:url(../images/footer.jpg) repeat-x;
	font-size:11px;
	color:#FFF;
}
#footer ul{
	width:485px;
	margin:13px auto;	
}
#footer ul li{
	list-style:none;
	float:left;
	padding-right:8px;
}
#footer ul li a{
	color:#FFF;
	text-decoration:none;
	margin-right:8px;
}
#footer ul li a:hover{
	color:#EEE;
}
#footer p{
	/*margin:10px auto auto 200px;*/
	text-align:center;
	width:1000px;
	color:#FFF;
	float:left;
	margin-top: 0px;
	font-size: 11px;
}





#maincontent {
	
	position: relative;
	
	background: #fff;
	
	width: 100%;
	
	min-height: 600px;
	
	overflow: hidden;
	
	z-index: 1;
	
}





#maincontent .left{
	width:590px;
	min-height:500px;
	overflow:hidden;
	margin-left:28px;
	margin-top:20px;
	float:left;
	background:url(../images/main_left.jpg) repeat-x;
	padding-left:20px;
	padding-right:10px;
	
	z-index: 1;
}

#maincontent.home .left embed{
	margin-left:10px;
	margin-top:10px;
	z-index:5;
}
#maincontent.home .right{
	width:340px;
	min-height:300px;
	overflow:hidden;
	margin-left:10px;
	float:left;
}
.cont_sh{
	background:url(../images/main_right_top.jpg) no-repeat;
	width:320px;
	overflow:hidden;
	padding-top:10px;
	
}
.cont_sh .center{
	background:url(../images/main_right_center.jpg) repeat-y;
	width:300px;
	overflow:hidden;
	min-height:50px;
	padding-left:10px;
	padding-right:10px;
}
.cont_sh .bottom{
	background:url(../images/main_right_bottom.jpg) no-repeat;
	width:320px;
	height:10px;
	overflow:hidden;
}
#form_login{
	width:265px;
	min-height:150px;
	background:#919294 url(../images/form_login.jpg)  no-repeat;
	margin-left:9px;
	margin-bottom:6px;
	margin-top:5px;
	padding:13px 0 0 15px;
	color:#4D4D4D;
}
#form_login input{
	width:187px;
	height:25px;
	background:url(../images/input_text.jpg) no-repeat;
	border:0px;
	float:left;
	margin-bottom:6px;
}
#form_login label {
	float:left;
	font-size:12px;
	height:25px;
	margin-bottom:6px;
	padding-top:2px;
	width:60px;
}
#form_login p{
	font-size:16px;
	margin:0px;
	margin-bottom:25px;
}
#form_login button{
	float:right;
	margin-right:26px;
}
.right .green{
	width:265px;
	min-height:150px;
	background:#ACC700 url(../images/home_right_green.jpg)  no-repeat;
	margin-left:9px;
	margin-bottom:6px;
	margin-top:5px;
	padding:13px 0 15px 15px;
	color:#4D4D4D;
	overflow:hidden;
}
.right .orange{
	width:265px;
	min-height:150px;
	background:#F4AC00 url(../images/home_right_orange.jpg)  no-repeat;
	margin-left:9px;
	margin-bottom:6px;
	margin-top:5px;
	padding:13px 0 15px 15px;
	color:#4D4D4D;
	overflow:hidden;
}
.right .green h5, .right .orange h5{
	font-size:16px;
	margin:0px;
	margin-bottom:25px;
	float:left;
	font-weight:normal;
}
.right .green button, .right .orange button{
	float:right;
}
.right .green .items1, .right .orange .items1{
	overflow:hidden;
	float:left;
	width:100%;
	margin-top:15px;
}
.right .green .items1 .img{
	height:60px;
	width:60px;
	padding:3px;
	background:#FFF;
	float:left;
}
.right .green .items1 .text{
	width:170px;
	float:left;
	margin-left:10px;
	overflow:hidden;
}
.right .green .items1 .text h6{
	font-size:15px;
	font-weight:lighter;
	color:#E2001A;
	margin:0px;
}
.right .green .items1 .text p{
	font-size:13px;
	line-height:13px;
	color:#FFF;
	margin:0px;
}

.right .orange .items1 .quote1{
	height:19px;
	width:22px;
	background: url(../images/quotes.png) no-repeat;
	float:left;
	overflow:hidden;
}
.right .orange .items1 .quote2{
	height:19px;
	width:22px;
	background: url(../images/quotes.png) -22px 0px no-repeat;
	float:left;
	overflow:hidden;
	margin-top:40px;
}
.right .orange .items1 .text{
	width:190px;
	float:left;
	margin-left:10px;
}
.right .orange .items1 .text h6{
	font-size:15px;
	font-weight:lighter;
	color:#E2001A;
	margin:0px;
}
.right .orange .items1 .text p{
	font-size:13px;
	line-height:13px;
	color:#FFF;
	margin:0px;
}
.right .orange .items1 .text p.red{
	font-size:12px;
	line-height:13px;
	color:#F00;
	margin:0px;
	font-style:oblique;
	margin-top:5px;
}
.right .orange .items1 .text p.black{
	font-size:11px;
	line-height:13px;
	color:#000;
	margin:0px;
	font-style:oblique;
}

h1{
	color:#0D8BD3;
	font-weight:lighter;
	font-size:27px;
}
h1 strong{
	font-weight:bold;
}
#content_home .img_home{
	float:left;
	height:195px;
	width:165px;
	overflow:hidden;
	/*background:url(../images/img_home_back.jpg) no-repeat;*/
	padding-left:2px;
	padding-top:2px;
}
#content_home .text_home{
	float:left;
	width:410px;
}
#content_home .text_home p{
	font-size:13px;
	color: #4d4d4d;
}





.subtitle {
	
	font-weight: bold;
	
	margin-bottom: 0;
	
	color: #000;
	
}

.yellow {
	
	font-size: 16px;
	
	color: #e75114; 
	
}

.author {
	
	margin: 5px 0 0 0;
	
	font-style: oblique;
	
	color: #F00;
	
}

.title {
	
	margin: 0;
	
	font-size: 11px;
	
	font-style: oblique;
	
	color: #000;
	
}



.testimonial {
	
 background-color:#e5e5e5;
 min-height: 105px;
 width: 544px; 	
}

.footer_test{
	
background:url(../images/footer-tes.png) no-repeat;
 width: 544px;
 height: 17px; 
	
}


.testimonial p a {
	
	text-decoration: none;
	
	color: #4d4d4d;
	
}

.testimonial .author a {
	
	color: #F00;
	
}

.testimonial .title a {
	
	color: #000;
	
}

.testimonial .read-more {
	
	font-size: 11px;
	
	color: #54befa;
	
	white-space: nowrap;
	
}






.curriculum .img_curriculum{
	height:190px;
	width:160px;
	overflow:hidden;
	background:url(../images/img_home_back.jpg) no-repeat;
	padding-left:9px;
	padding-top:8px;
	float:left;
}
.curriculum .text_curriculum{
	width:380px;
	overflow:hidden;
	margin-left:10px;
}
curriculum h1{
	width:350px;
	overflow:hidden;
	float:left;
}
.left #presentation{
	background:url(../images/presentation_foot.png) bottom no-repeat;
	overflow:hidden;
	width:577px;
	min-height:200px;
	margin-top:10px;
}
.left #presentation h1{
	background:url(../images/presentation_head.png) no-repeat;
	display:block;
	width:557px;
	height:64px;
	margin:0px;
	padding-top:35px;
	padding-left:20px;
}
.left #presentation .cont{
	background:url(../images/presentation_cont.png) repeat-y;
	overflow:hidden;
	width:577px;
	min-height:200px;
	margin-bottom:30px;
}
.left #presentation .cont ul{
	float:left;
	width:100px;
}
.left #presentation .cont ul li ul{
	float:left;
	width:90px;
	padding:0px;
}
.left #presentation .cont ul li{
	background:url(../images/arrow1.png) no-repeat 0px 5px;
	list-style:none;
	padding-left:5px;
	padding-bottom: 2px;
	color:#666;
	font-size:12px;
	width:180px;
	overflow:hidden;
}

.left #presentation .cont ul li a{
text-decoration: none;
color:#666;
font-size:12px;
padding-left: 5px;
display:block

/*float: left;*/
}



.left #presentation .cont ul li ul li a{
text-decoration: none;
/*color:#999;*/
font-size:12px;
padding-left: 5px;
}






.left #presentation .cont ul li ul li{
	/*color:#999;*/
	

}
.left #presentation .cont .img{
	background:url(../images/presentation_photo.png) no-repeat;
	overflow:hidden;
	width:324px;
	height:262px;
	margin-top:0px;
	margin-right:30px;
	float:right;
	padding-top:20px;
	padding-left:20px;
}
.left #presentation .cont .img p{
	font-size:14px;
	margin-top:8px;
}
.left button.presentation{
	margin:20px auto 10px 155px;
	background:url(../images/button3.present.png) no-repeat;
}

.left .price {
	
	min-width:50px;
	width: auto !important;
	width:50px;
	height: 16px;
	margin: -10px 0px 10px 0px;
	
}


.left .price p.price {
	color: #ffffff;
	background-color: #F5AC00;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	float: left;
	
}

#movie1{
margin: 0 auto;
width: 390px;
height: 400px;
}

#movie2{
margin: 0px 0px 0px -25px;
width: 390px;
height: 400px;

}



#buttons {
margin: 0 auto;
margin-top: 20px;
width: 450px;
height: 126px;	
}
#buttons-2 {
margin: 0 auto;
margin-top: 20px;
width: 450px;
height: 126px;	
}

